Elgg  Version master
Public Member Functions | List of all members
Elgg\BootService Class Reference

Boots Elgg and manages a cache of data needed during boot. More...

Public Member Functions

 __construct (BaseCache $cache)
 Constructs the bootservice. More...
 
 boot (InternalContainer $services)
 Boots the engine. More...
 
 clearCache ()
 Clear the cache item. More...
 

Detailed Description

Boots Elgg and manages a cache of data needed during boot.

Definition at line 18 of file BootService.php.

Constructor & Destructor Documentation

Elgg\BootService::__construct ( BaseCache  $cache)

Constructs the bootservice.

Parameters
BaseCache$cacheCache

Definition at line 28 of file BootService.php.

Member Function Documentation

Elgg\BootService::boot ( InternalContainer  $services)

Boots the engine.

Parameters
InternalContainer$servicesInternal services
Returns
void
Exceptions
RuntimeException

Definition at line 40 of file BootService.php.

Elgg\BootService::clearCache ( )

Clear the cache item.

Returns
void

Definition at line 90 of file BootService.php.


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