Jackalope\Query\QOM\NotConstraint::__construct PHP Method

__construct() public method

Create a new not constraint
public __construct ( PHPCR\Query\QOM\ConstraintInterface $constraint )
$constraint PHPCR\Query\QOM\ConstraintInterface
    public function __construct(ConstraintInterface $constraint)
    {
        $this->constraint = $constraint;
    }