예제 #1
0
파일: Entity.php 프로젝트: guancio/Runalyze
 /**
  * Are there pauses?
  * @return bool
  */
 public function hasPauses()
 {
     return !$this->Pauses->isEmpty();
 }