TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface Interface Reference
Inheritance diagram for 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_PropertyValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValue TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface Tx_Extbase_Persistence_QOM_LowerCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCase Tx_Extbase_Persistence_QOM_PropertyValue Tx_Extbase_Persistence_QOM_UpperCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase Tx_Extbase_Persistence_QOM_LowerCase Tx_Extbase_Persistence_QOM_UpperCase

Public Member Functions

 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 value (or values, if multi-valued) of a property.

If, for a node-tuple, the selector node does not have a property named property, the operand evaluates to null.

The query is invalid if:

selector is not the name of a selector in the query, or property is not a syntactically valid JCR name.

Definition at line 27 of file PropertyValueInterface.php.

Member Function Documentation

◆ getPropertyName()

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

◆ getSelectorName()

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

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

Returns
string the selector name; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase, TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCase, and TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValue.