Neos\Flow\Security\Authorization\Privilege\Parameter\AbstractPrivilegeParameter::__toString PHP Méthode

__toString() public méthode

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