Aerys\Process::exit PHP 메소드

exit() 보호된 메소드

This function only exists as protected so we can test for its invocation
protected exit ( )
    protected function exit()
    {
        exit($this->exitCode);
    }

Usage Example

예제 #1
0
 protected function exit()
 {
     $this->logger->flush();
     parent::exit();
 }