PHP 클래스 eZ\Bundle\EzPublishDebugBundle\Collector\EzPublishCoreCollector

상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
addCollector ( Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface $collector, $panelTemplate = null, $toolbarTemplate = null )
collect ( Request $request, Response $response, Exception $exception = null )
getAllCollectors ( ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[]
getCollector ( string $name ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
getName ( )
getPanelTemplate ( string $collectorName ) : string Returns panel template to use for given collector name.
getToolbarTemplate ( string $collectorName ) : string Returns toolbar template for given collector name.

메소드 상세

__construct() 공개 메소드

public __construct ( )

addCollector() 공개 메소드

public addCollector ( Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface $collector, $panelTemplate = null, $toolbarTemplate = null )
$collector Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface

collect() 공개 메소드

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getAllCollectors() 공개 메소드

public getAllCollectors ( ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[]
리턴 Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[]

getCollector() 공개 메소드

public getCollector ( string $name ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
$name string Name of the collector
리턴 Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface

getName() 공개 메소드

public getName ( )

getPanelTemplate() 공개 메소드

Returns panel template to use for given collector name.
public getPanelTemplate ( string $collectorName ) : string
$collectorName string Name of corresponding collector.
리턴 string

getToolbarTemplate() 공개 메소드

Returns toolbar template for given collector name.
public getToolbarTemplate ( string $collectorName ) : string
$collectorName string Name of corresponding collector.
리턴 string