4 require_once
"./Services/Object/classes/class.ilObject.php";
26 $this->
ilObject($a_id,$a_call_by_reference);
39 if (!parent::update())
71 if (!parent::delete())
95 function notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params = 0)
135 if ($a_node_id==
$_GET[
"ref_id"])
137 $parent_obj =& $this->
ilias->obj_factory->getInstanceByRefId($a_node_id);
138 $parent_type = $parent_obj->getType();
139 if($parent_type == $this->
getType())
141 $a_node_id = (int) $tree->getParentId($a_node_id);
145 parent::notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params);
notify($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0)
notifys an object about an event occured Based on the event happend, each object may decide how it re...
Class ilObject Basic functions for all objects.
ilObject($a_id=0, $a_reference=true)
Constructor public.
ilObjAccessibilitySettings($a_id=0, $a_call_by_reference=true)
Constructor public.
Class ilObjAccessibilitySettings.
redirection script todo: (a better solution should control the processing via a xml file) ...
getType()
get object type public
update()
update object data