ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilRepositorySelectorExplorerGUI Class Reference

Explorer for selecting repository items. More...

+ Inheritance diagram for ilRepositorySelectorExplorerGUI:
+ Collaboration diagram for ilRepositorySelectorExplorerGUI:

Public Member Functions

 __construct ($a_parent_obj, $a_parent_cmd, $a_selection_gui=null, $a_selection_cmd="selectObject", $a_selection_par="sel_ref_id", $a_id="rep_exp_sel")
 Constructor. More...
 
 setNodeContentModifier (callable $a_val)
 Set node content modifier. More...
 
 getNodeContentModifier ()
 Get node content modifier. More...
 
 getNodeContent ($a_node)
 Get node content. More...
 
 getNodeIcon ($a_node)
 Get node icon. More...
 
 getNodeIconAlt ($a_node)
 Get node icon alt text. More...
 
 isNodeHighlighted ($a_node)
 Is node highlighted? More...
 
 getNodeHref ($a_node)
 Get href for node. More...
 
 isNodeVisible ($a_node)
 Is node visible. More...
 
 sortChilds ($a_childs, $a_parent_node_id)
 Sort childs. More...
 
 getChildsOfNode ($a_parent_node_id)
 Get childs of node. More...
 
 isNodeClickable ($a_node)
 Is node clickable? More...
 
 setHighlightedNode ($a_value)
 set an alternate highlighted node if $_GET["ref_id"] is not set or wrong More...
 
 getHighlightedNode ()
 get an alternate highlighted node if $_GET["ref_id"] is not set or wrong Returns null if not set More...
 
 setClickableTypes ($a_types)
 set Whitelist for clickable items More...
 
 getClickableTypes ()
 get whitelist for clickable items More...
 
 setSelectableTypes ($a_types)
 Get HTML. More...
 
 getSelectableTypes ()
 get whitelist for clickable items More...
 
- Public Member Functions inherited from ilTreeExplorerGUI
 __construct ($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree)
 Constructor. More...
 
 getTree ()
 Get tree. More...
 
 setOrderField ($a_val, $a_numeric=false)
 Set order field. More...
 
 getOrderField ()
 Get order field. More...
 
 setTypeWhiteList ($a_val)
 Set type white list. More...
 
 getTypeWhiteList ()
 Get type white list. More...
 
 setTypeBlackList ($a_val)
 Set type black list. More...
 
 getTypeBlackList ()
 Get type black list. More...
 
 setPreloadChilds ($a_val)
 Set preload childs. More...
 
 getPreloadChilds ()
 Get preload childs. More...
 
 getSuccessorNode ($a_node_id, $a_type="")
 Get successor node (currently only(!) based on lft/rgt tree values) More...
 
 getChildsOfNode ($a_parent_node_id)
 Get childs of node. More...
 
 getNodeId ($a_node)
 Get id for node. More...
 
 getNodeIconAlt ($a_node)
 Get node icon alt attribute. More...
 
 getRootNode ()
 Get root node. More...
 
 setRootId ($a_root)
 
 setPathOpen ($a_id)
 Set node path to be opened. More...
 
 getHTML ()
 Get HTML. More...
 
