示例#1
0
文件: Zone.php 项目: jfesquet/tempos
 public function getAllChildrenZoneObjects()
 {
     if ($this->isNew()) {
         return array();
     }
     return ZonePeer::doSelectAllChildrenZones($this->getId());
 }