3 require_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
14 protected $stay_with_command = array(
"",
"render",
"view",
"infoScreen",
"showStaff",
"performPaste");
19 public function __construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree)
21 parent::__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree);
27 if($node[
"title"] ==
"__OrgUnitAdministration")
28 $node[
"title"] = $lng->txt(
"objs_orgu");
29 if($node[
"child"] ==
$_GET[
"ref_id"])
30 return "<span class='ilExp2NodeContent ilHighlighted'>".$node[
"title"].
"</span>";
32 return $node[
"title"];
53 if($ilCtrl->getCmd() ==
"performPaste")
55 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"target_node",$node[
"child"]);
57 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id", $node[
"child"]);
66 return $ilCtrl->getLinkTargetByClass($ilCtrl->getCmdClass(), $ilCtrl->getCmd());
70 return $ilCtrl->getLinkTargetByClass(
"ilobjorgunitgui",
"view");
88 if (is_array($wl) && count($wl) > 0)
99 if (is_array($bl) && count($bl) > 0)
101 $bl_childs = array();
104 if (!in_array($c[
"type"], $bl))
113 foreach(
$childs as $key => $child)
115 if(!$ilAccess->checkAccess(
'visible',
'', $child[
'ref_id']))
135 usort($a_childs,array( __CLASS__,
"sortbyTitle"));
146 return strcmp($a[
"title"], $b[
"title"]);
160 if($ilAccess->checkAccess(
'read',
'', $a_node[
'ref_id']))
isNodeClickable($a_node)
Is node clickable?
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
getTypeBlackList()
Get type black list.
getNodeIcon($a_node)
Get node icon.
__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree)
Constructor.
sortChilds($a_childs, $a_parent_node_id)
Sort childs.
static _lookupObjId($a_id)
getOrderField()
Get order field.
Explorer class that works on tree objects (Services/Tree)
Class ilOrgUnitExplorerGUI.
getChildsOfNode($a_parent_node_id)
Get childs of node.
getTypeWhiteList()
Get type white list.