TYPO3 CMS  TYPO3_8-7
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 TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValue TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LowerCase TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase

Public Member Functions

 getSelectorName ()
 
 getPropertyName ()
 

Detailed Description

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