Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ChainedMonitor
+ Graphe d'héritage de ChainedMonitor:

Fonctions membres publiques

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

Attributs privés

 $monitors = []
 

Description détaillée

Chained query monitor allowing multiple monitors to be executed.

Depuis
2.0.0

Documentation des fonctions membres

◆ addMonitor()

addMonitor ( QueryMonitorInterface  $monitor)

Register a monitor to the chain.

Paramètres
QueryMonitorInterface$monitorThe monitor to add.
Renvoie
void
Depuis
2.0.0

◆ 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émente QueryMonitorInterface.

Références $sql.

◆ stopQuery()

stopQuery ( )

Act on a query being stopped.

Renvoie
void
Depuis
2.0.0

Implémente QueryMonitorInterface.

Documentation des champs

◆ $monitors

$monitors = []
private

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