UNA
Loading...
Searching...
No Matches
BxDolRequest Class Reference
Inheritance diagram for BxDolRequest:
BxDol BxBaseModGeneralRequest BxBaseModProfileRequest BxBaseModTextRequest

Static Public Member Functions

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 Protected Member Functions

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='')
 

Constructor & Destructor Documentation

◆ __construct()

BxDolRequest::__construct ( )

Reimplemented from BxDol.

Member Function Documentation

◆ 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: