public static function HasDispatcherInterface::getAllEvents

Get a list of all of the events emitted from the class

Return value

array

3 methods override HasDispatcherInterface::getAllEvents()
AbstractHasDispatcher::getAllEvents in drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
Get a list of all of the events emitted from the class
IoEmittingEntityBody::getAllEvents in drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
Get a list of all of the events emitted from the class
Request::getAllEvents in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get a list of all of the events emitted from the class

File

drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php, line 18

Class

HasDispatcherInterface
Holds an event dispatcher

Namespace

Guzzle\Common

Code

public static function getAllEvents();