core/model/modx/processors/context/setting/getlist.php
Grabs a list of context settings for a context
- Package
- modx
- $context_key
- string
The context from which to grab
- $key
- string
(optional) A filter key by which to search settings
- $start
- integer
(optional) The record to start at. Defaults to 0.
- $limit
- integer
(optional) The number of records to limit to. Defaults to 20.
- $sort
- string
(optional) The column to sort by. Defaults to name.
- $dir
- string
(optional) The direction of the sort. Defaults to ASC.
- Subpackage
- processors.context.setting