$query->order()
Attaches an order clause
Parameters
Name | Type | Default |
---|---|---|
$order | string |
null |
Return type
This method modifies the existing $query
object it is applied to and returns it again.
Attaches an order clause
Name | Type | Default |
---|---|---|
$order | string |
null |
This method modifies the existing $query
object it is applied to and returns it again.