Neos\Fusion\TypoScriptObjects\Helpers\FusionPathProxy::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( TemplateImplementation $templateImplementation, string $path, array $partialTypoScriptTree )
$templateImplementation Neos\Fusion\TypoScriptObjects\TemplateImplementation
$path string
$partialTypoScriptTree array
    public function __construct(TemplateImplementation $templateImplementation, $path, array $partialTypoScriptTree)
    {
        $this->templateImplementation = $templateImplementation;
        $this->fusionRuntime = $templateImplementation->getTsRuntime();
        $this->path = $path;
        $this->partialTypoScriptTree = $partialTypoScriptTree;
    }