Beispiel #1
0
 public function __destruct()
 {
     if ($this->runner instanceof RunnerInterface) {
         $this->runner->finish();
     }
 }