PHP Класс Neos\Neos\ViewHelpers\Backend\ConfigurationTreeViewHelper

For performance reasons, this is done inside a ViewHelper instead of Fluid itself.
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$escapeOutput boolean
$output string

Открытые методы

Метод Описание
render ( array $configuration ) : string Render the given $configuration

Защищенные методы

Метод Описание
renderSingleLevel ( array $configuration, string $relativePath = null ) : void Recursive function rendering configuration and adding it to $this->output

Описание методов

render() публичный Метод

Render the given $configuration
public render ( array $configuration ) : string
$configuration array
Результат string

renderSingleLevel() защищенный Метод

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
Результат void

Описание свойств

$escapeOutput защищенное свойство

protected bool $escapeOutput
Результат boolean

$output защищенное свойство

protected string $output
Результат string