PHP Class Jackalope\Query\QOM\FullTextSearchConstraint

Inheritance: implements PHPCR\Query\QOM\FullTextSearchInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$propertyName string
$searchExpression PHPCR\Query\QOM\StaticOperandInterface
$selectorName string

Public Methods

Method Description
__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}

Method Details

__construct() public method

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

getConstraints() public method

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

getFullTextSearchExpression() public method

{@inheritDoc}

getPropertyName() public method

{@inheritDoc}
public getPropertyName ( )

getSelectorName() public method

{@inheritDoc}
public getSelectorName ( )

Property Details

$propertyName protected property

protected string $propertyName
return string

$searchExpression protected property

protected StaticOperandInterface,PHPCR\Query\QOM $searchExpression
return PHPCR\Query\QOM\StaticOperandInterface

$selectorName protected property

protected string $selectorName
return string