Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\WrappedNestedObjectRenderer::evaluate PHP Méthode

evaluate() public méthode

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