Neos\Neos\ViewHelpers\Backend\ConfigurationTreeViewHelper::render PHP Метод

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

Render the given $configuration
public render ( array $configuration ) : string
$configuration array
Результат string
    public function render(array $configuration)
    {
        $this->output = '';
        $this->renderSingleLevel($configuration);
        return $this->output;
    }
ConfigurationTreeViewHelper