OrderingInterface
Determines the relative order of two rows in the result set by evaluating operand for each.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- getOperand() : DynamicOperandInterface
- The operand by which to order.
- getOrder() : string
- Gets the order.
Methods
getOperand()
The operand by which to order.
public
getOperand() : DynamicOperandInterface
Return values
DynamicOperandInterface —the operand; non-null
getOrder()
Gets the order.
public
getOrder() : string
Return values
string —One of \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_*