PHP Class TheSeer\phpDox\Generator\Engine\Factory

Afficher le fichier Open project: theseer/phpdox

Protected Properties

Свойство Type Description
$configs
$engines

Méthodes publiques

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

Method Details

addEngineClass() public méthode

public addEngineClass ( $name, $class )

addEngineFactory() public méthode

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

getEngineList() public méthode

public getEngineList ( )

getInstanceFor() public méthode

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

setConfigClass() public méthode

public setConfigClass ( $name, $class )

Property Details

$configs protected_oe property

protected $configs

$engines protected_oe property

protected $engines