UNA
|
Public Member Functions | |
__construct ($sObjectType, $oProxifiedObject) | |
__call ($sMethodName, $aArguments) | |
getClassName () | |
isMethodExists ($s) | |
getData (&$aEvent, $aBrowseParams=array()) | |
getPost (&$aEvent, $aBrowseParams=array()) | |
getNotificationEmail ($iRecipient, &$aEvent) | |
getNotificationPush ($iRecipient, &$aEvent) | |
Proxy class for module classes, now only module template class is proxied. It's possible to override any module template method call by making a response for 'module_template_method_call' alert.
BxDolModuleProxy::__call | ( | $sMethodName, | |
$aArguments ) |
module_template_method_call
module
- [object] an instance of a module, args
- [array] by ref, array with method call arguments, can be overridden in hook processingoverride_result
- [mixed] by ref, method call response, if equals to 'null', the default method will be called, can be overridden in hook processing
BxDolModuleProxy::getData | ( | & | $aEvent, |
$aBrowseParams = array() ) |
Dirty fix for pass by reference to BxTimelineTemplate\getData
BxDolModuleProxy::getNotificationEmail | ( | $iRecipient, | |
& | $aEvent ) |
Dirty fix for pass by reference to BxNtfsTemplate\getNotificationEmail
BxDolModuleProxy::getNotificationPush | ( | $iRecipient, | |
& | $aEvent ) |
Dirty fix for pass by reference to BxNtfsTemplate\getNotificationPush
BxDolModuleProxy::getPost | ( | & | $aEvent, |
$aBrowseParams = array() ) |
Dirty fix for pass by reference to BxNtfsTemplate\getPost