__TwigTemplate_c71748bfa196710b8a219861e9905e47a42285ea5db6d55eaa79f34d1debb65c
extends Template
Table of Contents
Properties
-
$macros
: mixed
-
$source
: mixed
Methods
-
__construct()
: mixed
-
block_body_class()
: mixed
-
block_content_title()
: mixed
-
block_main()
: mixed
-
block_page_content()
: mixed
-
block_page_title()
: mixed
-
getDebugInfo()
: mixed
-
getSourceContext()
: mixed
-
getTemplateName()
: mixed
-
isTraitable()
: mixed
-
doDisplay()
: mixed
-
doGetParent()
: mixed
$macros
private
mixed
$macros
= []
$source
private
mixed
$source
__construct()
public
__construct(Environment $env) : mixed
Parameters
-
$env
: Environment
-
block_body_class()
public
block_body_class(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_content_title()
public
block_content_title(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_main()
public
block_main(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_page_content()
public
block_page_content(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_page_title()
public
block_page_title(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
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>
= []
-
doGetParent()
protected
doGetParent(array<string|int, mixed> $context) : mixed
Parameters
-
$context
: array<string|int, mixed>
-