PHP Class Neos\Fusion\TypoScriptObjects\TemplateImplementation

tsPath variables TODO The result of this TS object is made available inside the template as "variables"
Inheritance: extends AbstractArrayTypoScriptObject
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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.

Method Details

evaluate() public méthode

public evaluate ( ) : string
Résultat string

getLayoutRootPath() public méthode

Path to the layout root
public getLayoutRootPath ( ) : string
Résultat string

getPartialRootPath() public méthode

Path to the partial root
public getPartialRootPath ( ) : string
Résultat string

getPath() public méthode

public getPath ( ) : string
Résultat string

getSectionName() public méthode

Name of a specific section, if only this section should be rendered.
public getSectionName ( ) : string
Résultat string

getTemplatePath() public méthode

Path to the template which should be rendered
public getTemplatePath ( ) : string
Résultat string

initializeView() protected méthode

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
Résultat void