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

getValue() public méthode

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