Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\WrappedNestedObjectRenderer::evaluate PHP 메소드

evaluate() 공개 메소드

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