PHP Class Elgg\BootService

Since: 2.1
Inheritance: use trait Profilable
Afficher le fichier Open project: elgg/elgg Class Usage Examples

Méthodes publiques

Méthode Description
boot ( ) : void Boots the engine
invalidateCache ( ) : void Invalidate the cache item

Private Methods

Méthode 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 méthode

Boots the engine
public boot ( ) : void
Résultat void

invalidateCache() public méthode

Invalidate the cache item
public invalidateCache ( ) : void
Résultat void