Documentation

EventCollector extends DataCollector
in package
implements Renderable, AssetProvider

Interacts with the DebugBar to display executed events.

Tags
see
DebugBarHelper
author

Aberdeener

version
2.2.0
license

MIT

Table of Contents

Interfaces

Renderable
AssetProvider

Properties

$_events  : array<string|int, mixed>
$_instance  : EventCollector

Methods

called()  : void
collect()  : array<string|int, mixed>
getAssets()  : array<string|int, mixed>
getInstance()  : EventCollector
getName()  : string
getWidgets()  : array<string|int, mixed>

Properties

Methods

called()

public called(string $event, array<string|int, mixed> $params) : void
Parameters
$event : string
$params : array<string|int, mixed>

collect()

public collect() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAssets()

public getAssets() : array<string|int, mixed>
Return values
array<string|int, mixed>

getWidgets()

public getWidgets() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results