24require_once
"./Services/Object/classes/class.ilObject.php";
46 $this->
ilObject($a_id,$a_call_by_reference);
59 if (!parent::update())
91 if (!parent::delete())
115 function notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params = 0)
155 if ($a_node_id==
$_GET[
"ref_id"])
157 $parent_obj =& $this->
ilias->obj_factory->getInstanceByRefId($a_node_id);
158 $parent_type = $parent_obj->getType();
159 if($parent_type == $this->
getType())
161 $a_node_id = (int) $tree->getParentId($a_node_id);
165 parent::notify($a_event,$a_ref_id,$a_parent_non_rbac_id,$a_node_id,$a_params);
Class ilObjPersonalDesktopSettings.
update()
update object data
ilObjPersonalDesktopSettings($a_id=0, $a_call_by_reference=true)
Constructor @access public.
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...
read()
read style folder data
Class ilObject Basic functions for all objects.
getType()
get object type @access public
ilObject($a_id=0, $a_reference=true)
Constructor @access public.
redirection script todo: (a better solution should control the processing via a xml file)