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