Searched refs:fetchgroups (Results 1 – 2 of 2) sorted by relevance
196 * @param bool $fetchgroups Are groups needed?199 public function getCachedUser($username, $fetchgroups = true) argument205 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {221 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {228 $info = $this->getUser($username, $fetchgroups);244 * @param bool $fetchgroups Shall groups be fetched, too?247 abstract public function getUser($username, $fetchgroups = true); argument
27 public function getUser($username, $fetchgroups = true) argument