Elgg
Version 6.0
|
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... | |
Boots Elgg and manages a cache of data needed during boot.
Definition at line 18 of file BootService.php.
Elgg\BootService::__construct | ( | BaseCache | $cache | ) |
Constructs the bootservice.
BaseCache | $cache | Cache |
Definition at line 28 of file BootService.php.
Elgg\BootService::boot | ( | InternalContainer | $services | ) |
Boots the engine.
InternalContainer | $services | Internal services |
RuntimeException |
Definition at line 40 of file BootService.php.
Elgg\BootService::clearCache | ( | ) |