frontend\models\VerifyPasswordForm::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['password' => '登录密码'];
    }