100], [['img', 'url'], 'string', 'max' => 254] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'img' => 'Img', 'url' => 'Url', 'is_active' => 'Is Active', 'sort' => 'Sort', ]; } }