PHP 클래스 Jackalope\Query\QOM\FullTextSearchConstraint

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

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyName string
$searchExpression PHPCR\Query\QOM\StaticOperandInterface
$selectorName string

공개 메소드들

메소드 설명
__construct ( string $selectorName, string $propertyName, string $fullTextSearchExpression ) Create a new full text search constraint
getConstraints ( ) : array Gets all constraints including itself
getFullTextSearchExpression ( ) {@inheritDoc}
getPropertyName ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new full text search constraint
public __construct ( string $selectorName, string $propertyName, string $fullTextSearchExpression )
$selectorName string
$propertyName string
$fullTextSearchExpression string

getConstraints() 공개 메소드

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

getFullTextSearchExpression() 공개 메소드

{@inheritDoc}

getPropertyName() 공개 메소드

{@inheritDoc}
public getPropertyName ( )

getSelectorName() 공개 메소드

{@inheritDoc}
public getSelectorName ( )

프로퍼티 상세

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

protected string $propertyName
리턴 string

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

protected StaticOperandInterface,PHPCR\Query\QOM $searchExpression
리턴 PHPCR\Query\QOM\StaticOperandInterface

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

protected string $selectorName
리턴 string