TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface:
Tx_Extbase_Persistence_QOM_OrderingInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering Tx_Extbase_Persistence_QOM_Ordering

Public Member Functions

 getOperand ()
 
 getOrder ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Determines the relative order of two rows in the result set by evaluating operand for each.

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