You are here

protected function TraceableEventDispatcher::postDispatch in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::postDispatch()
  2. 8 vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::postDispatch()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::postDispatch()

Called after dispatching the event.

Parameters

string $eventName The event name:

Event $event The event:

1 call to TraceableEventDispatcher::postDispatch()
TraceableEventDispatcher::dispatch in vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
Dispatches an event to all registered listeners.
1 method overrides TraceableEventDispatcher::postDispatch()
TraceableEventDispatcher::postDispatch in vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php
Called after dispatching the event.

File

vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php, line 221

Class

TraceableEventDispatcher
Collects some data about event listeners.

Namespace

Symfony\Component\EventDispatcher\Debug

Code

protected function postDispatch($eventName, Event $event) {
}