Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
addException (Exception $e) | |
addThrowable ($e) | |
setChainExceptions ($chainExceptions=true) | |
getExceptions () | |
useHtmlVarDumper ($value=true) | |
isHtmlVarDumperUsed () | |
collect () | |
formatExceptionData (Exception $e) | |
formatThrowableData ($e) | |
getName () | |
getWidgets () | |
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) | |
Attributs protégés | |
$exceptions = array() | |
$chainExceptions = false | |
$useHtmlVarDumper = false | |
Attributs protégés hérités de DataCollector | |
$dataFormater | |
$varDumper | |
$xdebugLinkTemplate = '' | |
$xdebugShouldUseAjax = false | |
$xdebugReplacements = array() | |
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 () |
Collects info about exceptions
addException | ( | Exception | $e | ) |
Adds an exception to be profiled in the debug bar
Exception | $e |
Références ExceptionsCollector\addThrowable().
addThrowable | ( | $e | ) |
Adds a Throwable to be profiled in the debug bar
\Throwable | $e |
Référencé par ExceptionsCollector\addException().
collect | ( | ) |
Called by the DebugBar when data needs to be collected
Implémente DataCollectorInterface.
Références $this.
formatExceptionData | ( | Exception | $e | ) |
Returns exception data as an array
Exception | $e |
Références ExceptionsCollector\formatThrowableData().
formatThrowableData | ( | $e | ) |
Returns Throwable data as an array
\Throwable | $e |
Références $start, DataCollector\getVarDumper(), DataCollector\getXdebugLink(), ExceptionsCollector\isHtmlVarDumperUsed(), et null.
Référencé par ExceptionsCollector\formatExceptionData().
getExceptions | ( | ) |
Returns the list of exceptions being profiled
Références ExceptionsCollector\$exceptions.
getName | ( | ) |
Implémente DataCollectorInterface.
getWidgets | ( | ) |
Implémente Renderable.
isHtmlVarDumperUsed | ( | ) |
Indicates whether the Symfony HtmlDumper will be used to dump variables for rich variable rendering.
Références ExceptionsCollector\$useHtmlVarDumper.
Référencé par ExceptionsCollector\formatThrowableData().
setChainExceptions | ( | $chainExceptions = true | ) |
Configure whether or not all chained exceptions should be shown.
bool | $chainExceptions |
Références ExceptionsCollector\$chainExceptions.
useHtmlVarDumper | ( | $value = true | ) |
|
protected |
Référencé par ExceptionsCollector\setChainExceptions().
|
protected |
Référencé par ExceptionsCollector\getExceptions().
|
protected |
Référencé par ExceptionsCollector\isHtmlVarDumperUsed().