PHP Класс Neos\Fusion\TypoScriptObjects\TemplateImplementation

tsPath variables TODO The result of this TS object is made available inside the template as "variables"
Наследование: extends AbstractArrayTypoScriptObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
evaluate ( ) : string
getLayoutRootPath ( ) : string Path to the layout root
getPartialRootPath ( ) : string Path to the partial root
getPath ( ) : string
getSectionName ( ) : string Name of a specific section, if only this section should be rendered.
getTemplatePath ( ) : string Path to the template which should be rendered

Защищенные методы

Метод Описание
initializeView ( FluidView $view ) : void This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.

Описание методов

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

public evaluate ( ) : string
Результат string

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

Path to the layout root
public getLayoutRootPath ( ) : string
Результат string

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

Path to the partial root
public getPartialRootPath ( ) : string
Результат string

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

public getPath ( ) : string
Результат string

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

Name of a specific section, if only this section should be rendered.
public getSectionName ( ) : string
Результат string

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

Path to the template which should be rendered
public getTemplatePath ( ) : string
Результат string

initializeView() защищенный Метод

This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.
protected initializeView ( FluidView $view ) : void
$view Neos\Fusion\TypoScriptObjects\Helpers\FluidView
Результат void