Events\ManagerInterface
Interface Phalcon\Events\ManagerInterface
Phalcon\Events\ManagerInterface initializer
Methods
abstract public attach (string $eventType, object $handler)
Attach a listener to the events manager
abstract public detachAll ([string $type])
Removes all events from the EventsManager
abstract public mixed fire (string $eventType, object $source, [mixed $data])
Fires a event in the events manager causing that the acive listeners will be notified about it
abstract public array getListeners (string $type)
Returns all the attached liste