‪TYPO3CMS  10.4
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.

Definition at line 22 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.