29 protected const ORGU =
"orgu";
30 protected array
$stay_with_command = array(
'',
'render',
'view',
'infoScreen',
'showStaff',
'performPaste',
'cut');
51 $this->tree->initLangCode();
52 $this->
access = $DIC->access();
54 $this->http_post = $DIC->http()->wrapper()->post();
55 $this->http_query= $DIC->http()->wrapper()->query();
68 if ($node[
'title'] ===
'__OrgUnitAdministration') {
69 $node[
'title'] = $this->
lng->txt(
'objs_orgu');
71 if ((
int) $node[
'child'] === (
int)
$_GET[
'ref_id']) {
72 return "<span class='ilExp2NodeContent ilHighlighted'>" . $node[
'title'] .
'</span>';
94 if ($this->
settings->get(
'custom_icons')) {
97 if (isset($icons_cache[$obj_id])) {
98 return $icons_cache[$obj_id];
113 if ($this->select_postvar) {
117 if ($this->
ctrl->getCmd() ===
'performPaste') {
118 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'target_node', $node[
'child']);
120 $array = $this->
ctrl->getParameterArrayByClass(ilObjOrgUnitGUI::class);
121 $temp = $array[
'ref_id'];
123 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $node[
'child']);
124 $this->
ctrl->setParameterByClass(ilObjPluginDispatchGUI::class,
'ref_id', $node[
'child']);
127 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $temp);
133 if ($this->
ctrl->getCmdClass() === strtolower(ilObjOrgUnitGUI::class) && in_array(
134 $this->
ctrl->getCmd(),
138 return $this->
ctrl->getLinkTargetByClass(
139 array(ilAdministrationGUI::class, $this->
ctrl->getCmdClass()),
140 $this->
ctrl->getCmd()
144 return $this->
ctrl->getLinkTargetByClass(array(ilAdministrationGUI::class, ilObjOrgUnitGUI::class),
'view');
152 return $this->
ctrl->getLinkTargetByClass(ilObjPluginDispatchGUI::class,
'forward');
165 if ($this->
access->checkAccess(
'read',
'', $node[
'ref_id'])) {
180 if ($this->http_post->has(
"id")) {
184 $r->kindlyTo()->listOf($r->kindlyTo()->int()),
186 } elseif ($this->http_query->has(
"item_ref_id")) {
190 $r->kindlyTo()->listOf($r->kindlyTo()->int()),
200 if ($node[
"child"] == $sn) {
204 if ($this->tree->isGrandChild($sn, $node[
"child"])) {
217 if (is_object($a_node)) {
218 return (array) $a_node;
226 $children = parent::getChildsOfNode($a_parent_node_id);
235 return $this->
access->checkAccess(
"visible",
"", $child[
"ref_id"]);
ILIAS HTTP Wrapper RequestWrapper $http_query
static getIconsCache()
Returns an array that maps from OrgUnit object IDs to its icon defined by the assigned OrgUnit type...
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
static secureString(string $a_str, bool $a_strip_html=true, string $a_allow="")
setTypeWhiteList(array $a_val)
Set type white list.
getNodeContent($a_node)
Get content of a node.
getNodeIcon($a_node)
Get node icon.
ILIAS Refinery Factory $refinery
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree, \ilAccessHandler $access=null)
getNodeArrayRepresentation($a_node)
isNodeSelectable($a_node)
ILIAS HTTP Wrapper RequestWrapper $http_post
filterChildrenByPermission(array $children)
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
Interface for mapping data-structures to the Tree.
getChildsOfNode($a_parent_node_id)