Neos\Flow\Persistence\Generic\Qom\LogicalNot::getConstraint PHP Méthode

getConstraint() public méthode

Gets the constraint negated by this Not constraint.
public getConstraint ( ) : Constraint
Résultat Constraint the constraint; non-null
    public function getConstraint()
    {
        return $this->constraint;
    }