Beispiel #1
0
 /**
  * Go to end and read last lap
  */
 protected function finish()
 {
     $this->TrackdataLoop->goToEnd();
     if (!is_null($this->RouteLoop)) {
         $this->RouteLoop->goToEnd();
     }
     $this->readLap();
 }