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