Property | Type | Description | |
---|---|---|---|
$_events | array | ||
$_peeks | array |
Method | Description | |
---|---|---|
attachEvent ( string $event, callable $handler ) : void | Attach a listener to the events manager | |
fireEvent ( string $event, |
Fires an event in the events manager causing that active listeners be notified about it | |
peekEvents ( callable $handler ) : void |
$eventsManager->fire('db', $connection);
public peekEvents ( callable $handler ) : void | ||
$handler | callable | |
return | void |