[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 104 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
remote_plugin_acl:: (4 methods):
_getMethods()
listAcls()
addAcl()
delAcl()
Class: remote_plugin_acl - X-Ref
Class remote_plugin_acl_getMethods() X-Ref |
Returns details about the remote plugin methods return: array Information about all provided methods. {@see dokuwiki\Remote\RemoteAPI} |
listAcls() X-Ref |
List all ACL config entries return: dictionary {Scope: ACL}, where ACL = dictionnary {user/group: permissions_int} |
addAcl($scope, $user, $level) X-Ref |
Add a new entry to ACL config param: string $scope param: string $user param: int $level see also inc/auth.php return: bool |
delAcl($scope, $user) X-Ref |
Remove an entry from ACL config param: string $scope param: string $user return: bool |