CakeFest 2024: The Official CakePHP Conference

La classe MongoDB\Driver\Monitoring\CommandStartedEvent

(mongodb >=1.3.0)

Introduction

La classe MongoDB\Driver\Monitoring\CommandStartedEvent contient les informations sur une commande ayant démarée.

Synopsis de la classe

final class MongoDB\Driver\Monitoring\CommandStartedEvent {
/* Méthodes */
final public getCommand(): object
final public getCommandName(): string
final public getDatabaseName(): string
final public getOperationId(): string
final public getRequestId(): string
final public getServerConnectionId(): ?int
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top