Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getValue PHP 메소드

getValue() 공개 메소드

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