- Public Member Functions inherited from ilExplorerBaseGUI
 __construct ($a_expl_id, $a_parent_obj, $a_parent_cmd)
 Constructor. More...
 
 getRootNode ()
 Get root node. More...
 
 getChildsOfNode ($a_parent_node_id)
 Get childs of node. More...
 
 getNodeContent ($a_node)
 Get content of a node. More...
 
 getNodeId ($a_node)
 Get id of a node. More...
 
 getNodeHref ($a_node)
 Get href for node. More...
 
 nodeHasVisibleChilds ($a_node)
 Node has childs? More...
 
 sortChilds ($a_childs, $a_parent_node_id)
 Sort childs. More...
 
 getNodeIcon ($a_node)
 Get node icon path. More...
 
 getNodeIconAlt ($a_node)
 Get node icon alt attribute. More...
 
 getNodeTarget ($a_node)
 Get node target (frame) attribute. More...
 
 getNodeOnClick ($a_node)
 Get node onclick attribute. More...
 
 isNodeVisible ($a_node)
 Is node visible? More...
 
 isNodeHighlighted ($a_node)
 Is node highlighted? More...
 
 isNodeClickable ($a_node)
 Is node clickable? More...
 
 getId ()
 Get id of explorer element. More...
 
 setSkipRootNode ($a_val)
 Set skip root node. More...
 
 getSkipRootNode ()
 Get skip root node. More...
 
 setAjax ($a_val)
 Set ajax. More...
 
 getAjax ()
 Get ajax. More...
 
 setSecondaryHighlightedNodes ($a_val)
 Set secondary (background) highlighted nodes. More...
 
 getSecondaryHighlightedNodes ()
 Get secondary (background) highlighted nodes. More...
 
 setNodeOpen ($a_id)
 Set node to be opened (additional custom opened node, not standard expand behaviour) More...
 
 setSelectMode ($a_postvar, $a_multi=false)
 Set select mode (to deactivate, pass an empty string as postvar) More...
 
 setNodeSelected ($a_id)
 Set node to be opened (additional custom opened node, not standard expand behaviour) More...
 
 setOfflineMode ($a_val)
 Set offline mode. More...
 
 getOfflineMode ()
 Get offline mode. More...
 
 handleCommand ()
 Handle explorer internal command. More...
 
 getContainerId ()
 Get container id. More...
 
 openNode ()
 Open node. More...
 
 closeNode ()
 Close node. More...
 
 getNodeAsync ()
 Get node asynchronously. More...
 
 beforeRendering ()
 Before rendering. More...
 
 getOnLoadCode ()
 Get on load code. More...
 
 getHTML ()
 Get HTML. More...
 
 renderNode ($a_node, $tpl)
 Render node. More...
 
 renderChilds ($a_node_id, $tpl)
 Render childs. More...
 
 getDomNodeIdForNodeId ($a_node_id)
 Get DOM node id for node id. More...
 
 getNodeIdForDomNodeId ($a_dom_node_id)
 Get node id for dom node id. More...
 
 listItemStart ($tpl, $a_node)
 List item start. More...
 
 listItemEnd ($tpl)
 List item end. More...
 
 listStart ($tpl)
 List start. More...
 
 listEnd ($tpl)
 List end. More...
 
 isNodeOnclickEnabled ()
 
 setNodeOnclickEnabled ($nodeOnclickEnabled)
 
 isEnableDnd ()
 
 setEnableDnd ($enable_dnd)
 Enable Drag & Drop functionality. More...
 

Protected Member Functions

 isNodeSelectable ($a_node)
 Is node selectable? More...
 
- Protected Member Functions inherited from ilTreeExplorerGUI
 preloadChilds ()
 Preload childs. More...
 
 getRootId ()
 
- Protected Member Functions inherited from ilExplorerBaseGUI
 isNodeSelectable ($a_node)
 Is node selectable? More...
 
 getNodeToggleOnClick ($a_node)
 Get onclick attribute for node toggling. More...
 
 getSelectOnClick ($a_node)
 Get onclick attribute for selecting radio/checkbox. More...
 
 getJSTreePlugins ()
 

Protected Attributes

 $type_grps = array()
 
 $session_materials = array()
 
 $highlighted_node = null
 
 $clickable_types = array()
 
 $nc_modifier = null
 
- Protected Attributes inherited from ilTreeExplorerGUI
 $tree = null
 
 $order_field = ""
 
 $order_field_numeric = false
 
 $type_white_list = array()
 
 $type_black_list = array()
 
 $childs = array()
 
 $preloaded = false
 
 $preload_childs = false
 
 $root_node_data = null
 
 $all_childs = array()
 
- Protected Attributes inherited from ilExplorerBaseGUI
 $skip_root_node = false
 
 $ajax = false
 
 $custom_open_nodes = array()
 
 $selected_nodes = array()
 
 $select_postvar = ""
 
 $offline_mode = false
 
 $sec_highl_nodes = array()
 
 $enable_dnd = false
 

Additional Inherited Members

- Static Public Member Functions inherited from ilExplorerBaseGUI
static getLocalExplorerJsPath ()
 Get local path of explorer js. More...
 
static getLocalJsTreeJsPath ()
 Get local path of jsTree js. More...
 
static createHTMLExportDirs ($a_target_dir)
 Create html export directories. More...
 
static init ()
 Init JS. More...
 
- Static Protected Attributes inherited from ilExplorerBaseGUI
static $js_tree_path = "./Services/UIComponent/Explorer2/lib/jstree-v.pre1.0/jquery.jstree.js"
 
static $js_expl_path = "./Services/UIComponent/Explorer2/js/Explorer2.js"
 

