PHP Class eZ\Bundle\EzPublishDebugBundle\Collector\EzPublishCoreCollector

Inheritance: extends Symfony\Component\HttpKernel\DataCollector\DataCollector
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

public __construct ( )

addCollector() public méthode

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

collect() public méthode

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

getAllCollectors() public méthode

public getAllCollectors ( ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[]
Résultat Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface[]

getCollector() public méthode

public getCollector ( string $name ) : Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
$name string Name of the collector
Résultat Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface

getName() public méthode

public getName ( )

getPanelTemplate() public méthode

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

getToolbarTemplate() public méthode

Returns toolbar template for given collector name.
public getToolbarTemplate ( string $collectorName ) : string
$collectorName string Name of corresponding collector.
Résultat string