PHP Class Neos\Neos\ViewHelpers\Backend\ConfigurationTreeViewHelper

For performance reasons, this is done inside a ViewHelper instead of Fluid itself.
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$escapeOutput boolean
$output string

Méthodes publiques

Méthode Description
render ( array $configuration ) : string Render the given $configuration

Méthodes protégées

Méthode Description
renderSingleLevel ( array $configuration, string $relativePath = null ) : void Recursive function rendering configuration and adding it to $this->output

Method Details

render() public méthode

Render the given $configuration
public render ( array $configuration ) : string
$configuration array
Résultat string

renderSingleLevel() protected méthode

Recursive function rendering configuration and adding it to $this->output
protected renderSingleLevel ( array $configuration, string $relativePath = null ) : void
$configuration array
$relativePath string the path up-to-now
Résultat void

Property Details

$escapeOutput protected_oe property

protected bool $escapeOutput
Résultat boolean

$output protected_oe property

protected string $output
Résultat string