Go to the source code of this file.
Functions | |
dbg ($ll) | |
dbgup () | |
dbgvar ($a, $b) | |
dbgdown () | |
ThrowEvent ($event, $idM) |
Definition in file ThrowEvent.inc.php.
|
Definition at line 13 of file ThrowEvent.inc.php. Referenced by ThrowEvent(). |
|
Definition at line 16 of file ThrowEvent.inc.php. |
|
Definition at line 14 of file ThrowEvent.inc.php. |
|
Definition at line 15 of file ThrowEvent.inc.php. |
|
Throw a concrete event to the specified module. This function is the main piece of the actual communications system.
Definition at line 26 of file ThrowEvent.inc.php. References $module, dbg(), Modules::GetInstance(), JContext::GetInstance(), JSystem::IsError(), and JBaseObject::RaiseError(). Referenced by ModuleInstall::Install(), JSystem::LoadModule(), and JSystem::UnloadModule(). |