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

attributeLabels() 공개 메소드

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