CakeFest 2024: The Official CakePHP Conference

The MongoDB\Driver\Monitoring\CommandStartedEvent class

(mongodb >=1.3.0)

Einführung

The MongoDB\Driver\Monitoring\CommandStartedEvent class encapsulates information about a started command.

Klassenbeschreibung

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

Inhaltsverzeichnis

add a note

User Contributed Notes

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