PHP Class Barryvdh\Debugbar\DataCollector\EventCollector

Inheritance: extends DebugBar\DataCollector\TimeDataCollector
ファイルを表示 Open project: barryvdh/laravel-debugbar

Protected Properties

Property Type Description
$events Illuminate\Events\Dispatcher
$exporter Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter

Public Methods

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

Protected Methods

Method Description
prepareParams ( $params )

Method Details

__construct() public method

public __construct ( $requestStartTime = null )

collect() public method

public collect ( )

getName() public method

public getName ( )

getWidgets() public method

public getWidgets ( )

onWildcardEvent() public method

public onWildcardEvent ( )

prepareParams() protected method

protected prepareParams ( $params )

subscribe() public method

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

Property Details

$events protected_oe property

protected Dispatcher,Illuminate\Events $events
return Illuminate\Events\Dispatcher

$exporter protected_oe property

protected ValueExporter,Symfony\Component\HttpKernel\DataCollector\Util $exporter
return Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter