255], ['field_template', 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => 'Название', 'field_template' => 'Шаблон поля', ]; } public static function getTitleFieldTemplateArr(): array { return ArrayHelper::map(self::find()->all(), 'title', 'field_template'); } }