200], [['logo', 'link'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => Yii::t('app', 'ID'), 'title' => Yii::t('app', 'Title'), 'description' => Yii::t('app', 'Description'), 'logo' => Yii::t('app', 'Logo'), 'link' => Yii::t('app', 'Link'), 'visible' => Yii::t('app', 'Visible'), 'position' => Yii::t('app', 'Position'), ]; } /** * @inheritdoc * @return ClientsQuery the active query used by this AR class. */ public static function find() { return new ClientsQuery(get_called_class()); } }