当前位置: 首页>>代码示例>>PHP>>正文


PHP RequestCheckUtil::checkMaxLength方法代码示例

本文整理汇总了PHP中RequestCheckUtil::checkMaxLength方法的典型用法代码示例。如果您正苦于以下问题:PHP RequestCheckUtil::checkMaxLength方法的具体用法?PHP RequestCheckUtil::checkMaxLength怎么用?PHP RequestCheckUtil::checkMaxLength使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在RequestCheckUtil的用法示例。


在下文中一共展示了RequestCheckUtil::checkMaxLength方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->schemaName, "schemaName");
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
     RequestCheckUtil::checkNotNull($this->value, "value");
 }
开发者ID:huqq1987,项目名称:clone-lemon,代码行数:7,代码来源:SpContentPublishRequest.php

示例2: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupId, "groupId");
     RequestCheckUtil::checkMinValue($this->groupId, 1, "groupId");
     RequestCheckUtil::checkNotNull($this->newGroupName, "newGroupName");
     RequestCheckUtil::checkMaxLength($this->newGroupName, 15, "newGroupName");
 }
开发者ID:yunsite,项目名称:tp-coupon,代码行数:7,代码来源:CrmGroupUpdateRequest.php

示例3: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->adgroupId, "adgroupId");
     RequestCheckUtil::checkNotNull($this->imgUrl, "imgUrl");
     RequestCheckUtil::checkNotNull($this->title, "title");
     RequestCheckUtil::checkMaxLength($this->title, 40, "title");
 }
开发者ID:huqq1987,项目名称:clone-lemon,代码行数:7,代码来源:SimbaCreativeAddRequest.php

示例4: check

 public function check()
 {
     RequestCheckUtil::checkMaxLength($this->code, 40, "code");
     RequestCheckUtil::checkNotNull($this->grantType, "grantType");
     RequestCheckUtil::checkMaxLength($this->grantType, 20, "grantType");
     RequestCheckUtil::checkMaxLength($this->refreshToken, 40, "refreshToken");
 }
开发者ID:dw250100785,项目名称:shopnc,代码行数:7,代码来源:AlipaySystemOauthTokenRequest.php

示例5: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->localId, "localId");
     RequestCheckUtil::checkNotNull($this->remoteId, "remoteId");
     RequestCheckUtil::checkNotNull($this->token, "token");
     RequestCheckUtil::checkMaxLength($this->token, 10, "token");
 }
开发者ID:New7,项目名称:3w,代码行数:7,代码来源:TmcEndpointTokenCheckRequest.php

示例6: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->fields, "fields");
     RequestCheckUtil::checkMaxListSize($this->fields, 200, "fields");
     RequestCheckUtil::checkNotNull($this->openIids, "openIids");
     RequestCheckUtil::checkMaxLength($this->openIids, 3000, "openIids");
 }
开发者ID:fanlibang,项目名称:flbtaobaosdk,代码行数:7,代码来源:AtbItemsDetailGetRequest.php

示例7: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->campaignId, "campaignId");
     RequestCheckUtil::checkNotNull($this->onlineStatus, "onlineStatus");
     RequestCheckUtil::checkNotNull($this->title, "title");
     RequestCheckUtil::checkMaxLength($this->title, 40, "title");
 }
开发者ID:cranefly,项目名称:crane,代码行数:7,代码来源:SimbaCampaignUpdateRequest.php

示例8: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->propertyKey, "propertyKey");
     RequestCheckUtil::checkNotNull($this->propertyValue, "propertyValue");
     RequestCheckUtil::checkMaxLength($this->propertyValue, 100, "propertyValue");
     RequestCheckUtil::checkNotNull($this->topic, "topic");
 }
开发者ID:New7,项目名称:3w,代码行数:7,代码来源:TmcFollowAddRequest.php

示例9: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->merchantOrderNo, "merchantOrderNo");
     RequestCheckUtil::checkMaxLength($this->merchantOrderNo, 32, "merchantOrderNo");
     RequestCheckUtil::checkNotNull($this->orderType, "orderType");
     RequestCheckUtil::checkMaxLength($this->orderType, 10, "orderType");
 }
开发者ID:noikiy,项目名称:Shopnc-1,代码行数:7,代码来源:AlipayEbppBillGetRequest.php

示例10: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->cooperateId, "cooperateId");
     RequestCheckUtil::checkNotNull($this->endRemainDays, "endRemainDays");
     RequestCheckUtil::checkNotNull($this->endRemark, "endRemark");
     RequestCheckUtil::checkMaxLength($this->endRemark, 2000, "endRemark");
 }
开发者ID:koery,项目名称:Vcanbuy,代码行数:7,代码来源:FenxiaoCooperationTerminateRequest.php

示例11: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->pagerequest, "pagerequest");
     RequestCheckUtil::checkNotNull($this->query, "query");
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
 }
开发者ID:kwdwkiss,项目名称:trial,代码行数:7,代码来源:SpContentListGetRequest.php

示例12: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupName, "groupName");
     RequestCheckUtil::checkMaxLength($this->groupName, 32, "groupName");
     RequestCheckUtil::checkNotNull($this->nicks, "nicks");
     RequestCheckUtil::checkMaxListSize($this->nicks, 200, "nicks");
 }
开发者ID:huqq1987,项目名称:clone-lemon,代码行数:7,代码来源:TmcGroupAddRequest.php

示例13: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->dbName, "dbName");
     RequestCheckUtil::checkMaxLength($this->dbName, 64, "dbName");
     RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
     RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
 }
开发者ID:zhendeguoke1008,项目名称:weixin_shop,代码行数:7,代码来源:RdsDbCreateRequest.php

示例14: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->endDate, "endDate");
     RequestCheckUtil::checkNotNull($this->serviceStaffId, "serviceStaffId");
     RequestCheckUtil::checkMaxLength($this->serviceStaffId, 1900, "serviceStaffId");
     RequestCheckUtil::checkNotNull($this->startDate, "startDate");
 }
开发者ID:huqq1987,项目名称:clone-lemon,代码行数:7,代码来源:WangwangEserviceAvgwaittimeGetRequest.php

示例15: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
     RequestCheckUtil::checkNotNull($this->tagname, "tagname");
     RequestCheckUtil::checkMaxLength($this->tagname, 6, "tagname");
 }
开发者ID:cranefly,项目名称:crane,代码行数:7,代码来源:SpContentDeletetagRequest.php


注:本文中的RequestCheckUtil::checkMaxLength方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。