core/model/modx/processors/element/propertyset/getlist.php
Grabs a list of property sets.
- Package
- modx
- $elementId
- integer
(optional) If set, will only grab property sets for that element. Will also add a 'default' property set with the element's default properties.
- $elementType
- string
(optional) The class key of the prior-mentioned element.
- $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. Defaults to name.
- $dir
- string
(optional) The direction of the sort. Defaults to ASC.
- Subpackage
- processors.element.propertyset