Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (TraceableTwigEnvironment $env, Twig_Template $template) | |
__call ($name, $arguments) | |
doDisplay (array $context, array $blocks=array()) | |
getTemplateName () | |
getEnvironment () | |
getParent (array $context) | |
isTraitable () | |
displayParentBlock ($name, array $context, array $blocks=array()) | |
displayBlock ($name, array $context, array $blocks=array(), $useBlocks=true) | |
renderParentBlock ($name, array $context, array $blocks=array()) | |
renderBlock ($name, array $context, array $blocks=array(), $useBlocks=true) | |
hasBlock ($name) | |
getBlockNames () | |
getBlocks () | |
display (array $context, array $blocks=array()) | |
render (array $context) | |
Fonctions membres publiques statiques | |
static | clearCache () |
Attributs protégés | |
$template | |
Wraps a Twig_Template to add profiling features
__construct | ( | TraceableTwigEnvironment | $env, |
Twig_Template | $template | ||
) |
TraceableTwigEnvironment | $env | |
Twig_Template | $template |
Références TraceableTwigTemplate\$template.
__call | ( | $name, | |
$arguments | |||
) |
Références $name.
|
static |
display | ( | array | $context, |
array | $blocks = array() |
||
) |
Référencé par TraceableTwigTemplate\render().
displayBlock | ( | $name, | |
array | $context, | ||
array | $blocks = array() , |
||
$useBlocks = true |
|||
) |
Références $name.
displayParentBlock | ( | $name, | |
array | $context, | ||
array | $blocks = array() |
||
) |
Références $name.
doDisplay | ( | array | $context, |
array | $blocks = array() |
||
) |
getBlockNames | ( | ) |
getBlocks | ( | ) |
getEnvironment | ( | ) |
getParent | ( | array | $context | ) |
getTemplateName | ( | ) |
hasBlock | ( | $name | ) |
Références $name.
isTraitable | ( | ) |
render | ( | array | $context | ) |
Références TraceableTwigTemplate\display().
renderParentBlock | ( | $name, | |
array | $context, | ||
array | $blocks = array() |
||
) |
Références $name.
|
protected |
Référencé par TraceableTwigTemplate\__construct().