__TwigTemplate_e8dfc9c045812c73bce82bc6364e866a899238fcec2251ce7b30a696daaf80b6
extends Template
Table of Contents
Properties
-
$macros
: mixed
-
$source
: mixed
Methods
-
__construct()
: mixed
-
block_menu()
: mixed
-
block_panel()
: mixed
-
block_panelContent()
: mixed
-
block_toolbar()
: mixed
-
getDebugInfo()
: mixed
-
getSourceContext()
: mixed
-
getTemplateName()
: mixed
-
isTraitable()
: mixed
-
macro_display_timeline()
: mixed
-
macro_dump_events()
: mixed
-
macro_dump_request_data()
: mixed
-
doDisplay()
: mixed
-
doGetParent()
: mixed
$macros
private
mixed
$macros
= []
$source
private
mixed
$source
__construct()
public
__construct(Environment $env) : mixed
Parameters
-
$env
: Environment
-
public
block_menu(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_panel()
public
block_panel(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
block_panelContent()
public
block_panelContent(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
-
$context
: mixed
-
-
$blocks
: array<string|int, mixed>
= []
-
public
block_toolbar(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
macro_display_timeline()
public
macro_display_timeline([mixed $__token__ = null ][, mixed $__events__ = null ][, mixed $__origin__ = null ], mixed ...$__varargs__) : mixed
Parameters
-
$__token__
: mixed
= null
-
-
$__events__
: mixed
= null
-
-
$__origin__
: mixed
= null
-
-
$__varargs__
: mixed
-
macro_dump_events()
public
macro_dump_events([mixed $__events__ = null ], mixed ...$__varargs__) : mixed
Parameters
-
$__events__
: mixed
= null
-
-
$__varargs__
: mixed
-
macro_dump_request_data()
public
macro_dump_request_data([mixed $__token__ = null ][, mixed $__events__ = null ][, mixed $__origin__ = null ], mixed ...$__varargs__) : mixed
Parameters
-
$__token__
: mixed
= null
-
-
$__events__
: mixed
= null
-
-
$__origin__
: mixed
= null
-
-
$__varargs__
: 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>
-