Jarves\EventListener\TerminationListener::onKernelTerminate PHP Method

onKernelTerminate() public method

public onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\PostResponseEvent
    public function onKernelTerminate(PostResponseEvent $event)
    {
        $this->pageStack->reset();
        $this->jarves->terminate();
    }