5 include_once(
"./Services/Tree/classes/class.ilTree.php");
18 parent::__construct(1);
34 include_once(
"./Services/Skill/classes/class.ilSkillTemplateReference.php");
37 foreach (
$path as $k => $v)
39 if ($v[
"child"] != $a_tref_id)
41 $path[$k][
"skill_id"] = $v[
"child"];
42 $path[$k][
"tref_id"] = 0;
47 $path[$k][
"tref_id"] = $a_tref_id;
51 foreach ($sub_path as $s)
55 $s[
"skill_id"] = $s[
"child"];
56 $s[
"tref_id"] = $a_tref_id;
71 foreach (
$path as $k => $v)
73 $path[$k][
"skill_id"] = $v[
"child"];
74 $path[$k][
"tref_id"] = 0;
96 if ($p[
"type"] !=
"skrt" && $p[
"child"] != $a_base_skill_id)
98 $str.= $sep.$p[
"title"];
114 return (
int)
$path[1];
getPathId($a_endnode_id, $a_startnode_id=0)
get path from a given startnode to a given endnode if startnode is not given the rootnode is startnod...
getSkillTreePath($a_base_skill_id, $a_tref_id=0)
Get skill tree path.
getPathFull($a_endnode_id, $a_startnode_id=0)
get path from a given startnode to a given endnode if startnode is not given the rootnode is startnod...
getTopParentNodeId($a_node_id)
Get top parent node id for a node.
static _lookupTemplateId($a_obj_id)
Lookup template ID.
setTableNames($a_table_tree, $a_table_obj_data, $a_table_obj_reference="")
set table names The primary key of the table containing your object_data must be 'obj_id' You may use...
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
setTreeTablePK($a_column_name)
set column containing primary key in tree table public
getSkillTreePathAsString($a_base_skill_id, $a_tref_id=0)
Get skill tree path as string.