Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php289 protected $contactClass; variable in adLDAP
297 if (!$this->contactClass) {
298 $this->contactClass = new adLDAPContacts($this);
300 return $this->contactClass;