PHP 클래스 Neos\Neos\ViewHelpers\StandaloneViewViewHelper

This will just set up a standalone Fluid view and render the template found at the given path and filename. Any arguments passed will be assigned to that template, the rendering result is returned. = Examples =
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$escapeOutput boolean

공개 메소드들

메소드 설명
render ( string $templatePathAndFilename, array $arguments = [] ) : string

메소드 상세

render() 공개 메소드

public render ( string $templatePathAndFilename, array $arguments = [] ) : string
$templatePathAndFilename string Path and filename of the template to render
$arguments array Arguments to assign to the template before rendering
리턴 string

프로퍼티 상세

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

protected bool $escapeOutput
리턴 boolean