255], [['coords', 'address', 'email'], 'string', 'max' => 200], [['phones'], 'string', 'max' => 100], [['skype'], 'string', 'max' => 50] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'info' => 'Info', 'city_id' => 'City ID', 'is_default' => 'Is Default', 'content_delete' => 'Content Delete', 'coords' => 'Coords', 'phones' => 'Phones', 'address' => 'Address', 'email' => 'Email', 'skype' => 'Skype', ]; } }