MongoDB\Driver\Monitoring\CommandFailedEvent
PHP Manual

MongoDB\Driver\Monitoring\CommandFailedEvent::getServer

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandFailedEvent::getServerReturns the Server on which the command was executed

Description

final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandFailedEvent::getServer ( void )

Returns the MongoDB\Driver\Server on which the command was executed.

Parameters

This function has no parameters.

Return Values

Returns the MongoDB\Driver\Server on which the command was executed.

Errors/Exceptions

See Also


MongoDB\Driver\Monitoring\CommandFailedEvent
PHP Manual