Home
last modified time | relevance | path

Searched refs:a_endnode_id (Results 1 – 14 of 14) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Tree/classes/
H A Dclass.ilNestedSetTree.php531 isset($depth_cache[$a_endnode_id]) &&
532 isset($parent_cache[$a_endnode_id])) {
533 $nodeDepth = $depth_cache[$a_endnode_id];
534 $parentId = $parent_cache[$a_endnode_id];
547 $takeId = $takeId || $a_endnode_id == $a_startnode_id;
549 $pathIds[] = $a_endnode_id;
558 $pathIds[] = $a_endnode_id;
571 $pathIds[] = $a_endnode_id;
624 $pathIds[] = $a_endnode_id;
799 * @param type $a_endnode_id
[all …]
H A Dclass.ilTree.php989 public function getPathFull($a_endnode_id, $a_startnode_id = 0) argument
991 $pathIds = $this->getPathId($a_endnode_id, $a_startnode_id);
1069 public function getPathId($a_endnode_id, $a_startnode_id = 0) argument
1071 if (!$a_endnode_id) {
1079 return $this->path_id_cache[$a_endnode_id][$a_startnode_id];
1083 $pathIds = $this->getTreeImplementation()->getPathIds($a_endnode_id, $a_startnode_id);
1086 $this->path_id_cache[$a_endnode_id][$a_startnode_id] = $pathIds;
1223 public function getNodePath($a_endnode_id, $a_startnode_id = 0) argument
1229 $pathIds = $this->getPathId($a_endnode_id, $a_startnode_id);
2651 public function getRbacSubtreeInfo($a_endnode_id) argument
[all …]
H A Dclass.ilMaterializedPathTree.php496 * @param int $a_endnode_id
499 public function getSubtreeInfo($a_endnode_id) argument
514 "WHERE t1.child = " . $ilDB->quote($a_endnode_id, 'integer') . " " .
/dports/www/ilias6/ILIAS-6.14/Services/Tree/classes/
H A Dclass.ilNestedSetTree.php643 isset($depth_cache[$a_endnode_id]) &&
644 isset($parent_cache[$a_endnode_id])) {
645 $nodeDepth = $depth_cache[$a_endnode_id];
646 $parentId = $parent_cache[$a_endnode_id];
661 $pathIds[] = $a_endnode_id;
670 $pathIds[] = $a_endnode_id;
683 $pathIds[] = $a_endnode_id;
750 $pathIds[] = $a_endnode_id;
782 $data = array($a_endnode_id);
970 * @param type $a_endnode_id
[all …]
H A Dclass.ilTree.php1013 public function getPathFull($a_endnode_id, $a_startnode_id = 0) argument
1015 $pathIds = $this->getPathId($a_endnode_id, $a_startnode_id);
1093 public function getPathId($a_endnode_id, $a_startnode_id = 0) argument
1095 if (!$a_endnode_id) {
1103 return $this->path_id_cache[$a_endnode_id][$a_startnode_id];
1107 $pathIds = $this->getTreeImplementation()->getPathIds($a_endnode_id, $a_startnode_id);
1110 $this->path_id_cache[$a_endnode_id][$a_startnode_id] = $pathIds;
1247 public function getNodePath($a_endnode_id, $a_startnode_id = 0) argument
1253 $pathIds = $this->getPathId($a_endnode_id, $a_startnode_id);
2713 public function getRbacSubtreeInfo($a_endnode_id) argument
[all …]
H A Dclass.ilMaterializedPathTree.php537 * @param int $a_endnode_id
540 public function getSubtreeInfo($a_endnode_id) argument
558 WHERE t1.child = " . $ilDB->quote($a_endnode_id, 'integer') .
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/interfaces/
H A Dinterface.ilTreeImplementation.php79 public function getSubtreeInfo($a_endnode_id); argument
/dports/www/ilias6/ILIAS-6.14/Services/Tree/interfaces/
H A Dinterface.ilTreeImplementation.php90 public function getSubtreeInfo($a_endnode_id); argument
/dports/www/ilias/ILIAS-5.4.25/Services/AccessControl/classes/
H A Dclass.ilRbacReview.php151 public function getParentRoleIds($a_endnode_id, $a_templates = false) argument
157 if (!isset($a_endnode_id)) {
165 $pathIds = $tree->getPathId($a_endnode_id);
/dports/www/ilias6/ILIAS-6.14/Services/AccessControl/classes/
H A Dclass.ilRbacReview.php151 public function getParentRoleIds($a_endnode_id, $a_templates = false) argument
157 if (!isset($a_endnode_id)) {
165 $pathIds = $tree->getPathId($a_endnode_id);
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assQuestionGUI.php1059 * @param int $a_endnode_id id of endnode
1062 public function getContextPath($cont_obj, $a_endnode_id, $a_startnode_id = 1) argument
1066 $tmpPath = $cont_obj->getLMTree()->getPathFull($a_endnode_id, $a_startnode_id);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assQuestionGUI.php1067 * @param int $a_endnode_id id of endnode
1070 public function getContextPath($cont_obj, $a_endnode_id, $a_startnode_id = 1) argument
1074 $tmpPath = $cont_obj->getLMTree()->getPathFull($a_endnode_id, $a_startnode_id);
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilObjContentObjectGUI.php1617 * @param int $a_endnode_id id of endnode
1620 public function getContextPath($a_endnode_id, $a_startnode_id = 1) argument
1624 $tmpPath = $this->lm_tree->getPathFull($a_endnode_id, $a_startnode_id);
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilObjContentObjectGUI.php1585 * @param int $a_endnode_id id of endnode
1588 public function getContextPath($a_endnode_id, $a_startnode_id = 1) argument
1592 $tmpPath = $this->lm_tree->getPathFull($a_endnode_id, $a_startnode_id);