Detailed Description

Explorer for selecting repository items.

The implementation starts as a replacement for the often (ab)used ilSearchRootSelector class. Clicking items triggers a "selection" command. However ajax/checkbox/radio and use in an inputgui class should be implemented in the future, too.

The class has some things in commong with ilRepositoryExplorerGUI. Maybe a common parent class would be a good idea in the future.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 21 of file class.ilRepositorySelectorExplorerGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilRepositorySelectorExplorerGUI::__construct (   $a_parent_obj,
  $a_parent_cmd,
  $a_selection_gui = null,
  $a_selection_cmd = "selectObject",
  $a_selection_par = "sel_ref_id",
  $a_id = "rep_exp_sel" 
)

Constructor.

Parameters
object$a_parent_objparent gui object
string$a_parent_cmdparent cmd that renders the explorer
object/string$a_selection_gui gui class that should be called for the selection command
string$a_selection_cmdselection command
string$a_selection_parselection parameter

Definition at line 42 of file class.ilRepositorySelectorExplorerGUI.php.

References $_GET, ilTreeExplorerGUI\$tree, $white, array, ilExplorerBaseGUI\setAjax(), ilTreeExplorerGUI\setOrderField(), ilTreeExplorerGUI\setPathOpen(), ilExplorerBaseGUI\setSkipRootNode(), and ilTreeExplorerGUI\setTypeWhiteList().

44  {
45  global $tree, $objDefinition;
46 
47  if (is_null($a_selection_gui))
48  {
49  $a_selection_gui = $a_parent_obj;
50  }
51 
52  $this->selection_gui = is_object($a_selection_gui)
53  ? strtolower(get_class($a_selection_gui))
54  : strtolower($a_selection_gui);
55  $this->selection_cmd = $a_selection_cmd;
56  $this->selection_par = $a_selection_par;
57  parent::__construct($a_id, $a_parent_obj, $a_parent_cmd, $tree);
58 
59  $this->setSkipRootNode(false);
60  $this->setAjax(true);
61  $this->setOrderField("title");
62 
63  // per default: all object types, except item groups
64  $white = array();
65  foreach ($objDefinition->getSubObjectsRecursively("root") as $rtype)
66  {
67  if ($rtype["name"] != "itgr" && !$objDefinition->isSideBlock($rtype["name"]))
68  {
69  $white[] = $rtype["name"];
70  }
71  }
72  $this->setTypeWhiteList($white);
73 
74  // always open the path to the current ref id
75  if ((int) $_GET["ref_id"] > 0)
76  {
77  $this->setPathOpen((int) $_GET["ref_id"]);
78  }
79  }
$_GET["client_id"]
setSkipRootNode($a_val)
Set skip root node.
setPathOpen($a_id)
Set node path to be opened.
setTypeWhiteList($a_val)
Set type white list.
Create styles array
The data for the language used.
$white
Definition: example_030.php:84
setOrderField($a_val, $a_numeric=false)
Set order field.
+ Here is the call graph for this function:

Member Function Documentation

◆ getChildsOfNode()

ilRepositorySelectorExplorerGUI::getChildsOfNode (   $a_parent_node_id)

Get childs of node.

Parameters
int$a_parent_node_idnode id
Returns
array childs array

Definition at line 312 of file class.ilRepositorySelectorExplorerGUI.php.

References array.

Referenced by ilPoolSelectorGUI\isNodeVisible().

313  {
314  global $ilAccess;
315 
316  if (!$ilAccess->checkAccess("read", "", $a_parent_node_id))
317  {
318  return array();
319  }
320 
321  return parent::getChildsOfNode($a_parent_node_id);
322  }
Create styles array
The data for the language used.
+ Here is the caller graph for this function:

◆ getClickableTypes()

ilRepositorySelectorExplorerGUI::getClickableTypes ( )

get whitelist for clickable items

Returns
array types

Definition at line 392 of file class.ilRepositorySelectorExplorerGUI.php.

References $clickable_types, and array.

Referenced by isNodeClickable().

393  {
395  }
Create styles array
The data for the language used.
+ Here is the caller graph for this function:

◆ getHighlightedNode()

ilRepositorySelectorExplorerGUI::getHighlightedNode ( )

get an alternate highlighted node if $_GET["ref_id"] is not set or wrong Returns null if not set

Returns
mixed ref_id

Definition at line 368 of file class.ilRepositorySelectorExplorerGUI.php.

