PHP Class TheSeer\phpDox\Bootstrap

ファイルを表示 Open project: theseer/phpdox

Public Methods

Method Description
__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

Private Methods

Method Description
loadBootstrap ( $filename )

Method Details

__construct() public method

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

getBackends() public method

public getBackends ( )

getEngines() public method

public getEngines ( )

getEnrichers() public method

public getEnrichers ( )

load() public method

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