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

attributeLabels() 공개 메소드

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['verifyCode' => '手机验证码'];
    }