コード例 #1
0
ファイル: Entity.php プロジェクト: guancio/Runalyze
 /**
  * Are there pauses?
  * @return bool
  */
 public function hasPauses()
 {
     return !$this->Pauses->isEmpty();
 }