Пример #1
0
 /**
  * Tells if the span is inside another span
  */
 public function isInside(TimeSpan $span)
 {
     return $this->isBetween($span->getStart(), $span->getEnd());
 }