Neos\Flow\Package\MetaData\AbstractConstraint::getConstraintType PHP Метод

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

public getConstraintType ( ) : string
Результат string The constraint type (depends, conflicts, suggests)
    public function getConstraintType()
    {
        return $this->constraintType;
    }