Elgg  Version 6.3
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 25 of file SystemEventHandlers.php.

Member Function Documentation

◆ init()

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

Initializes the system.

Returns
void

Definition at line 32 of file SystemEventHandlers.php.

◆ initEarly()

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

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

Returns
void

Definition at line 115 of file SystemEventHandlers.php.

◆ initLate()

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 124 of file SystemEventHandlers.php.

◆ initWalledGarden()

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

Initializes the walled garden logic.

Returns
void

Definition at line 142 of file SystemEventHandlers.php.

◆ ready()

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

Actions performed when the system is ready.

Returns
void

Definition at line 133 of file SystemEventHandlers.php.


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