attributeLabels() public method

public attributeLabels ( )
コード例 #1
0
ファイル: Admin.php プロジェクト: noorafree/makmakan
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     return array_merge($labels, ['password' => 'Password', 'repassword' => 'Confirm Password', 'oldpassword' => 'Old Password', 'file' => 'Profile Picture']);
 }
コード例 #2
0
ファイル: Admin.php プロジェクト: James88/www.yubin.com
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     return array_merge($labels, ['password' => "新密码", 'repassword' => "确认密码", 'oldpassword' => "老密码"]);
 }