Ejemplo n.º 1
0
 public function getImportItemsInGroup()
 {
     if (!$this->getPrimaryKey()) {
         return false;
     }
     if ($this->get("group_id")) {
         $t_group = new ca_data_importer_groups($this->get("group_id"));
         return $t_group->getItems();
     } else {
         return false;
     }
 }