PHP Class SensioLabs\Deptrac\CollectorFactory

Afficher le fichier Open project: sensiolabs-de/deptrac Class Usage Examples

Protected Properties

Свойство Type Description
$collectors SensioLabs\Deptrac\Collector\CollectorInterface[]

Méthodes publiques

Méthode Description
__construct ( array $collectors )
getCollector ( $type ) : SensioLabs\Deptrac\Collector\CollectorInterface

Method Details

__construct() public méthode

public __construct ( array $collectors )
$collectors array

getCollector() public méthode

public getCollector ( $type ) : SensioLabs\Deptrac\Collector\CollectorInterface
$type
Résultat SensioLabs\Deptrac\Collector\CollectorInterface

Property Details

$collectors protected_oe property

protected CollectorInterface[],SensioLabs\Deptrac\Collector $collectors
Résultat SensioLabs\Deptrac\Collector\CollectorInterface[]