PHP 클래스 TheSeer\phpDox\Bootstrap

파일 보기 프로젝트 열기: theseer/phpdox

공개 메소드들

메소드 설명
__construct ( TheSeer\phpDox\ProgressLogger $logger, BootstrapApi $api )
getBackends ( )
getEngines ( )
getEnrichers ( )
load ( TheSeer\phpDox\FileInfoCollection $require, $silent = TRUE ) Load bootstrap files to register components and builder

비공개 메소드들

메소드 설명
loadBootstrap ( $filename )

메소드 상세

__construct() 공개 메소드

public __construct ( TheSeer\phpDox\ProgressLogger $logger, BootstrapApi $api )
$logger TheSeer\phpDox\ProgressLogger
$api BootstrapApi

getBackends() 공개 메소드

public getBackends ( )

getEngines() 공개 메소드

public getEngines ( )

getEnrichers() 공개 메소드

public getEnrichers ( )

load() 공개 메소드

Load bootstrap files to register components and builder
public load ( TheSeer\phpDox\FileInfoCollection $require, $silent = TRUE )
$require TheSeer\phpDox\FileInfoCollection list of files to require