Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php232 protected $userClass; variable in adLDAP
240 if (!$this->userClass) {
241 $this->userClass = new adLDAPUsers($this);
243 return $this->userClass;