frontend\models\ChangePasswordForm::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['password' => '新密码', 'passwordRepeat' => '确认新密码'];
    }