ez.no / exponential / documentation / reference / data fetching / class / latest_list
fetch( 'class', 'latest_list', hash( [ 'offset', offset ] ,
[ 'limit', limit ] ) )
| Name | Type | Description | Required |
|---|---|---|---|
| offset | integer | Offset to fetch latest modified classes from | no |
| limit | integer | Number of classes to fetch | no |
Array containing classes sorted by latest modified class first.
Fetch class array sorted by latest modified class. Offset and limit may be used to limit result. If they are omitted, all classes are returned.
{fetch( 'class', 'latest_list', hash( 'offset', 0, 'limit', 5 ) )}
returns an array containg the 5 last modified classes.
Log in or create a user account to comment.
Comments