Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getValue PHP Method

getValue() public method

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