TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase:
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 Tx_Extbase_Persistence_QOM_UpperCase

Public Member Functions

 __construct (PropertyValueInterface $operand)
 
 getOperand ()
 
 getSelectorName ()
 
 getPropertyName ()
 

Protected Attributes

 $operand
 

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 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.

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 27 of file UpperCase.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase::__construct ( PropertyValueInterface  $operand)

Constructs this UpperCase instance

Parameters
PropertyValueInterface$operand

Definition at line 39 of file UpperCase.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\$operand.

Member Function Documentation

◆ getOperand()

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

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

Returns
PropertyValueInterface the operand; non-null

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface.

Definition at line 48 of file UpperCase.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\$operand.

◆ getPropertyName()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase::getPropertyName ( )

Gets the name of the property.

Returns
string the property name; non-null

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface.

Definition at line 66 of file UpperCase.php.

◆ getSelectorName()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase::getSelectorName ( )

Gets the name of the selector against which to evaluate this operand.

Returns
string the selector name; non-null

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface.

Definition at line 57 of file UpperCase.php.

Member Data Documentation

◆ $operand

TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase::$operand
protected