References $highlighted_node.

Referenced by isNodeHighlighted().

+ Here is the caller graph for this function:

◆ getNodeContent()

ilRepositorySelectorExplorerGUI::getNodeContent (   $a_node)

Get node content.

Parameters
array$a_nodenode data
Returns
string content

Definition at line 107 of file class.ilRepositorySelectorExplorerGUI.php.

References $lng, $title, getNodeContentModifier(), ilTreeExplorerGUI\getNodeId(), and ilTreeExplorerGUI\getRootNode().

108  {
109  global $lng;
110 
111  $c = $this->getNodeContentModifier();
112  if (is_callable($c))
113  {
114  return $c($a_node);
115  }
116 
117  $title = $a_node["title"];
118  if ($a_node["child"] == $this->getNodeId($this->getRootNode()))
119  {
120  if ($title == "ILIAS")
121  {
122  $title = $lng->txt("repository");
123  }
124  }
125 
126  return $title;
127  }
getNodeId($a_node)
Get id for node.
getRootNode()
Get root node.
global $lng
Definition: privfeed.php:17
+ Here is the call graph for this function:

◆ getNodeContentModifier()

ilRepositorySelectorExplorerGUI::getNodeContentModifier ( )

Get node content modifier.

Returns
callable

Definition at line 96 of file class.ilRepositorySelectorExplorerGUI.php.

References $nc_modifier.

Referenced by getNodeContent().

+ Here is the caller graph for this function:

◆ getNodeHref()

ilRepositorySelectorExplorerGUI::getNodeHref (   $a_node)

Get href for node.

Parameters
mixed$a_nodenode object/array
Returns
string href attribute

Definition at line 196 of file class.ilRepositorySelectorExplorerGUI.php.

References $ilCtrl.

197  {
198  global $ilCtrl;
199 
200  if ($this->select_postvar == "")
201  {
202  $ilCtrl->setParameterByClass($this->selection_gui, $this->selection_par, $a_node["child"]);
203  $link = $ilCtrl->getLinkTargetByClass($this->selection_gui, $this->selection_cmd);
204  $ilCtrl->setParameterByClass($this->selection_gui, $this->selection_par, "");
205  }
206  else
207  {
208  return "#";
209  }
210 
211  return $link;
212  }
global $ilCtrl
Definition: ilias.php:18

◆ getNodeIcon()

ilRepositorySelectorExplorerGUI::getNodeIcon (   $a_node)

Get node icon.

Parameters
array$a_nodenode data
Returns
string icon path

Definition at line 135 of file class.ilRepositorySelectorExplorerGUI.php.

References ilObject\_getIcon(), and ilObject\_lookupObjId().

136  {
137  $obj_id = ilObject::_lookupObjId($a_node["child"]);
138  return ilObject::_getIcon($obj_id, "tiny", $a_node["type"]);
139  }
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
static _lookupObjId($a_id)
+ Here is the call graph for this function:

◆ getNodeIconAlt()

ilRepositorySelectorExplorerGUI::getNodeIconAlt (   $a_node)

Get node icon alt text.

Parameters
array$a_nodenode data
Returns
string alt text

Definition at line 147 of file class.ilRepositorySelectorExplorerGUI.php.

References $lng, $title, ilTreeExplorerGUI\getNodeId(), and ilTreeExplorerGUI\getRootNode().

148  {
149  global $lng;
150 
151  if ($a_node["child"] == $this->getNodeId($this->getRootNode()))
152  {
153  $title = $a_node["title"];
154  if ($title == "ILIAS")
155  {
156  $title = $lng->txt("repository");
157  }
158  return $lng->txt("icon")." ".$title;
159  }
160 
161 
162  return parent::getNodeIconAlt($a_node);
163  }
getNodeId($a_node)
Get id for node.
getRootNode()
Get root node.
global $lng
Definition: privfeed.php:17
+ Here is the call graph for this function:

◆ getSelectableTypes()

ilRepositorySelectorExplorerGUI::getSelectableTypes ( )

get whitelist for clickable items

Returns
array types

Definition at line 440 of file class.ilRepositorySelectorExplorerGUI.php.

References array.

Referenced by isNodeSelectable().

441  {
442  return (array)$this->selectable_types;
443  }
Create styles array
The data for the language used.
+ Here is the caller graph for this function:

◆ isNodeClickable()

