Neos\Fusion\TypoScriptObjects\ValueImplementation::getValue PHP Method

getValue() public method

public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->tsValue('value');
    }
ValueImplementation