3 require_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
17 protected $stay_with_command = array(
"",
"render",
"view",
"infoScreen",
"showStaff",
"performPaste",
"cut" );
26 public function __construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree) {
27 parent::__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree);
40 if ($node[
"title"] ==
"__OrgUnitAdministration") {
41 $node[
"title"] = $lng->txt(
"objs_orgu");
43 if ($node[
"child"] ==
$_GET[
"ref_id"]) {
44 return "<span class='ilExp2NodeContent ilHighlighted'>" . $node[
"title"] .
"</span>";
46 return $node[
"title"];
69 if ($ilias->getSetting(
'custom_icons')) {
70 $icons_cache = ilObjOrgUnit::getIconsCache();
72 if (isset($icons_cache[$obj_id])) {
73 return $icons_cache[$obj_id];
88 if ($ilCtrl->getCmd() ==
"performPaste") {
89 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"target_node", $node[
"child"]);
91 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id", $node[
"child"]);
104 return $ilCtrl->getLinkTargetByClass($ilCtrl->getCmdClass(), $ilCtrl->getCmd());
106 return $ilCtrl->getLinkTargetByClass(
"ilobjorgunitgui",
"view");
124 if (is_array($wl) && count($wl) > 0) {
132 if (is_array($bl) && count($bl) > 0) {
133 $bl_childs = array();
134 foreach (
$childs as $k => $c) {
135 if (!in_array($c[
"type"], $bl)) {
144 foreach (
$childs as $key => $child) {
145 if (!$ilAccess->checkAccess(
'visible',
'', $child[
'ref_id'])) {
165 usort($a_childs, array( __CLASS__,
"sortbyTitle" ));
178 return strcmp($a[
"title"], $b[
"title"]);
193 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 Return custom icon of OrgUnit type if existing.
setTypeWhiteList($a_val)
Set type white list.
__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree)
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.