Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php13 public function selectGroups() { function in testable_auth_plugin_authpdo
14 return parent::selectGroups();
99 $groups = $auth->selectGroups();
107 $groups = $auth->selectGroups();
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php225 $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