20], [['fullName'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'parentId' => 'Parent ID', 'districtId' => 'District ID', 'shortName' => 'Short Name', 'fullName' => 'Full Name', 'locationLat' => 'Location Lat', 'locationLng' => 'Location Lng', ]; } }