Searched refs:getHierarchy (Results 1 – 4 of 4) sorted by relevance
/plugin/pureldap/classes/ |
H A D | GroupHierarchyCache.php | 108 protected function getHierarchy($group, $type, &$data) function in dokuwiki\\plugin\\pureldap\\classes\\GroupHierarchyCache 116 $this->getHierarchy($parent, $type, $data); 129 $this->getHierarchy($group, 'parents', $parents); 142 $this->getHierarchy($group, 'children', $children);
|
/plugin/settingstree/settings/ |
H A D | settingswrapper.class.php | 93 $lang = $this->_level->getHierarchy(); 124 return $this->_level->getHierarchy()->format($this->_key,$value); 138 $lang = $this->_level->getHierarchy();
|
H A D | settingslevel.class.php | 34 function getHierarchy(){ function in settingslevel
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestResult.php | 1276 protected function getHierarchy($className, $asReflectionObjects = false) function in PHPUnit_Framework_TestResult
|