Home
last modified time | relevance | path

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

/plugin/pureldap/classes/
H A DGroupHierarchyCache.php22 protected $groupHierarchy; variable in dokuwiki\\plugin\\pureldap\\classes\\GroupHierarchyCache
35 $this->groupHierarchy = $this->getCachedGroupList();
37 $this->groupHierarchy = $this->getGroupList();
110 if (empty($this->groupHierarchy[$group][$type])) return;
112 $parents = $this->groupHierarchy[$group][$type];