Exemplo n.º 1
0
 function getObjects()
 {
     if ($this->isNew()) {
         return array();
     }
     return TemplateObjects::getObjectsByTemplate($this->getId());
 }