28 protected const ORGU =
"orgu";
29 protected array
$stay_with_command = array(
'',
'render',
'view',
'infoScreen',
'showStaff',
'performPaste',
'cut');
50 $this->tree->initLangCode();
51 $this->
access = $DIC->access();
53 $this->http_post = $DIC->http()->wrapper()->post();
54 $this->http_query = $DIC->http()->wrapper()->query();
67 if ($node[
'title'] ===
'__OrgUnitAdministration') {
68 $node[
'title'] = $this->
lng->txt(
'objs_orgu');
70 if ((
int) $node[
'child'] === (
int)
$_GET[
'ref_id']) {
71 return "<span class='ilExp2NodeContent ilHighlighted'>" . $node[
'title'] .
'</span>';
93 if ($this->
settings->get(
'custom_icons')) {
96 if (isset($icons_cache[$obj_id])) {
97 return $icons_cache[$obj_id];
112 if ($this->select_postvar) {
116 if ($this->
ctrl->getCmd() ===
'performPaste') {
117 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'target_node', $node[
'child']);
119 $array = $this->
ctrl->getParameterArrayByClass(ilObjOrgUnitGUI::class);
120 $temp = $array[
'ref_id'];
122 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $node[
'child']);
123 $this->
ctrl->setParameterByClass(ilObjPluginDispatchGUI::class,
'ref_id', $node[
'child']);
126 $this->
ctrl->setParameterByClass(ilObjOrgUnitGUI::class,
'ref_id', $temp);
132 if ($this->
ctrl->getCmdClass() === strtolower(ilObjOrgUnitGUI::class) && in_array(
133 $this->
ctrl->getCmd(),
137 return $this->
ctrl->getLinkTargetByClass(
138 array(ilAdministrationGUI::class, $this->
ctrl->getCmdClass()),
139 $this->
ctrl->getCmd()
143 return $this->
ctrl->getLinkTargetByClass(array(ilAdministrationGUI::class, ilObjOrgUnitGUI::class),
'view');
151 return $this->
ctrl->getLinkTargetByClass(ilObjPluginDispatchGUI::class,
'forward');
164 if ($this->
access->checkAccess(
'read',
'', $node[
'ref_id'])) {
179 if ($this->http_post->has(
"id")) {
183 $r->kindlyTo()->listOf(
$r->kindlyTo()->int()),
185 } elseif ($this->http_query->has(
"item_ref_id")) {
189 $r->kindlyTo()->listOf(
$r->kindlyTo()->int()),
199 if ($node[
"child"] == $sn) {
203 if ($this->tree->isGrandChild($sn, $node[
"child"])) {
216 if (is_object($a_node)) {
217 return (array) $a_node;
225 $children = parent::getChildsOfNode($a_parent_node_id);
234 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.
__construct($a_expl_id, $a_parent_obj, $a_parent_cmd, $a_tree, ?\ilAccessHandler $access=null)
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
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return 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)