コード例 #1
0
ファイル: UserSearch.php プロジェクト: heartshare/seokeys
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['date_from' => 'Дата с', 'date_to' => 'Дата по']);
 }
コード例 #2
0
ファイル: User.php プロジェクト: Dominus77/yii2-basic-start
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['newPassword' => Module::t('module', 'USER_NEW_PASSWORD'), 'newPasswordRepeat' => Module::t('module', 'USER_REPEAT_PASSWORD')]);
 }