TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCaseInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCaseInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\DynamicOperandInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\OperandInterface Tx_Extbase_Persistence_QOM_LowerCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCase Tx_Extbase_Persistence_QOM_LowerCase

Public Member Functions

 getOperand ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface
 getSelectorName ()
 
 getPropertyName ()
 

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! Evaluates to the lower-case string value (or values, if multi-valued) of operand.

If operand does not evaluate to a string value, its value is first converted to a string.

If operand evaluates to null, the LowerCase operand also evaluates to null.

Definition at line 25 of file LowerCaseInterface.php.

Member Function Documentation

◆ getOperand()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCaseInterface::getOperand ( )

Gets the operand whose value is converted to a lower-case string.

Returns
PropertyValueInterface the operand; non-null

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