Class AbstractHasDispatcher
Class that holds an event dispatcher
- Guzzle\Common\AbstractHasDispatcher implements Guzzle\Common\HasDispatcherInterface
Direct known subclasses
Guzzle\Http\Client, Guzzle\Http\Curl\CurlMulti, Guzzle\Http\Curl\CurlMultiProxy, Guzzle\Plugin\Backoff\BackoffPlugin, Guzzle\Plugin\Mock\MockPlugin, Guzzle\Service\Builder\ServiceBuilder, Guzzle\Service\Resource\ResourceIterator, Guzzle\Service\Resource\ResourceIteratorApplyBatchedIndirect known subclasses
Guzzle\Service\Client, Guzzle\Tests\Mock\MockMulti, Guzzle\Tests\Service\Mock\MockClient, Guzzle\Tests\Service\Mock\Model\MockCommandIterator
public static
array
|
|
public
|
#
setEventDispatcher( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
Set the EventDispatcher of the request |
public
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
|
public
|
|
public
|
#
addSubscriber( Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber )
Add an event subscriber to the dispatcher |
protected
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
$eventDispatcher
|