PHP 클래스 TheSeer\phpDox\Generator\Engine\Factory

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

보호된 프로퍼티들

프로퍼티 타입 설명
$configs
$engines

공개 메소드들

메소드 설명
addEngineClass ( $name, $class )
addEngineFactory ( $name, TheSeer\phpDox\FactoryInterface $factory )
getEngineList ( )
getInstanceFor ( BuildConfig $buildCfg )
setConfigClass ( $name, $class )

메소드 상세

addEngineClass() 공개 메소드

public addEngineClass ( $name, $class )

addEngineFactory() 공개 메소드

public addEngineFactory ( $name, TheSeer\phpDox\FactoryInterface $factory )
$factory TheSeer\phpDox\FactoryInterface

getEngineList() 공개 메소드

public getEngineList ( )

getInstanceFor() 공개 메소드

public getInstanceFor ( BuildConfig $buildCfg )
$buildCfg TheSeer\phpDox\BuildConfig

setConfigClass() 공개 메소드

public setConfigClass ( $name, $class )

프로퍼티 상세

$configs 보호되어 있는 프로퍼티

protected $configs

$engines 보호되어 있는 프로퍼티

protected $engines