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
Mostra file Open project: neos/neos-development-collection Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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 method

public evaluate ( ) : string
return string

getLayoutRootPath() public method

Path to the layout root
public getLayoutRootPath ( ) : string
return string

getPartialRootPath() public method

Path to the partial root
public getPartialRootPath ( ) : string
return string

getPath() public method

public getPath ( ) : string
return string

getSectionName() public method

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

getTemplatePath() public method

Path to the template which should be rendered
public getTemplatePath ( ) : string
return string

initializeView() protected method

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
return void