Interface EventSubscriberInterface
An EventSubscriber knows himself what events he is interested in. If an
EventSubscriber is added to an EventDispatcherInterface, the manager invokes
Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()
and registers the subscriber as a listener for all
returned events.
Direct known implementers
Guzzle\Http\RedirectPlugin, Guzzle\Plugin\Async\AsyncPlugin, Guzzle\Plugin\Md5\CommandContentMd5Plugin, Guzzle\Plugin\Md5\Md5ValidatorPlugin, Guzzle\Plugin\Mock\MockPlugin, Guzzle\Plugin\Oauth\OauthPlugin, Guzzle\Plugin\Backoff\BackoffLogger, Guzzle\Plugin\Backoff\BackoffPlugin, Guzzle\Plugin\Cache\CachePlugin, Guzzle\Plugin\Cookie\CookiePlugin, Guzzle\Plugin\CurlAuth\CurlAuthPlugin, Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin, Guzzle\Plugin\History\HistoryPlugin, Guzzle\Plugin\Log\LogPlugin
Namespace: Symfony\Component\EventDispatcher
Author: Guilherme Blanco <guilhermeblanco@hotmail.com>
Author: Jonathan Wage <jonwage@gmail.com>
Author: Roman Borschel <roman@code-factory.org>
Author: Bernhard Schussek <bschussek@gmail.com>
Api
Located at event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
Author: Guilherme Blanco <guilhermeblanco@hotmail.com>
Author: Jonathan Wage <jonwage@gmail.com>
Author: Roman Borschel <roman@code-factory.org>
Author: Bernhard Schussek <bschussek@gmail.com>
Api
Located at event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
public static
array
|