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
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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