Home
last modified time | relevance | path

Searched refs:groupClass (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php213 protected $groupClass; variable in adLDAP
221 if (!$this->groupClass) {
222 $this->groupClass = new adLDAPGroups($this);
224 return $this->groupClass;