PHP Class Jackalope\Query\QOM\NotConstraint

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

Protected Properties

Property Type Description
$constraint PHPCR\Query\QOM\ConstraintInterface

Public Methods

Method Description
__construct ( PHPCR\Query\QOM\ConstraintInterface $constraint ) Create a new not constraint
getConstraint ( ) {@inheritDoc}
getConstraints ( ) : array Gets all constraints including itself

Method Details

__construct() public method

Create a new not constraint
public __construct ( PHPCR\Query\QOM\ConstraintInterface $constraint )
$constraint PHPCR\Query\QOM\ConstraintInterface

getConstraint() public method

{@inheritDoc}
public getConstraint ( )

getConstraints() public method

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

Property Details

$constraint protected property

protected ConstraintInterface,PHPCR\Query\QOM $constraint
return PHPCR\Query\QOM\ConstraintInterface