Jackalope\Query\QOM\NotConstraint::__construct PHP Метод

__construct() публичный Метод

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;
    }