예제 #1
0
파일: Entity.php 프로젝트: guancio/Runalyze
 /**
  * Clear
  */
 public function clear()
 {
     parent::clear();
     $this->Pauses->clear();
 }