PHP Class TheSeer\phpDox\Generator\Engine\Factory

Show file Open project: theseer/phpdox

Protected Properties

Property Type Description
$configs
$engines

Public Methods

Method Description
addEngineClass ( $name, $class )
addEngineFactory ( $name, TheSeer\phpDox\FactoryInterface $factory )
getEngineList ( )
getInstanceFor ( BuildConfig $buildCfg )
setConfigClass ( $name, $class )

Method Details

addEngineClass() public method

public addEngineClass ( $name, $class )

addEngineFactory() public method

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

getEngineList() public method

public getEngineList ( )

getInstanceFor() public method

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

setConfigClass() public method

public setConfigClass ( $name, $class )

Property Details

$configs protected property

protected $configs

$engines protected property

protected $engines