terminate() public method

Terminates everything, each post request event.
public terminate ( )
Ejemplo n.º 1
0
 public function onKernelTerminate(PostResponseEvent $event)
 {
     $this->pageStack->reset();
     $this->jarves->terminate();
 }