Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
startQuery (string $sql, ?array $boundParams=null) | |
stopQuery () | |
getCallStacks () | |
getLogs () | |
getBoundParams () | |
getMemoryLogs () | |
getTimings () | |
Attributs privés | |
$callStacks = [] | |
$logs = [] | |
$boundParams = [] | |
$memoryLogs = [] | |
$timings = [] | |
Query monitor handling logging of queries.
getBoundParams | ( | ) |
getCallStacks | ( | ) |
getLogs | ( | ) |
getMemoryLogs | ( | ) |
getTimings | ( | ) |
startQuery | ( | string | $sql, |
?array | $boundParams = null |
||
) |
Act on a query being started.
string | $sql | The SQL to be executed. |
object[]|null | $boundParams List of bound params, used with the query. Each item is an object that holds: value, dataType |
Implémente QueryMonitorInterface.
Références DebugMonitor\$boundParams, et $sql.
stopQuery | ( | ) |
|
private |
Référencé par DebugMonitor\getBoundParams(), et DebugMonitor\startQuery().
|
private |
Référencé par DebugMonitor\getCallStacks().
|
private |
Référencé par DebugMonitor\getLogs().
|
private |
Référencé par DebugMonitor\getMemoryLogs().
|
private |
Référencé par DebugMonitor\getTimings().