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

__toString() public method

Returns the string representation of this parameter
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->getValue();
    }