final public mixed fireQueue (
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
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 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 attach (string $eventType, object | callable $handler, [int $priority]) Attach a
public arePrioritiesEnabled () Returns if priorities are enabled
Page 1 of 2