core/model/modx/processors/security/access/usergroup/category/getlist.php
Gets a list of ACLs.
- Package
- modx
- $type
- string
The type of ACL object
- $target
- string
(optional) The target of the ACL. Defauls to 0.
- $principal_class
- string
The class_key for the principal. Defaults to modUserGroup.
- $principal
- string
(optional) The principal ID. Defaults to 0.
- $start
- integer
(optional) The record to start at. Defaults to 0.
- $limit
- integer
(optional) The number of records to limit to. Defaults to 10.
- $sort
- string
(optional) The column to sort by.
- $dir
- string
(optional) The direction of the sort. Defaults to ASC.
- Subpackage
- processors.security.access.usergroup.category