public static function AbstractHasDispatcher::getAllEvents

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

Return value

array

Overrides HasDispatcherInterface::getAllEvents

2 methods override AbstractHasDispatcher::getAllEvents()
Client::getAllEvents in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Get a list of all of the events emitted from the class
CurlMulti::getAllEvents in drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
Get a list of all of the events emitted from the class

File

drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php, line 22

Class

AbstractHasDispatcher
Class that holds an event dispatcher

Namespace

Guzzle\Common

Code

public static function getAllEvents() {
  return array();
}