PHP Class Neos\Flow\Persistence\Generic\Qom\PropertyValue

If, for a 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 property name.
Inheritance: extends DynamicOperand
Mostrar archivo Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$propertyName string
$selectorName string

Public Methods

Method Description
__construct ( string $propertyName, string $selectorName = '' ) Constructs this PropertyValue instance
getPropertyName ( ) : string Gets the name of the property.
getSelectorName ( ) : string Gets the name of the selector against which to evaluate this operand.

Method Details

__construct() public method

Constructs this PropertyValue instance
public __construct ( string $propertyName, string $selectorName = '' )
$propertyName string
$selectorName string

getPropertyName() public method

Gets the name of the property.
public getPropertyName ( ) : string
return string the property name; non-null

getSelectorName() public method

Gets the name of the selector against which to evaluate this operand.
public getSelectorName ( ) : string
return string the selector name; non-null

Property Details

$propertyName protected_oe property

protected string $propertyName
return string

$selectorName protected_oe property

protected string $selectorName
return string