Open Journal Systems
3.3.0
|
Public Member Functions | |
onEvent (Event $e) | |
onEvent (Event $e) | |
onEventNested (Event $e) | |
onEventNested (Event $e) | |
onEventWithPriority (Event $e) | |
onEventWithPriority (Event $e) | |
Static Public Member Functions | |
static | getSubscribedEvents () |
static | getSubscribedEvents () |
Definition at line 255 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
|
static |
Returns an array of event names this subscriber wants to listen to.
The array keys are event names and the value can be:
For instance:
Implements Symfony\Component\EventDispatcher\EventSubscriberInterface.
Definition at line 257 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
|
static |
Returns an array of event names this subscriber wants to listen to.
The array keys are event names and the value can be:
For instance:
Implements Symfony\Component\EventDispatcher\EventSubscriberInterface.
Definition at line 257 of file vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEvent | ( | Event | $e | ) |
Definition at line 266 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEvent | ( | Event | $e | ) |
Definition at line 266 of file vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEventNested | ( | Event | $e | ) |
Definition at line 274 of file vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEventNested | ( | Event | $e | ) |
Definition at line 274 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEventWithPriority | ( | Event | $e | ) |
Definition at line 270 of file lib/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.
Symfony\Component\EventDispatcher\Tests\SubscriberService::onEventWithPriority | ( | Event | $e | ) |
Definition at line 270 of file vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php.