Exception

extends class Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code final publi

Events\ManagerInterface::getListeners

abstract public getListeners (mixed $type) ...

Events\ManagerInterface::fire

abstract public fire (mixed $eventType, mixed $source, [mixed $data]) ...

Events\ManagerInterface::detachAll

abstract public detachAll ([mixed $type]) ...

Events\ManagerInterface::detach

abstract public detach (mixed $eventType, mixed $handler) ...

Events\ManagerInterface::attach

abstract public attach (mixed $eventType, mixed $handler) ...

Events\ManagerInterface

Source on GitHub Methods abstract public attach (mixed $eventType, mixed $handler) ... abstract public detach (mixed $eventType, mixed $handler) ... abstract public detachAll ([mixed $type]) ... abstract public fire (mixed $eventType, mixed $source, [mixed $data]) ... abstract public getListeners (mixed $type) ...

Events\Manager::isCollecting

public isCollecting () Check if the events manager is collecting all all the responses returned by every registered listener in a single fire

Events\Manager::hasListeners

public hasListeners (mixed $type) Check whether certain type of event has listeners

Events\Manager::getResponses

public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed