Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApiCore.php45 'core.aclCheck' => new ApiCall($this->aclCheck(...), 'user'),
209 public function aclCheck($page, $user = '', $groups = []) function in dokuwiki\\Remote\\ApiCore
H A DLegacyApiCore.php427 return $this->aclCheck($id, (string)$user, (string)$groups);