TypoScript:
some.given {
path = Neos.Fusion:Template
…
}
ViewHelper:
Datei anzeigen
Open project: neos/neos-development-collection
Property | Type | Description | |
---|---|---|---|
$escapeOutput | boolean | ||
$typoScriptView |
Method | Description | |
---|---|---|
initializeArguments ( ) : void | Initialize the arguments. | |
render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string | Evaluate the Fusion object at $path and return the rendered result. |
Method | Description | |
---|---|---|
initializeFusionView ( ) : void | Initialize the Fusion View |
public initializeArguments ( ) : void | ||
return | void |
protected initializeFusionView ( ) : void | ||
return | void |
public render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string | ||
$path | string | Relative Fusion path to be rendered |
$context | array | Additional context variables to be set. |
$typoScriptPackageKey | string | The key of the package to load Fusion from, if not from the current context. |
return | string |