Liste de tous les membres
Documentation des constructeurs et destructeur
plgSystemDebug::__construct |
( |
& |
$subject, |
|
|
|
$config |
|
) |
| |
plgSystemDebug::__destruct |
( |
| ) |
|
Documentation des fonctions membres
plgSystemDebug::display |
( |
|
$item, |
|
|
array |
$errors = array() |
|
) |
| |
|
protected |
General display method.
- Paramètres:
-
string | $item | The item to display |
array | $errors | Errors occured during execution |
- Renvoie:
- string
- Depuis:
- 2.5
Références $class, $html, $item, $style, $title, et JText\_().
plgSystemDebug::displayErrors |
( |
| ) |
|
|
protected |
plgSystemDebug::displayLanguageFilesInError |
( |
| ) |
|
|
protected |
plgSystemDebug::displayLanguageFilesLoaded |
( |
| ) |
|
|
protected |
plgSystemDebug::displayMemoryUsage |
( |
| ) |
|
|
protected |
plgSystemDebug::displayProfileInformation |
( |
| ) |
|
|
protected |
plgSystemDebug::displayQueries |
( |
| ) |
|
|
protected |
plgSystemDebug::displaySession |
( |
|
$key = '' , |
|
|
|
$session = null , |
|
|
|
$id = 0 |
|
) |
| |
|
protected |
Display session information.
Called recursive.
- Paramètres:
-
string | $key | A session key |
mixed | $session | The session array, initially null |
integer | $id | The id is used for JS toggling the div |
- Renvoie:
- string
- Depuis:
- 2.5
Références $html, $id, $key, $style, et JArrayHelper\fromObject().
plgSystemDebug::displayUntranslatedStrings |
( |
| ) |
|
|
protected |
plgSystemDebug::formatLink |
( |
|
$file, |
|
|
|
$line = '' |
|
) |
| |
|
protected |
Replaces the Joomla! root with "JROOT" to improve readability. Formats a link with a special value xdebug.file_link_format from the php.ini file.
- Paramètres:
-
string | $file | The full path to the file. |
string | $line | The line number. |
- Renvoie:
- string
- Depuis:
- 2.5
Références $file, $html, $link, et JPATH_ROOT.
plgSystemDebug::highlightQuery |
( |
|
$sql | ) |
|
|
protected |
Simple highlight for SQL queries.
- Paramètres:
-
string | $sql | The query to highlight |
- Renvoie:
- string
- Depuis:
- 2.5
Références ENT_QUOTES, et JFactory\getDbo().
plgSystemDebug::onAfterDispatch |
( |
| ) |
|
plgSystemDebug::renderBacktrace |
( |
|
$error | ) |
|
|
protected |
Render the backtrace.
Stolen from JError to prevent it's removal.
- Paramètres:
-
- Renvoie:
- string Contents of the backtrace
- Depuis:
- 2.5
Références $html, $i, et $link.
Documentation des données membres
plgSystemDebug::$linkFormat = '' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :