Package

ViewHelpers

ViewHelper Documentation

render

Class RenderViewHelper

Arguments

section string, required

Section to render - combine with partial to render section in partial

partial string, required

Partial to render, with or without section

delegate string, required

Optional PHP class name of a permanent, included-in-app ParsedTemplateInterface implementation to override partial/section

renderable anySimpleType, required

Instance of a RenderableInterface implementation to be rendered

arguments anySimpleType, required

Array of variables to be transferred. Use {_all} for all variables

optional boolean, required

If TRUE, considers the *section* optional. Partial never is.

default anySimpleType, required

Value (usually string) to be displayed if the section or partial does not exist

contentAs string, required

If used, renders the child content and adds it as a template variable with this name for use in the partial/section

debug boolean, required

If true, the admin panel shows debug information if activated,

ViewHelper Resources

Schema Resources