Ordering implements OrderingInterface
Read onlyYes
FinalYes
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
Interfaces
- OrderingInterface
- Determines the relative order of two rows in the result set by evaluating operand for each.
Properties
- $operand : DynamicOperandInterface
- $order : string
Methods
- __construct() : mixed
- getOperand() : DynamicOperandInterface
- getOrder() : string
Properties
$operand
protected
DynamicOperandInterface
$operand
$order
protected
string
$order
= QueryInterface::ORDER_ASCENDING
Methods
__construct()
public
__construct(DynamicOperandInterface $operand[, string $order = QueryInterface::ORDER_ASCENDING ]) : mixed
Parameters
- $operand : DynamicOperandInterface
- $order : string = QueryInterface::ORDER_ASCENDING
-
One of QueryInterface::ORDER_*
getOperand()
public
getOperand() : DynamicOperandInterface
Return values
DynamicOperandInterfacegetOrder()
public
getOrder() : string
Return values
string —One of QueryInterface::ORDER_*