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
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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