Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Registry $params) | |
getDataFormatter () | |
formatPath ($path) | |
formatCallerInfo (array $call) | |
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 publiques hérités de DataCollectorInterface | |
collect () | |
getName () | |
Fonctions membres publiques hérités de Renderable | |
getWidgets () | |
Fonctions membres publiques statiques | |
static | getDefaultDataFormatter () |
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 | |
$params | |
Attributs protégés hérités de DataCollector | |
$dataFormater | |
$varDumper | |
$xdebugLinkTemplate = '' | |
$xdebugShouldUseAjax = false | |
$xdebugReplacements = array() | |
Attributs privés statiques | |
static | $defaultDataFormatter |
__construct | ( | Registry | $params | ) |
AbstractDataCollector constructor.
Registry | $params | Parameters. |
Références $params.
formatCallerInfo | ( | array | $call | ) |
Format a string from back trace.
array | $call | The array to format |
formatPath | ( | $path | ) |
Strip the Joomla! root path.
string | $path | The path. |
Références $path.
getDataFormatter | ( | ) |
|
static |
|
staticprivate |
|
protected |