Exemplo n.º 1
0
 /**
  * @return int
  */
 public function getDuration()
 {
     if (!$this->event) {
         return null;
     }
     return $this->event->getDuration();
 }