‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering

Public Member Functions

DynamicOperandInterface getOperand ()
 
string getOrder ()
 

Detailed Description

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.

Definition at line 24 of file OrderingInterface.php.

Member Function Documentation

◆ getOperand()

DynamicOperandInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface::getOperand ( )

The operand by which to order.

Returns
DynamicOperandInterface the operand; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering.

◆ getOrder()

string TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface::getOrder ( )

Gets the order.

Returns
‪string One of \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_*

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering.