Searched refs:includealltree (Results 1 – 2 of 2) sorted by relevance
2655 * @param int $includealltree 0 = 1st level child, 1 = All level child2658 public function getChildrenOfLine($id, $includealltree = 0) argument2674 …if (!empty($includealltree)) $rows = array_merge($rows, $this->getChildrenOfLine($row[0]), $includ…
2957 * @param int $includealltree 0 = 1st level child, 1 = All level child2960 public function getChildrenOfLine($id, $includealltree = 0) argument2975 if (!empty($includealltree)) {2976 $rows = array_merge($rows, $this->getChildrenOfLine($row[0]), $includealltree);