120], [['books_file'], 'file'], [['cover'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => Yii::t('app', 'ID'), 'team_id' => Yii::t('app', 'Team ID'), 'title' => Yii::t('app', 'Title'), 'books_file' => Yii::t('app', 'Cover'), ]; } }