Home
last modified time | relevance | path

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

/plugin/pureldap/classes/
H A DClient.php191 * @param bool $fetchgroups Are groups needed?
194 public function getCachedUser($username, $fetchgroups = true)
200 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {
216 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {
223 $info = $this->getUser($username, $fetchgroups);
239 * @param bool $fetchgroups Shall groups be fetched, too?
242 abstract public function getUser($username, $fetchgroups = true);
186 getCachedUser($username, $fetchgroups = true) global() argument
228 getUser($username, $fetchgroups = true) global() argument
H A DADClient.php27 public function getUser($username, $fetchgroups = true)
26 getUser($username, $fetchgroups = true) global() argument