exit() protected method

This function only exists as protected so we can test for its invocation
protected exit ( )
Ejemplo n.º 1
0
 protected function exit()
 {
     $this->logger->flush();
     parent::exit();
 }