PHP Class Barryvdh\Debugbar\DataCollector\EventCollector

Inheritance: extends DebugBar\DataCollector\TimeDataCollector
Afficher le fichier Open project: barryvdh/laravel-debugbar

Protected Properties

Свойство Type Description
$events Illuminate\Events\Dispatcher
$exporter Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter

Méthodes publiques

Méthode Description
__construct ( $requestStartTime = null )
collect ( )
getName ( )
getWidgets ( )
onWildcardEvent ( )
subscribe ( Illuminate\Events\Dispatcher $events )

Méthodes protégées

Méthode Description
prepareParams ( $params )

Method Details

__construct() public méthode

public __construct ( $requestStartTime = null )

collect() public méthode

public collect ( )

getName() public méthode

public getName ( )

getWidgets() public méthode

public getWidgets ( )

onWildcardEvent() public méthode

public onWildcardEvent ( )

prepareParams() protected méthode

protected prepareParams ( $params )

subscribe() public méthode

public subscribe ( Illuminate\Events\Dispatcher $events )
$events Illuminate\Events\Dispatcher

Property Details

$events protected_oe property

protected Dispatcher,Illuminate\Events $events
Résultat Illuminate\Events\Dispatcher

$exporter protected_oe property

protected ValueExporter,Symfony\Component\HttpKernel\DataCollector\Util $exporter
Résultat Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter