Neos\Flow\Persistence\Generic\Qom\LogicalAnd::getConstraint1 PHP Méthode

getConstraint1() public méthode

Gets the first constraint.
public getConstraint1 ( ) : Constraint
Résultat Constraint the constraint; non-null
    public function getConstraint1()
    {
        return $this->constraint1;
    }