예제 #1
0
파일: Zone.php 프로젝트: jfesquet/tempos
 public function getAllChildrenZoneObjectsCount()
 {
     if ($this->isNew()) {
         return 0;
     }
     return ZonePeer::doCountAllChildrenZones($this->getId());
 }