protected function TraceableEventDispatcher::postDispatch in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::postDispatch()
- 8.0 vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::postDispatch()
Same name and namespace in other branches
- 8 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\DebugCode
protected function postDispatch($eventName, Event $event) {
}