Example #1
0
 public function getChildrenZoneObjectsCount()
 {
     if ($this->isNew()) {
         return 0;
     }
     return ZonePeer::doCountChildrenZones($this->getId());
 }