PHP Class Elgg\BootService

Since: 2.1
Inheritance: use trait Profilable
Show file Open project: elgg/elgg Class Usage Examples

Public Methods

Method Description
boot ( ) : void Boots the engine
invalidateCache ( ) : void Invalidate the cache item

Private Methods

Method Description
getBootData ( stdClass $CONFIG, Database $db ) : BootData Get the boot data
getStashItem ( stdClass $CONFIG ) : Stash\Interfaces\ItemInterface Get a Stash cache item

Method Details

boot() public method

Boots the engine
public boot ( ) : void
return void

invalidateCache() public method

Invalidate the cache item
public invalidateCache ( ) : void
return void