frontend\models\ChangeMobileForm::attributeLabels PHP Method

attributeLabels() public method

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