PHP 클래스 SensioLabs\Deptrac\CollectorFactory

파일 보기 프로젝트 열기: sensiolabs-de/deptrac 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$collectors SensioLabs\Deptrac\Collector\CollectorInterface[]

공개 메소드들

메소드 설명
__construct ( array $collectors )
getCollector ( $type ) : SensioLabs\Deptrac\Collector\CollectorInterface

메소드 상세

__construct() 공개 메소드

public __construct ( array $collectors )
$collectors array

getCollector() 공개 메소드

public getCollector ( $type ) : SensioLabs\Deptrac\Collector\CollectorInterface
$type
리턴 SensioLabs\Deptrac\Collector\CollectorInterface

프로퍼티 상세

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

protected CollectorInterface[],SensioLabs\Deptrac\Collector $collectors
리턴 SensioLabs\Deptrac\Collector\CollectorInterface[]