PHP 클래스 Elgg\BootService

부터: 2.1
상속: use trait Profilable
파일 보기 프로젝트 열기: elgg/elgg 1 사용 예제들

공개 메소드들

메소드 설명
boot ( ) : void Boots the engine
invalidateCache ( ) : void Invalidate the cache item

비공개 메소드들

메소드 설명
getBootData ( stdClass $CONFIG, Database $db ) : BootData Get the boot data
getStashItem ( stdClass $CONFIG ) : Stash\Interfaces\ItemInterface Get a Stash cache item

메소드 상세

boot() 공개 메소드

Boots the engine
public boot ( ) : void
리턴 void

invalidateCache() 공개 메소드

Invalidate the cache item
public invalidateCache ( ) : void
리턴 void