4 require_once(
'Services/Tree/classes/class.ilTree.php');
5 require_once(
'Services/OrgUnit/classes/class.ilOrgUnit.php');
25 parent::__construct( self::ROOT_UNIT_ID );
27 $this->tree_id = self::TREE_ID;
29 $this->table_tree =
'org_unit_tree';
30 $this->table_obj_data =
'org_unit_data';
31 $this->table_obj_reference =
'';
33 $this->tree_pk =
'tree';
34 $this->obj_pk =
'ou_id';
48 foreach($nodes as &$node)
54 $unit->setParent($index[$node[
'parent']]);
55 $index[$node[
'parent']]->addChild($unit);
57 else $root_unit = $unit;
60 $root_unit->sortChilds();
getRecursiveOrgUnitTree($root_node=self::ROOT_UNIT_ID)
static getInstance($ou_id)
getNodeData($a_node_id, $a_tree_pk=null)
get all information of a node.
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
getSubTree($a_node, $a_with_data=true, $a_type="")
get all nodes in the subtree under specified node