Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getValue PHP Méthode

getValue() public méthode

Returns the value of the argument
public getValue ( ) : mixed
Résultat mixed Value of the argument
    public function getValue()
    {
        return $this->value;
    }