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

getValue() public method

public getValue ( ) : string
return string The constraint name or value
    public function getValue()
    {
        return $this->value;
    }