TYPO3  7.6
Public Member Functions | List of all members
OrderingInterface Interface Reference
Inheritance diagram for OrderingInterface:
Ordering

Public Member Functions

 getOperand ()
 
 getOrder ()
 

Detailed Description

Determines the relative order of two rows in the result set by evaluating operand for each.

Definition at line 21 of file OrderingInterface.php.

Member Function Documentation

getOperand ( )

The operand by which to order.

Returns
DynamicOperandInterface the operand; non-null

Implemented in Ordering.

getOrder ( )

Gets the order.

Returns
string One of ::ORDER_*

Implemented in Ordering.