public function HasDispatcherInterface::dispatch

Helper to dispatch Guzzle events and set the event name on the event

Parameters

string $eventName Name of the event to dispatch:

array $context Context of the event:

3 methods override HasDispatcherInterface::dispatch()

File

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

Class

HasDispatcherInterface
Holds an event dispatcher

Namespace

Guzzle\Common

Code

public function dispatch($eventName, array $context = array());