ilRepositorySelectorExplorerGUI::isNodeClickable (   $a_node)

Is node clickable?

Parameters
array$a_nodenode data
Returns
boolean node clickable true/false

Definition at line 330 of file class.ilRepositorySelectorExplorerGUI.php.

References getClickableTypes().

Referenced by ilPoolSelectorGUI\isNodeVisible(), and ilForumMoveTopicsExplorer\setCurrentFrmRefId().

331  {
332  global $ilAccess;
333 
334  if ($this->select_postvar != "")
335  {
336  // return false; #14354
337  }
338 
339  if (!$ilAccess->checkAccess("read", "", $a_node["child"]))
340  {
341  return false;
342  }
343 
344  if(is_array($this->getClickableTypes()) && count($this->getClickableTypes())>0)
345  {
346  return in_array($a_node["type"], $this->getClickableTypes());
347  }
348 
349  return true;
350  }
getClickableTypes()
get whitelist for clickable items
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isNodeHighlighted()

ilRepositorySelectorExplorerGUI::isNodeHighlighted (   $a_node)

Is node highlighted?

Parameters
mixed$a_nodenode object/array
Returns
boolean node visible true/false

Definition at line 171 of file class.ilRepositorySelectorExplorerGUI.php.

References $_GET, getHighlightedNode(), ilTreeExplorerGUI\getNodeId(), and ilTreeExplorerGUI\getRootNode().

172  {
173  if($this->getHighlightedNode())
174  {
175  if($this->getHighlightedNode() == $a_node["child"])
176  {
177  return true;
178  }
179  return false;
180  }
181 
182  if ($a_node["child"] == $_GET["ref_id"] ||
183  ($_GET["ref_id"] == "" && $a_node["child"] == $this->getNodeId($this->getRootNode())))
184  {
185  return true;
186  }
187  return false;
188  }
$_GET["client_id"]
getHighlightedNode()
get an alternate highlighted node if $_GET["ref_id"] is not set or wrong Returns null if not set ...
getNodeId($a_node)
Get id for node.
getRootNode()
Get root node.
+ Here is the call graph for this function:

◆ isNodeSelectable()

ilRepositorySelectorExplorerGUI::isNodeSelectable (   $a_node)
protected

Is node selectable?

Parameters
mixed$a_nodenode object/array
Returns
boolean node selectable true/false

Definition at line 451 of file class.ilRepositorySelectorExplorerGUI.php.

References getSelectableTypes().

Referenced by ilForumMoveTopicsExplorer\isNodeVisible().

452  {
453  if(count($this->getSelectableTypes()))
454  {
455  return in_array($a_node['type'],$this->getSelectableTypes() );
456  }
457  return true;
458  }
getSelectableTypes()
get whitelist for clickable items
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isNodeVisible()

ilRepositorySelectorExplorerGUI::isNodeVisible (   $a_node)

Is node visible.

Parameters
array$a_nodenode data
Returns
bool visible true/false

Definition at line 220 of file class.ilRepositorySelectorExplorerGUI.php.

References $ilSetting, and ilTreeExplorerGUI\$tree.

221  {
222  global $ilAccess,$tree,$ilSetting;
223 
224  if (!$ilAccess->checkAccess('visible', '', $a_node["child"]))
225  {
226  return false;
227  }
228 
229  return true;
230  }
global $ilSetting
Definition: privfeed.php:17

◆ setClickableTypes()

ilRepositorySelectorExplorerGUI::setClickableTypes (   $a_types)

set Whitelist for clickable items

Parameters
array/string$a_types array type

Definition at line 378 of file class.ilRepositorySelectorExplorerGUI.php.

References array.

379  {
380  if(!is_array($a_types))
381  {
382  $a_types = array($a_types);
383  }
384  $this->clickable_types = $a_types;
385  }
Create styles array
The data for the language used.

◆ setHighlightedNode()

ilRepositorySelectorExplorerGUI::setHighlightedNode (   $a_value)

set an alternate highlighted node if $_GET["ref_id"] is not set or wrong

Parameters
int$a_valueref_id

Definition at line 357 of file class.ilRepositorySelectorExplorerGUI.php.

358  {
359  $this->highlighted_node = $a_value;
360  }

◆ setNodeContentModifier()

ilRepositorySelectorExplorerGUI::setNodeContentModifier ( callable  $a_val)

Set node content modifier.

Parameters
callable$a_val

