PropertyValueInterface extends DynamicOperandInterface
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.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- getPropertyName() : string
- Gets the name of the property.
- getSelectorName() : string
- Gets the name of the selector against which to evaluate this operand.
Methods
getPropertyName()
Gets the name of the property.
public
getPropertyName() : string
Return values
string —the property name; non-null
getSelectorName()
Gets the name of the selector against which to evaluate this operand.
public
getSelectorName() : string
Return values
string —the selector name; non-null