Home
last modified time | relevance | path

Searched refs:getHierarchy (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/classes/
H A DGroupHierarchyCache.php108 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 Dsettingswrapper.class.php93 $lang = $this->_level->getHierarchy();
124 return $this->_level->getHierarchy()->format($this->_key,$value);
138 $lang = $this->_level->getHierarchy();
H A Dsettingslevel.class.php34 function getHierarchy(){ function in settingslevel
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php1276 protected function getHierarchy($className, $asReflectionObjects = false) function in PHPUnit_Framework_TestResult