Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\WrappedNestedObjectRenderer::getAppend PHP Method

getAppend() public method

The string the current value should be suffixed with
public getAppend ( ) : string
return string
    public function getAppend()
    {
        return $this->tsValue('append');
    }
WrappedNestedObjectRenderer