Contains the system event handlers.
More...
|
static | init () |
| Initializes the system. More...
|
|
static | initEarly () |
| Initializes the system (contains actions that require to be executed early [priority: 0]) More...
|
|
static | initLate () |
| Initializes the system (contains actions that require to be executed after regular priority [priority: 1000]) More...
|
|
static | ready () |
| Actions performed when the system is ready. More...
|
|
Contains the system event handlers.
- Since
- 4.0
Definition at line 16 of file SystemEventHandlers.php.
static Elgg\Application\SystemEventHandlers::init |
( |
| ) |
|
|
static |
static Elgg\Application\SystemEventHandlers::initEarly |
( |
| ) |
|
|
static |
Initializes the system (contains actions that require to be executed early [priority: 0])
- Returns
- void
Definition at line 98 of file SystemEventHandlers.php.
static Elgg\Application\SystemEventHandlers::initLate |
( |
| ) |
|
|
static |
Initializes the system (contains actions that require to be executed after regular priority [priority: 1000])
- Returns
- void
Definition at line 107 of file SystemEventHandlers.php.
static Elgg\Application\SystemEventHandlers::initWalledGarden |
( |
| ) |
|
|
staticprotected |
static Elgg\Application\SystemEventHandlers::ready |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: