Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface QueryMonitorInterface
+ Graphe d'héritage de QueryMonitorInterface:

Fonctions membres publiques

 startQuery (string $sql, ?array $boundParams=null)
 
 stopQuery ()
 

Description détaillée

Interface defining a query monitor.

Depuis
2.0.0

Documentation des fonctions membres

◆ startQuery()

startQuery ( string  $sql,
?array  $boundParams = null 
)

Act on a query being started.

Paramètres
string$sqlThe SQL to be executed.
object[]|null$boundParams List of bound params, used with the query. Each item is an object that holds: value, dataType
Renvoie
void
Depuis
2.0.0

Implémenté dans DebugMonitor, ChainedMonitor, et LoggingMonitor.

◆ stopQuery()

stopQuery ( )

Act on a query being stopped.

Renvoie
void
Depuis
2.0.0

Implémenté dans DebugMonitor, ChainedMonitor, et LoggingMonitor.


La documentation de cette interface a été générée à partir du fichier suivant :