Elgg  Version 5.1
Static Public Member Functions | Static Protected Member Functions | List of all members
Elgg\Application\SystemEventHandlers Class Reference

Contains the system event handlers. More...

Static Public Member Functions

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...
 

Static Protected Member Functions

static initWalledGarden ()
 Initializes the walled garden logic. More...
 

Detailed Description

Contains the system event handlers.

Since
4.0

Definition at line 16 of file SystemEventHandlers.php.

Member Function Documentation

static Elgg\Application\SystemEventHandlers::init ( )
static

Initializes the system.

Returns
void

Definition at line 23 of file SystemEventHandlers.php.

static Elgg\Application\SystemEventHandlers::initEarly ( )
static

Initializes the system (contains actions that require to be executed early [priority: 0])

Returns
void

Definition at line 97 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 111 of file SystemEventHandlers.php.

static Elgg\Application\SystemEventHandlers::initWalledGarden ( )
staticprotected

Initializes the walled garden logic.

Returns
void

Definition at line 129 of file SystemEventHandlers.php.

static Elgg\Application\SystemEventHandlers::ready ( )
static

Actions performed when the system is ready.

Returns
void

Definition at line 120 of file SystemEventHandlers.php.


The documentation for this class was generated from the following file: