|
static | processAsFile ($aModule, &$aRequest) |
|
static | processAsAction ($aModule, &$aRequest, $sClass="Module") |
|
static | processAsService ($aModule, $sMethod, $aParams, $sClass="Module") |
|
static | serviceExists ($mixedModule, $sMethod, $sClass="Module", $bIgnoreInactive=false) |
|
static | actionExists ($mixedModule, $sMethod, $sClass="Module") |
|
static | moduleNotFound ($sModule) |
|
static | pageNotFound ($sPage, $sModule) |
|
static | methodNotFound ($sMethod, $sModule) |
|
static | checkCall ($aModule, $sMethod, $aParams, $sClass) |
|
|
static | _perform ($aModule, $sClass, $sMethod, $aParams, $bTerminateOnError=true) |
|
static | _require ($aModule, $sClass) |
|
static | _methodExists ($mixedModule, $sMethodType, $sMethodName, $sClass="Module", $bIgnoreInactive=false) |
|
static | _error ($sType, $sParam1='', $sParam2='') |
|
◆ __construct()
BxDolRequest::__construct |
( |
| ) |
|
Reimplemented from BxDol.
◆ checkCall()
static BxDolRequest::checkCall |
( |
| $aModule, |
|
|
| $sMethod, |
|
|
| $aParams, |
|
|
| $sClass ) |
|
static |
Check if number of arguments is not less than number of requires arguments
- Returns
- 0 - if number of args is correct 1 - if method or class wasn't found 2 - if number of args less than number of required arguments 3 - if number of args more than number of optional + required arguments
The documentation for this class was generated from the following file:
- inc/classes/BxDolRequest.php