Definition at line 86 of file class.ilRepositorySelectorExplorerGUI.php.

87  {
88  $this->nc_modifier = $a_val;
89  }

◆ setSelectableTypes()

ilRepositorySelectorExplorerGUI::setSelectableTypes (   $a_types)

Get HTML.

Parameters

Definition at line 426 of file class.ilRepositorySelectorExplorerGUI.php.

References array.

427  {
428  if(!is_array($a_types))
429  {
430  $a_types = array($a_types);
431  }
432  $this->selectable_types = $a_types;
433  }
Create styles array
The data for the language used.

◆ sortChilds()

ilRepositorySelectorExplorerGUI::sortChilds (   $a_childs,
  $a_parent_node_id 
)

Sort childs.

Parameters
array$a_childsarray of child nodes
int$a_parent_node_idparent node id
Returns
array array of childs nodes

Definition at line 239 of file class.ilRepositorySelectorExplorerGUI.php.

References ilTreeExplorerGUI\$childs, $t, ilContainerSorting\_getInstance(), ilObject\_lookupObjId(), ilObject\_lookupType(), array, and ilTreeExplorerGUI\getTypeWhiteList().

240  {
241  global $objDefinition;
242 
243  $parent_obj_id = ilObject::_lookupObjId($a_parent_node_id);
244 
245  if ($parent_obj_id > 0)
246  {
247  $parent_type = ilObject::_lookupType($parent_obj_id);
248  }
249  else
250  {
251  $parent_type = "dummy";
252  $this->type_grps["dummy"] = array("root" => "dummy");
253  }
254 
255  if (empty($this->type_grps[$parent_type]))
256  {
257  $this->type_grps[$parent_type] =
258  $objDefinition->getGroupedRepositoryObjectTypes($parent_type);
259  }
260  $group = array();
261 
262  foreach ($a_childs as $child)
263  {
264  $g = $objDefinition->getGroupOfObj($child["type"]);
265  if ($g == "")
266  {
267  $g = $child["type"];
268  }
269  $group[$g][] = $child;
270  }
271 
272  // #14587 - $objDefinition->getGroupedRepositoryObjectTypes does NOT include side blocks!
273  $wl = $this->getTypeWhiteList();
274  if(is_array($wl) && in_array("poll", $wl))
275  {
276  $this->type_grps[$parent_type]["poll"] = array();
277  }
278 
279  $childs = array();
280  foreach ($this->type_grps[$parent_type] as $t => $g)
281  {
282  if (is_array($group[$t]))
283  {
284  // do we have to sort this group??
285  include_once("./Services/Container/classes/class.ilContainer.php");
286  include_once("./Services/Container/classes/class.ilContainerSorting.php");
287  $sort = ilContainerSorting::_getInstance($parent_obj_id);
288  $group = $sort->sortItems($group);
289 
290  // need extra session sorting here
291  if ($t == "sess")
292  {
293 
294  }
295 
296  foreach ($group[$t] as $k => $item)
297  {
298  $childs[] = $item;
299  }
300  }
301  }
302 
303  return $childs;
304  }
static _lookupObjId($a_id)
Create styles array
The data for the language used.
static _lookupType($a_id, $a_reference=false)
lookup object type
static _getInstance($a_obj_id)
get instance by obj_id
getTypeWhiteList()
Get type white list.
+ Here is the call graph for this function:

Field Documentation

◆ $clickable_types

ilRepositorySelectorExplorerGUI::$clickable_types = array()
protected

Definition at line 26 of file class.ilRepositorySelectorExplorerGUI.php.

Referenced by getClickableTypes().

◆ $highlighted_node

ilRepositorySelectorExplorerGUI::$highlighted_node = null
protected

Definition at line 25 of file class.ilRepositorySelectorExplorerGUI.php.

Referenced by getHighlightedNode().

◆ $nc_modifier

ilRepositorySelectorExplorerGUI::$nc_modifier = null
protected

Definition at line 31 of file class.ilRepositorySelectorExplorerGUI.php.

Referenced by getNodeContentModifier().

◆ $session_materials

ilRepositorySelectorExplorerGUI::$session_materials = array()
protected

Definition at line 24 of file class.ilRepositorySelectorExplorerGUI.php.

◆ $type_grps

ilRepositorySelectorExplorerGUI::$type_grps = array()
protected

Definition at line 23 of file class.ilRepositorySelectorExplorerGUI.php.


The documentation for this class was generated from the following file: