Organisation Unit Tree.
More...
◆ executeCommand()
ilOrgUnitTreeGUI::executeCommand |
( |
| ) |
|
◆ viewAssignedUnitsObject()
ilOrgUnitTreeGUI::viewAssignedUnitsObject |
( |
| ) |
|
Definition at line 75 of file class.ilOrgUnitTreeGUI.php.
References $_GET, $lng, and $tpl.
79 $user_id = (int)
$_GET[
'obj_id'];
81 require_once(
'Services/OrgUnit/classes/class.ilOrgUnitAssignmentTableGUI.php');
84 $tpl->setVariable(
'ADM_CONTENT', $tbl->getHTML());
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
Organisation Unit Assignment Table.
◆ viewTreeObject()
ilOrgUnitTreeGUI::viewTreeObject |
( |
| ) |
|
Definition at line 49 of file class.ilOrgUnitTreeGUI.php.
References $lng, and $tpl.
53 require_once(
'Services/OrgUnit/classes/class.ilOrgUnitTree.php');
56 $root_unit = $tree->getRecursiveOrgUnitTree();
58 $debug =
'<pre>'.print_r($nodes,1).
'</pre>';
60 require_once(
'Services/OrgUnit/classes/class.ilOrgUnitTreeExplorerGUI.php');
63 $tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.org_unit_tree.html',
'Services/OrgUnit');
65 $tpl->setCurrentBlock(
'adm_content');
67 $tpl->setVariable(
'ORG_UNIT_TREE_HEADER', $lng->txt(
'org_unit_tree_header'));
69 $tpl->setVariable(
'ORG_UNIT_TREE_EXPLORER', $exp->getHTML());
71 $tpl->parseCurrentBlock();
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
The documentation for this class was generated from the following file: