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
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$escapeOutput boolean
$output string

Public Methods

Method Description
render ( array $configuration ) : string Render the given $configuration

Protected Methods

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

Method Details

render() public method

Render the given $configuration
public render ( array $configuration ) : string
$configuration array
return string

renderSingleLevel() protected method

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

Property Details

$escapeOutput protected property

protected bool $escapeOutput
return boolean

$output protected property

protected string $output
return string