__TwigTemplate_cc3ee39d6705cc8cc2dbda4f2ce058d37b9c04aa126d5e3078a8f30da571b6dc
extends Template
Table of Contents
Properties
-
$macros
: mixed
-
$source
: mixed
Methods
-
__construct()
: mixed
-
getDebugInfo()
: mixed
-
getSourceContext()
: mixed
-
getTemplateName()
: 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
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>
= []
-