CatalogQuerySortedAttribute

November 20, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
attribute_namegetAttributeName()setAttributeName($value)stringThe attribute whose value should be used as the sort key.
initial_attribute_valuegetInitialAttributeValue()setInitialAttributeValue($value)stringThe first attribute value to be returned by the query. Ascending sorts will return only objects with this value or greater, while descending sorts will return only objects with this value or less. If unset, start at the beginning (for ascending sorts) or end (for descending sorts).[optional]
sort_ordergetSortOrder()setSortOrder($value)stringThe desired sort order, `"ASC"` (ascending) or `"DESC"` (descending). See SortOrder for possible values[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]