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 |
Method | Description | |
---|---|---|
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. |
public getLayoutRootPath ( ) : string | ||
return | string |
public getPartialRootPath ( ) : string | ||
return | string |
public getSectionName ( ) : string | ||
return | string |
public getTemplatePath ( ) : string | ||
return | string |
protected initializeView ( |
||
$view | ||
return | void |