4 require_once
"./classes/class.ilObject.php";
26 $this->
ilObject($a_id,$a_call_by_reference);
39 if (!parent::update())
71 if (!parent::delete())
104 return $roles ? $roles : array();
120 function notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params = 0)
160 if ($a_node_id==
$_GET[
"ref_id"])
162 $parent_obj =& $this->ilias->obj_factory->getInstanceByRefId($a_node_id);
163 $parent_type = $parent_obj->getType();
164 if($parent_type == $this->
getType())
166 $a_node_id = (int) $tree->getParentId($a_node_id);
170 parent::notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params);