Searched refs:selectGroups (Results 1 – 2 of 2) sorted by relevance
13 public function selectGroups() { function in testable_auth_plugin_authpdo14 return parent::selectGroups();99 $groups = $auth->selectGroups();107 $groups = $auth->selectGroups();
225 $allgroups = $this->selectGroups();232 $allgroups = $this->selectGroups();299 $allgroups = $this->selectGroups();319 if ($added > 0) $allgroups = $this->selectGroups();456 $groups = array_keys($this->selectGroups());520 $allgroups = $this->selectGroups();576 protected function selectGroups() function in auth_plugin_authpdo