13 require_once
"class.ilObject.php";
25 $this->type =
"<type ID>";
26 $this->
ilObject($a_id,$a_call_by_reference);
37 if (!parent::update())
57 if (!parent::delete())
90 return $roles ? $roles : array();
106 function notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params = 0)
146 if ($a_node_id==
$_GET[
"ref_id"])
148 $parent_obj =& $this->ilias->obj_factory->getInstanceByRefId($a_node_id);
149 $parent_type = $parent_obj->getType();
150 if($parent_type == $this->
getType())
152 $a_node_id = (int) $tree->getParentId($a_node_id);
156 parent::notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params);