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 getType () Event type
abstract public getData () ...
final public mixed fireQueue (
Source
abstract public fire (mixed $eventType, mixed $source, [mixed $data]) ...
abstract public detach (mixed $eventType, mixed $handler) ...
public array getListeners (string $type) Returns all the attached listeners of a certain type
extends class Phalcon\Exception
Page 1 of 4