PHP 클래스 Jackalope\Query\QOM\Selector

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

getNodeTypeName() 공개 메소드

{@inheritDoc}
public getNodeTypeName ( )

getSelectorName() 공개 메소드

{@inheritDoc}
public getSelectorName ( )

프로퍼티 상세

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

protected string $nodeTypeName
리턴 string

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

protected string $selectorName
리턴 string