AclGroupList: Difference between revisions
Jump to navigation
Jump to search
m (→See Also) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- Describe in plain english what this function does. Don't go into details, just give an overview --> | <!-- Describe in plain english what this function does. Don't go into details, just give an overview --> | ||
This | This function returns a table of all the ACL groups. | ||
==Syntax== | ==Syntax== | ||
Line 8: | Line 8: | ||
table of aclgroup aclGroupList () | table of aclgroup aclGroupList () | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Returns=== | ===Returns=== | ||
<!-- Make this descriptive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> | <!-- Make this descriptive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> | ||
Returns '' | Returns a table over all ACL groups if successfull, returns an empty table if no ACL groups exist. ''false''/''nil'' can be returned if this function fails for some other reason. | ||
==Example== | ==Example== | ||
Line 28: | Line 18: | ||
<!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear and well commented, the other optimized --> | <!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear and well commented, the other optimized --> | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
-- | --TODO | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 09:24, 26 November 2007
This function returns a table of all the ACL groups.
Syntax
table of aclgroup aclGroupList ()
Returns
Returns a table over all ACL groups if successfull, returns an empty table if no ACL groups exist. false/nil can be returned if this function fails for some other reason.
Example
This example does...
--TODO
See Also
- aclCreate
- aclCreateGroup
- aclDestroy
- aclDestroyGroup
- aclGet
- aclGetGroup
- aclGetName
- aclGetRight
- aclGroupAddACL
- aclGroupAddObject
- aclGroupGetName
- aclGroupList
- aclGroupListACL
- aclGroupListObjects
- aclGroupRemoveACL
- aclGroupRemoveObject
- aclList
- aclListRights
- aclReload
- aclRemoveRight
- aclSave
- aclSetRight
- hasObjectPermissionTo
- isObjectInACLGroup