示例#1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['date_from' => 'Дата с', 'date_to' => 'Дата по']);
 }
示例#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')]);
 }