Ejemplo n.º 1
0
 public function getAllChildrenZoneObjectsCount()
 {
     if ($this->isNew()) {
         return 0;
     }
     return ZonePeer::doCountAllChildrenZones($this->getId());
 }