本文整理汇总了PHP中Taobao_RequestCheckUtil::checkMaxLength方法的典型用法代码示例。如果您正苦于以下问题:PHP Taobao_RequestCheckUtil::checkMaxLength方法的具体用法?PHP Taobao_RequestCheckUtil::checkMaxLength怎么用?PHP Taobao_RequestCheckUtil::checkMaxLength使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Taobao_RequestCheckUtil
的用法示例。
在下文中一共展示了Taobao_RequestCheckUtil::checkMaxLength方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->cooperateId, "cooperateId");
Taobao_RequestCheckUtil::checkNotNull($this->endRemainDays, "endRemainDays");
Taobao_RequestCheckUtil::checkNotNull($this->endRemark, "endRemark");
Taobao_RequestCheckUtil::checkMaxLength($this->endRemark, 2000, "endRemark");
}
示例2: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->adgroupId, "adgroupId");
Taobao_RequestCheckUtil::checkNotNull($this->imgUrl, "imgUrl");
Taobao_RequestCheckUtil::checkNotNull($this->title, "title");
Taobao_RequestCheckUtil::checkMaxLength($this->title, 40, "title");
}
示例3: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->endDate, "endDate");
Taobao_RequestCheckUtil::checkNotNull($this->serviceStaffId, "serviceStaffId");
Taobao_RequestCheckUtil::checkMaxLength($this->serviceStaffId, 1900, "serviceStaffId");
Taobao_RequestCheckUtil::checkNotNull($this->startDate, "startDate");
}
示例4: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->campaignId, "campaignId");
Taobao_RequestCheckUtil::checkNotNull($this->onlineStatus, "onlineStatus");
Taobao_RequestCheckUtil::checkNotNull($this->title, "title");
Taobao_RequestCheckUtil::checkMaxLength($this->title, 20, "title");
}
示例5: check
public function check()
{
Taobao_RequestCheckUtil::checkMaxValue($this->dbStatus, 3, "dbStatus");
Taobao_RequestCheckUtil::checkMinValue($this->dbStatus, 0, "dbStatus");
Taobao_RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
Taobao_RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
}
示例6: check
public function check()
{
Taobao_RequestCheckUtil::checkMaxLength($this->code, 40, "code");
Taobao_RequestCheckUtil::checkNotNull($this->grantType, "grantType");
Taobao_RequestCheckUtil::checkMaxLength($this->grantType, 20, "grantType");
Taobao_RequestCheckUtil::checkMaxLength($this->refreshToken, 40, "refreshToken");
}
示例7: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->merchantOrderNo, "merchantOrderNo");
Taobao_RequestCheckUtil::checkMaxLength($this->merchantOrderNo, 32, "merchantOrderNo");
Taobao_RequestCheckUtil::checkNotNull($this->orderType, "orderType");
Taobao_RequestCheckUtil::checkMaxLength($this->orderType, 10, "orderType");
}
示例8: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->dbName, "dbName");
Taobao_RequestCheckUtil::checkMaxLength($this->dbName, 64, "dbName");
Taobao_RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
Taobao_RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
}
示例9: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->groupId, "groupId");
Taobao_RequestCheckUtil::checkMinValue($this->groupId, 1, "groupId");
Taobao_RequestCheckUtil::checkNotNull($this->newGroupName, "newGroupName");
Taobao_RequestCheckUtil::checkMaxLength($this->newGroupName, 15, "newGroupName");
}
示例10: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->policyId, "policyId");
Taobao_RequestCheckUtil::checkMaxLength($this->policyId, 64, "policyId");
Taobao_RequestCheckUtil::checkNotNull($this->type, "type");
Taobao_RequestCheckUtil::checkMaxValue($this->type, 1, "type");
Taobao_RequestCheckUtil::checkMinValue($this->type, 0, "type");
}
示例11: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->extEntityId, "extEntityId");
Taobao_RequestCheckUtil::checkNotNull($this->extEntityType, "extEntityType");
Taobao_RequestCheckUtil::checkNotNull($this->itemId, "itemId");
Taobao_RequestCheckUtil::checkNotNull($this->userNick, "userNick");
Taobao_RequestCheckUtil::checkMaxLength($this->userNick, 64, "userNick");
}
示例12: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->hid, "hid");
Taobao_RequestCheckUtil::checkMinValue($this->hid, 0, "hid");
Taobao_RequestCheckUtil::checkNotNull($this->name, "name");
Taobao_RequestCheckUtil::checkMaxLength($this->name, 30, "name");
Taobao_RequestCheckUtil::checkMaxLength($this->siteParam, 100, "siteParam");
}
示例13: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->oid, "oid");
Taobao_RequestCheckUtil::checkNotNull($this->operType, "operType");
Taobao_RequestCheckUtil::checkMaxLength($this->operType, 1, "operType");
Taobao_RequestCheckUtil::checkMaxLength($this->reasonText, 500, "reasonText");
Taobao_RequestCheckUtil::checkMaxLength($this->reasonType, 1, "reasonType");
}
示例14: check
public function check()
{
Taobao_RequestCheckUtil::checkNotNull($this->collectType, "collectType");
Taobao_RequestCheckUtil::checkMaxLength($this->collectType, 4, "collectType");
Taobao_RequestCheckUtil::checkNotNull($this->pageNo, "pageNo");
Taobao_RequestCheckUtil::checkMaxValue($this->pageNo, 100, "pageNo");
Taobao_RequestCheckUtil::checkMinValue($this->pageNo, 1, "pageNo");
}
示例15: check
public function check()
{
Taobao_RequestCheckUtil::checkMaxLength($this->description, 20, "description");
Taobao_RequestCheckUtil::checkNotNull($this->name, "name");
Taobao_RequestCheckUtil::checkMaxLength($this->name, 20, "name");
Taobao_RequestCheckUtil::checkNotNull($this->nick, "nick");
Taobao_RequestCheckUtil::checkMaxLength($this->nick, 500, "nick");
Taobao_RequestCheckUtil::checkMaxListSize($this->permissionCodes, 2000, "permissionCodes");
}