42 return $this->context_collection->
main()->administration();
53 if ($called_contexts->
current()->getAdditionalData()->is(self::SHOW_ORGU_TREE,
true)) {
54 $iff =
function (
string $id) {
55 return $this->identification_provider->contextAwareIdentifier(
$id);
58 $t =
function (
string $key):
string {
59 return $this->dic->language()->txt($key);
62 $tools[] = $this->
factory->treeTool($iff(
'tree_new'))
63 ->withTitle($t(
'tree'))
64 ->withSymbol($this->dic->ui()->factory()->symbol()->icon()->standard(
77 $lng = $DIC->language();
82 return $this->dic->ui()->factory()->tree()->expandable(
$lng->txt(
"org_units"), $tree)
83 ->withData($tree->getChildsOfNode($parent_node_id));
90 ilObjOrgUnitGUI::class,
93 $this->dic[
"ilAccess"]
99 $tree->setPathOpen((
int)
$ref_id);
101 $tree->setOrderField(
'title');
111 $whiteList = array(
'orgu');
112 $pls = ilOrgUnitExtension::getActivePluginIdsForTree();
114 return array_merge($whiteList, $pls);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This describes a Tree Control.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Interface for mapping data-structures to the Tree.