Neos\Flow\Package\MetaData\AbstractConstraint::getConstraintType PHP Method

getConstraintType() public method

public getConstraintType ( ) : string
return string The constraint type (depends, conflicts, suggests)
    public function getConstraintType()
    {
        return $this->constraintType;
    }