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\Mock\MockPlugin, Symfony\Component\EventDispatcher\Tests\Debug\EventSubscriber, Symfony\Component\EventDispatcher\Tests\DependencyInjection\SubscriberService, Symfony\Component\EventDispatcher\Tests\SubscriberService, Symfony\Component\EventDispatcher\Tests\TestEventSubscriber, Symfony\Component\EventDispatcher\Tests\TestEventSubscriberWithMultipleListeners, Symfony\Component\EventDispatcher\Tests\TestEventSubscriberWithPriorities
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 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 EventSubscriberInterface.php
public static
array
|