31 if (is_array($path)) {
32 foreach ($path as $k => $v) {
33 if ($v[
"child"] != $a_tref_id) {
34 $path[$k][
"skill_id"] = $v[
"child"];
35 $path[$k][
"tref_id"] = 0;
38 $path[$k][
"tref_id"] = $a_tref_id;
43 if (is_array($sub_path)) {
44 foreach ($sub_path as $s) {
46 $s[
"skill_id"] = $s[
"child"];
47 $s[
"tref_id"] = $a_tref_id;
57 if (is_array($path)) {
58 foreach ($path as $k => $v) {
59 $path[$k][
"skill_id"] = $v[
"child"];
60 $path[$k][
"tref_id"] = 0;
65 if (is_array($path)) {
83 foreach ($path as $p) {
84 if ($p[
"type"] !=
"skrt" && $p[
"child"] != $a_base_skill_id) {
85 $str .= $sep . $p[
"title"];
101 return (
int) $path[1];
119 array(
"skrt",
"sktp",
"sctp")
124 array(
"skrt",
"skll",
"scat",
"sktr")
130 foreach ($childs as $k =>
$c) {
131 $max = max(array(
$c[
"order_nr"], $max));
getChilds($a_node_id, $a_order="", $a_direction="ASC")
get child nodes of given node public
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.
getChildsByTypeFilter($a_node_id, $a_types, $a_order="", $a_direction="ASC")
get child nodes of given node by object type public
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.
getMaxOrderNr($a_par_id, $a_templates=false)
Get max order nr.
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...
setTreeTablePK($a_column_name)
set column containing primary key in tree table public
__construct(Container $dic, ilPlugin $plugin)
getSkillTreePathAsString($a_base_skill_id, $a_tref_id=0)
Get skill tree path as string.
readRootId()
read root id from database