__TwigTemplate_c11de7dddee57c667f96e35053ba595e348c3f57daa2983c2a08d9d17454a16e
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>
= []
-