Callable Listeners
Any argument which satisfies the callable
type-hint is accepted.
$emitter->addListener('event.name', function ($event) {
// Handle the event.
});
Any argument which satisfies the callable
type-hint is accepted.
$emitter->addListener('event.name', function ($event) {
// Handle the event.
});