UNA
|
Static Public Member Functions | |
static | call ($mixed, $sMethod, $aParams=array(), $sClass='Module', $bIgnoreCache=false, $bIgnoreInactive=false) |
static | callSerialized ($s, $aMarkers=array(), $sReplaceIn='params') |
static | callMacro ($s, $aMarkers=array()) |
static | isSerializedService ($s) |
static | getSerializedService ($mixedModule, $sMethod, $aParams=array(), $sClass='') |
Static Protected Member Functions | |
static | getModule ($mixed) |
Static Protected Attributes | |
static | $_aMemoryCache = array() |
Service calls to modules' methods.
The class has one static method to make service calls to the module's methods
Example of usage:
Memberships/ACL: Doesn't depend on user's membership.
Alerts: no alerts available
|
static |
Perform serice call
$mixed | module name or module id |
$sMethod | service method name in format 'method_name', corresponding class metod is serviceMethodName |
$aParams | params to pass to service method |
$sClass | class to search for service method, by default it is main module class |
|
static |
Perform serice call by accepting serialized array of service call parameters:
$s | serialized array of serice call |
$aMarkers | service method name in format 'method_name', corresponding class metod is serviceMethodName |
$sReplaceIn | params to pass to service method |
|
static |
Serialized service call array
|
static |
Check if string is serialized array