Elgg
Version 6.1
|
Boots Elgg and manages a cache of data needed during boot. More...
Public Member Functions | |
__construct (protected BootCache $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 17 of file BootService.php.
Elgg\BootService::__construct | ( | protected BootCache | $cache | ) |
Constructs the bootservice.
BootCache | $cache | Cache |
Definition at line 26 of file BootService.php.
Elgg\BootService::boot | ( | InternalContainer | $services | ) |
Boots the engine.
InternalContainer | $services | Internal services |
RuntimeException |
Definition at line 37 of file BootService.php.
Elgg\BootService::clearCache | ( | ) |