PHP Класс 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.
Наследование: extends DynamicOperand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$propertyName string
$selectorName string

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

getPropertyName() публичный Метод

Gets the name of the property.
public getPropertyName ( ) : string
Результат string the property name; non-null

getSelectorName() публичный Метод

Gets the name of the selector against which to evaluate this operand.
public getSelectorName ( ) : string
Результат string the selector name; non-null

Описание свойств

$propertyName защищенное свойство

protected string $propertyName
Результат string

$selectorName защищенное свойство

protected string $selectorName
Результат string