15 protected const ORGU =
"orgu";
19 protected $stay_with_command = array(
'',
'render',
'view',
'infoScreen',
'showStaff',
'performPaste',
'cut');
32 public function __construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree)
37 $this->tree->initLangCode();
49 if ($node[
'title'] ===
'__OrgUnitAdministration') {
50 $node[
'title'] = $DIC->language()->txt(
'objs_orgu');
52 if ((
int) $node[
'child'] === (
int)
$_GET[
'ref_id']) {
53 return "<span class='ilExp2NodeContent ilHighlighted'>" . $node[
'title'] .
'</span>';
80 $ilias = $DIC[
'ilias'];
81 if ($ilias->getSetting(
'custom_icons')) {
82 $icons_cache = ilObjOrgUnit::getIconsCache();
84 if (isset($icons_cache[$obj_id])) {
85 return $icons_cache[$obj_id];
102 if ($this->select_postvar) {
106 if ($DIC->ctrl()->getCmd() ===
'performPaste') {
107 $DIC->ctrl()->setParameterByClass(ilObjOrgUnitGUI::class,
'target_node', $node[
'child']);
109 $array = $DIC->ctrl()->getParameterArrayByClass(ilObjOrgUnitGUI::class);
110 $temp = $array[
'ref_id'];
112 $DIC->ctrl()->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $node[
'child']);
113 $DIC->ctrl()->setParameterByClass(ilObjPluginDispatchGUI::class,
'ref_id', $node[
'child']);
116 $DIC->ctrl()->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $temp);
128 if ($DIC->ctrl()->getCmdClass() === strtolower(ilObjOrgUnitGUI::class) && in_array($DIC->ctrl()->getCmd(),
$this->stay_with_command,
true)) {
129 return $DIC->ctrl()->getLinkTargetByClass(array(ilAdministrationGUI::class, $DIC->ctrl()->getCmdClass()), $DIC->ctrl()->getCmd());
132 return $DIC->ctrl()->getLinkTargetByClass(array(ilAdministrationGUI::class, ilObjOrgUnitGUI::class),
'view');
143 return $DIC->ctrl()->getLinkTargetByClass(ilObjPluginDispatchGUI::class,
'forward');
155 $ilAccess = $DIC->access();
157 if ($ilAccess->checkAccess(
'read',
'', $a_node[
'ref_id'])) {
174 return !($a_node[
'child'] === $current_node || $this->tree->isGrandChild($current_node, $a_node[
'child']));
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
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)
static _lookupObjId($a_id)
isNodeSelectable($a_node)
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
Interface for mapping data-structures to the Tree.
static secureString($a_str, $a_strip_html=true, $a_allow="")
Remove unsecure tags.