public static function Client::getAllEvents

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

Return value

array

Overrides AbstractHasDispatcher::getAllEvents

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php, line 61

Class

Client
HTTP client

Namespace

Guzzle\Http

Code

public static function getAllEvents() {
  return array(
    self::CREATE_REQUEST,
  );
}