/** * @inheritdoc */ public function attributeLabels() { return ArrayHelper::merge(parent::attributeLabels(), ['from' => 'Дата выхода книги']); }
/** * @inheritdoc */ public function attributeLabels() { return array_merge(['date_from' => 'Дата выхода от', 'date_to' => 'Дата выхода до'], parent::attributeLabels()); }
/** * @inheritdoc */ public function attributeLabels() { $result = parent::attributeLabels(); return ArrayHelper::merge($result, ['image' => $result['preview']]); }