Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['date_from' => 'Дата с', 'date_to' => 'Дата по']);
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['newPassword' => Module::t('module', 'USER_NEW_PASSWORD'), 'newPasswordRepeat' => Module::t('module', 'USER_REPEAT_PASSWORD')]);
 }