示例#1
0
 public function getRemainingTime()
 {
     $stop = $this->stop->getTimeStamp();
     $now = new \DateTime();
     return $stop - $now->getTimeStamp();
 }