Elgg
Version 3.0
|
Boots Elgg and manages a cache of data needed during boot. More...
Public Member Functions | |
__construct (ElggCache $cache) | |
Cache. More... | |
boot (ServiceProvider $services) | |
Boots the engine. More... | |
invalidateCache () | |
Invalidate the cache item. More... | |
Public Attributes | |
const | DEFAULT_BOOT_CACHE_TTL = 3600 |
The default TTL if not set in settings.php. More... | |
const | DEFAULT_BOOTDATA_PLUGIN_SETTINGS_LIMIT = 40 |
The default limit for the number of plugin settings a plugin can have before it won't be loaded into bootdata. More... | |
Boots Elgg and manages a cache of data needed during boot.
Definition at line 15 of file BootService.php.
Elgg\BootService::__construct | ( | ElggCache | $cache | ) |
Elgg\BootService::boot | ( | ServiceProvider | $services | ) |
Boots the engine.
ServiceProvider | $services | Services |
Definition at line 53 of file BootService.php.
Elgg\BootService::invalidateCache | ( | ) |
const Elgg\BootService::DEFAULT_BOOT_CACHE_TTL = 3600 |
The default TTL if not set in settings.php.
Definition at line 23 of file BootService.php.
const Elgg\BootService::DEFAULT_BOOTDATA_PLUGIN_SETTINGS_LIMIT = 40 |
The default limit for the number of plugin settings a plugin can have before it won't be loaded into bootdata.
Can be set in settings.php
Definition at line 30 of file BootService.php.