terminate() public method

Terminates everything, each post request event.
public terminate ( )
コード例 #1
0
ファイル: TerminationListener.php プロジェクト: jarves/jarves
 public function onKernelTerminate(PostResponseEvent $event)
 {
     $this->pageStack->reset();
     $this->jarves->terminate();
 }