PHP Class TheSeer\phpDox\BackendBootstrapApi

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

Protected Properties

Property Type Description
$factory
$name

Public Methods

Method Description
__construct ( $name, Factory $factory )
implementedByClass ( $class )
instantiatedByFactory ( TheSeer\phpDox\FactoryInterface $factory )

Method Details

__construct() public method

public __construct ( $name, Factory $factory )
$factory TheSeer\phpDox\Collector\Backend\Factory

implementedByClass() public method

public implementedByClass ( $class )

instantiatedByFactory() public method

public instantiatedByFactory ( TheSeer\phpDox\FactoryInterface $factory )
$factory TheSeer\phpDox\FactoryInterface

Property Details

$factory protected_oe property

protected $factory

$name protected_oe property

protected $name