PHP 클래스 Jackalope\Query\QOM\SameNode

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( string $selectorName, string $path ) Constructor
getConstraints ( ) : array Gets all constraints including itself
getPath ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

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

getConstraints() 공개 메소드

Gets all constraints including itself
public getConstraints ( ) : array
리턴 array the constraints

getPath() 공개 메소드

{@inheritDoc}
public getPath ( )

getSelectorName() 공개 메소드

{@inheritDoc}
public getSelectorName ( )

프로퍼티 상세

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

protected string $path
리턴 string

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

protected string $selectorName
리턴 string