__TwigTemplate_3100734b9e1d0e8ca527d8537b201e853d5e0cc0bb7ca72374ebd1205530c7e4
extends Template
Table of Contents
Properties
-
$macros
: mixed
-
$source
: mixed
Methods
-
__construct()
: mixed
-
getDebugInfo()
: mixed
-
getSourceContext()
: mixed
-
getTemplateName()
: mixed
-
isTraitable()
: mixed
-
doDisplay()
: mixed
$macros
private
mixed
$macros
= []
$source
private
mixed
$source
__construct()
public
__construct(Environment $env) : mixed
Parameters
-
$env
: Environment
-
getDebugInfo()
public
getDebugInfo() : mixed
getSourceContext()
public
getSourceContext() : mixed
getTemplateName()
public
getTemplateName() : mixed
isTraitable()
public
isTraitable() : mixed
doDisplay()
protected
doDisplay(array<string|int, mixed> $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: array<string|int, mixed>
-
-
$blocks
: array<string|int, mixed>
= []
-