PHP Class Neos\Fusion\ViewHelpers\RenderViewHelper

= Examples = TypoScript: some.given { path = Neos.Fusion:Template … } ViewHelper: (the evaluated Fusion, depending on the given path) (the evaluated Fusion, depending on the given path)
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$escapeOutput boolean
$typoScriptView Neos\Fusion\View\FusionView

Méthodes publiques

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

Méthodes protégées

Méthode Description
initializeFusionView ( ) : void Initialize the Fusion View

Method Details

initializeArguments() public méthode

Initialize the arguments.
public initializeArguments ( ) : void
Résultat void

initializeFusionView() protected méthode

Initialize the Fusion View
protected initializeFusionView ( ) : void
Résultat void

render() public méthode

Evaluate the Fusion object at $path and return the rendered result.
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.
Résultat string

Property Details

$escapeOutput protected_oe property

protected bool $escapeOutput
Résultat boolean

$typoScriptView protected_oe property

protected FusionView,Neos\Fusion\View $typoScriptView
Résultat Neos\Fusion\View\FusionView