Neos\Flow\Security\Authorization\Privilege\Parameter\AbstractPrivilegeParameter::getValue PHP Method

getValue() public method

The value of this parameter
public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->value;
    }