ICanBoogie/Event master
  • Namespace
  • Class

Namespaces

  • ICanBoogie

Classes

  • Event
  • EventCollection
  • EventCollectionProvider
  • EventHook
  • EventHookReflection
  • EventProfiler
  • EventReflection

Functions

  • get_events

Class EventProfiler

Profiling information about events.

Final
Namespace: ICanBoogie
Located at EventProfiler.php

Methods summary

public static
# add_unused( string $type )

Adds an unused event type.

Adds an unused event type.

Parameters

$type
public static
# add_call( string $type, callable $hook, float $started_at )

Adds an event hook call.

Adds an event hook call.

Parameters

$type
$hook
$started_at

Properties summary

public static array $unused

Unused event types.

Unused event types.

list($time, $type) = $value;

`

# []
public static array $calls

Event hooks calls.

Event hooks calls.

list($time, $type, $hook, $started_at);
# []
ICanBoogie/Event master API documentation generated by ApiGen