TYPO3 CMS  TYPO3_7-6
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

 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()

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()

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

Gets the order.

Returns
string One of ::ORDER_*

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