public hasListeners (mixed $type) Check whether certain type of event has listeners
public collectResponses (mixed $collect) Tells the event manager if it needs to collect all the responses returned
final public mixed fireQueue (
public array getListeners (string $type) Returns all the attached listeners of a certain type
public isCollecting () Check if the events manager is collecting all all the responses returned by every registered listener
public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed
public mixed fire (string $eventType, object $source, [mixed $data], [boolean $cancelable])
public attach (string $eventType, object | callable $handler, [int $priority]) Attach a
implements Phalcon\Events\ManagerInterface
public detachAll ([mixed $type]) Removes all events from the EventsManager
Page 1 of 2