PHP 클래스 Jackalope\Query\QOM\PropertyValue

상속: implements PHPCR\Query\QOM\PropertyValueInterface
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyName string
$selectorName string

공개 메소드들

메소드 설명
__construct ( string $selectorName, string $propertyName ) Constructor
getPropertyName ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $selectorName, string $propertyName )
$selectorName string
$propertyName string

getPropertyName() 공개 메소드

{@inheritDoc}
public getPropertyName ( )

getSelectorName() 공개 메소드

{@inheritDoc}
public getSelectorName ( )

프로퍼티 상세

$propertyName 보호되어 있는 프로퍼티

protected string $propertyName
리턴 string

$selectorName 보호되어 있는 프로퍼티

protected string $selectorName
리턴 string