$defaultOrder public property
The order that should be used when the current request does not specify any order. The array keys are attribute names and the array values are the corresponding sort directions. For example,
[ 'name' => SORT_ASC, 'created_at' => SORT_DESC, ]
See also $attributeOrders.
public array $defaultOrder = null
Please login to continue.