‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\DynamicOperandInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\OperandInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase

Public Member Functions

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

Detailed Description

Evaluates to the upper-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 UpperCase operand also evaluates to null.

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 29 of file UpperCaseInterface.php.

Member Function Documentation

◆ getOperand()

PropertyValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface::getOperand ( )

Gets the operand whose value is converted to an upper-case string.

Returns
PropertyValueInterface the operand; non-null

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