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

evaluate() public method

public evaluate ( ) : string
return string
    public function evaluate()
    {
        return $this->getPrepend() . $this->tsRuntime->evaluate($this->path . '/value') . $this->getAppend();
    }
WrappedNestedObjectRenderer