![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
collect () | |
getName () | |
getWidgets () | |
![]() | |
__construct (Registry $params) | |
getDataFormatter () | |
formatPath ($path) | |
formatCallerInfo (array $call) | |
![]() | |
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 privés | |
$name = 'session' | |
Membres hérités additionnels | |
![]() | |
static | getDefaultDataFormatter () |
![]() | |
static | setDefaultDataFormatter (DataFormatterInterface $formater) |
static | getDefaultDataFormatter () |
static | setDefaultVarDumper (DebugBarVarDumper $varDumper) |
static | getDefaultVarDumper () |
![]() | |
$params | |
![]() | |
$dataFormater | |
$varDumper | |
$xdebugLinkTemplate = '' | |
$xdebugShouldUseAjax = false | |
$xdebugReplacements = array() | |
SessionDataCollector
collect | ( | ) |
Called by the DebugBar when data needs to be collected
Implémente DataCollectorInterface.
Références $data, $key, $value, Factory\getApplication(), DataCollector\getDataFormatter(), et Joomla\Application\getSession().
getName | ( | ) |
Returns the unique name of the collector
Implémente DataCollectorInterface.
Références $name.
getWidgets | ( | ) |
Returns a hash where keys are control names and their values an array of options as defined in {
Implémente Renderable.
Références name.
|
private |