Neos\Flow\Persistence\Generic\Qom\LogicalAnd::getConstraint1 PHP Метод

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

Gets the first constraint.
public getConstraint1 ( ) : Constraint
Результат Constraint the constraint; non-null
    public function getConstraint1()
    {
        return $this->constraint1;
    }