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()

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();
}