public getSource () Event source
extends class Phalcon\Exception
abstract public detach (mixed $eventType, mixed $handler) ...
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 isCancelable () Check whether the event is cancelable
abstract public getEventsManager () ...
public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed
public attach (string $eventType, object | callable $handler, [int $priority]) Attach a
Source on GitHub Methods abstract public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) ... abstract public getEventsManager () ...
Page 2 of 4