35 $tree = $DIC->repositoryTree();
51 public static function getActivePluginIdsForTree(): array
77 return $this->
ilObjOrgUnitTree->getEmployees($this->parent_ref_id, $recursively);
87 return $this->
ilObjOrgUnitTree->getSuperiors($this->parent_ref_id, $recursively);
102 $path[] = $node[
'child'];
123 if ($node[
"title"] ==
"__OrgUnitAdministration") {
124 $node[
"title"] = $this->
lng->txt(
"objs_orgu");
126 $titles[] = $node[
'title'];
139 $node = $this->tree->getNodeData($this->parent_ref_id);
141 return $this->tree->getSubTree($node, $with_data, [
$type]);
ilComponentFactory $component_factory
getActivePluginsInSlot(string $slot_id)
Get the active plugins for the given slot.
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
__construct(int $a_ref_id=0)
ilOrgUnitExtension constructor.
getParentId(int $a_node_id)
get parent id of given node
getSuperiors(bool $recursively=false)
Get all user ids of superiors of the underlying OrgUnit.
getEmployees(bool $recursively=false)
Get all user ids of employees of the underlying OrgUnit.
__construct(Container $dic, ilPlugin $plugin)
getOrgUnitSubtree(bool $with_data=true, string $type="")
ilObjOrgUnitTree $ilObjOrgUnitTree
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...