Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/Response/
H A DMedia.php37 * @param int|null $perms The current user's permissions for this file
46 $perms = null, argument
55 $this->permission = $perms ?? auth_quickaclcheck($this->id);
H A DPage.php38 * @param int|null $perms The current user's permissions for this page
48 $perms = null, argument
56 $this->permission = $perms ?? auth_quickaclcheck($this->id);