frontend\models\PasswordResetMobileRequestForm::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['mobile' => '手机号', 'captcha' => '验证码'];
    }
PasswordResetMobileRequestForm