public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed
public stop () Stops the event preventing propagation
public mixed fire (string $eventType, object $source, [mixed $data], [boolean $cancelable])
implements Phalcon\Events\ManagerInterface
public attach (string $eventType, object | callable $handler, [int $priority]) Attach a
public isCancelable () Check whether the event is cancelable
abstract public isCancelable () ...
public detachAll ([mixed $type]) Removes all events from the EventsManager
abstract public setEventsManager (Ph
public getData () Event data
Page 3 of 4