TYPO3  7.6
Public Member Functions | List of all members
PropertyValueInterface Interface Reference
Inheritance diagram for PropertyValueInterface:
DynamicOperandInterface OperandInterface LowerCaseInterface PropertyValue UpperCaseInterface LowerCase 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 ( )

Gets the name of the property.

Returns
string the property name; non-null

Implemented in UpperCase, LowerCase, and PropertyValue.

getSelectorName ( )

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

Returns
string the selector name; non-null

Implemented in UpperCase, LowerCase, and PropertyValue.