34 require_once
"./Services/Object/classes/class.ilObject.php";
48 include_once
"./Services/Administration/classes/class.ilSetting.php";
51 $this->
ilObject($a_id,$a_call_by_reference);
62 if (!parent::update())
82 if (!parent::delete())
115 return $roles ? $roles : array();
131 function notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params = 0)
171 if ($a_node_id==
$_GET[
"ref_id"])
173 $parent_obj =& $this->ilias->obj_factory->getInstanceByRefId($a_node_id);
174 $parent_type = $parent_obj->getType();
175 if($parent_type == $this->
getType())
177 $a_node_id = (int) $tree->getParentId($a_node_id);
181 parent::notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params);