exit() 보호된 메소드

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