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 listeners of a certain type
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Events_ManagerInterface.html