XOOPS 2.5.6
Final
|
Public Member Functions | |
setEvents () | |
setPreloads () | |
triggerEvent ($event_name, $args=array()) | |
XoopsPreload () | |
Static Public Member Functions | |
static & | getInstance () |
Public Attributes | |
$_events = array() | |
$_preloads = array() | |
Definition at line 40 of file preload.php.
|
static |
Allow one instance only!
Definition at line 68 of file preload.php.
Referenced by b_system_user_show(), XoopsFormDhtmlTextArea\codeIcon(), XoopsDatabaseFactory\getDatabaseConnection(), XoopsSystemGui\header(), redirect_header(), xos_logos_PageBuilder\retrieveBlocks(), and smarty_function_xoInboxCount().
XoopsPreload::setEvents | ( | ) |
Get available events and set them to go!
Definition at line 108 of file preload.php.
References $method.
XoopsPreload::setPreloads | ( | ) |
Get available preloads information and set them to go!
Definition at line 82 of file preload.php.
References $dir, $file, $i, $module, and XoopsCache\read().
XoopsPreload::triggerEvent | ( | $event_name, | |
$args = array() |
|||
) |
Triggers a specific event
$event_name | string Name of the event to trigger |
$args | array Method arguments |
Definition at line 135 of file preload.php.
XoopsPreload::XoopsPreload | ( | ) |
XoopsPreload::$_events = array() |
Definition at line 50 of file preload.php.
XoopsPreload::$_preloads = array() |
Definition at line 45 of file preload.php.