PHP 클래스 Neos\Fusion\ViewHelpers\RenderViewHelper

= Examples = TypoScript: some.given { path = Neos.Fusion:Template … } ViewHelper: (the evaluated Fusion, depending on the given path) (the evaluated Fusion, depending on the given path)
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$escapeOutput boolean
$typoScriptView Neos\Fusion\View\FusionView

공개 메소드들

메소드 설명
initializeArguments ( ) : void Initialize the arguments.
render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string Evaluate the Fusion object at $path and return the rendered result.

보호된 메소드들

메소드 설명
initializeFusionView ( ) : void Initialize the Fusion View

메소드 상세

initializeArguments() 공개 메소드

Initialize the arguments.
public initializeArguments ( ) : void
리턴 void

initializeFusionView() 보호된 메소드

Initialize the Fusion View
protected initializeFusionView ( ) : void
리턴 void

render() 공개 메소드

Evaluate the Fusion object at $path and return the rendered result.
public render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string
$path string Relative Fusion path to be rendered
$context array Additional context variables to be set.
$typoScriptPackageKey string The key of the package to load Fusion from, if not from the current context.
리턴 string

프로퍼티 상세

$escapeOutput 보호되어 있는 프로퍼티

protected bool $escapeOutput
리턴 boolean

$typoScriptView 보호되어 있는 프로퍼티

protected FusionView,Neos\Fusion\View $typoScriptView
리턴 Neos\Fusion\View\FusionView