Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Profile $profile, $loaderOrEnv=null) | |
getWidgets () | |
getAssets () | |
collect () | |
getName () | |
getHtmlCallGraph () | |
getXdebugLink ($template, $line=1) | |
Fonctions membres publiques hérités de DataCollector | |
setDataFormatter (DataFormatterInterface $formater) | |
getDataFormatter () | |
getXdebugLink ($file, $line=1) | |
setVarDumper (DebugBarVarDumper $varDumper) | |
getVarDumper () | |
formatVar ($var) | |
formatDuration ($seconds) | |
formatBytes ($size, $precision=2) | |
getXdebugLinkTemplate () | |
setXdebugLinkTemplate ($xdebugLinkTemplate, $shouldUseAjax=false) | |
getXdebugShouldUseAjax () | |
getXdebugReplacements () | |
setXdebugReplacements ($xdebugReplacements) | |
setXdebugReplacement ($serverPath, $replacement) | |
Fonctions membres privées | |
computeData (Profile $profile) | |
Attributs privés | |
$profile | |
$loader | |
$templateCount | |
$blockCount | |
$macroCount | |
$templates | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de DataCollector | |
static | setDefaultDataFormatter (DataFormatterInterface $formater) |
static | getDefaultDataFormatter () |
static | setDefaultVarDumper (DebugBarVarDumper $varDumper) |
static | getDefaultVarDumper () |
Attributs protégés hérités de DataCollector | |
$dataFormater | |
$varDumper | |
$xdebugLinkTemplate = '' | |
$xdebugShouldUseAjax = false | |
$xdebugReplacements = array() | |
Collects data about rendered templates
A should be added to your The root-Twig-object should then be injected into this collector
you can optionally provide the or the to also create debug-links.
$env = new ($loader); // Or from a PSR11-container $profile = new (); $env->addExtension(new ($profile)); $debugbar->addCollector(new ModernTwigProfileCollector($profile, $env)); // or: $debugbar->addCollector(new ModernTwigProfileCollector($profile, $loader));
__construct | ( | Profile | $profile, |
$loaderOrEnv = null |
|||
) |
TwigProfileCollector constructor.
Profile | $profile | |
LoaderInterface | Environment | $loaderOrEnv |
Références NamespacedTwigProfileCollector\$profile.
collect | ( | ) |
Called by the DebugBar when data needs to be collected
Implémente DataCollectorInterface.
Références NamespacedTwigProfileCollector\$blockCount, NamespacedTwigProfileCollector\$macroCount, NamespacedTwigProfileCollector\$templateCount, NamespacedTwigProfileCollector\$templates, NamespacedTwigProfileCollector\computeData(), DataCollector\getDataFormatter(), et NamespacedTwigProfileCollector\getHtmlCallGraph().
|
private |
getAssets | ( | ) |
Implémente AssetProvider.
getHtmlCallGraph | ( | ) |
Référencé par NamespacedTwigProfileCollector\collect().
getName | ( | ) |
getWidgets | ( | ) |
Returns a hash where keys are control names and their values an array of options as defined in {
Implémente Renderable.
getXdebugLink | ( | $template, | |
$line = 1 |
|||
) |
Références $template, et null.
Référencé par NamespacedTwigProfileCollector\computeData().
|
private |
Référencé par NamespacedTwigProfileCollector\collect().
|
private |
|
private |
Référencé par NamespacedTwigProfileCollector\collect().
|
private |
|
private |
Référencé par NamespacedTwigProfileCollector\collect().
|
private |
Référencé par NamespacedTwigProfileCollector\collect().