1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="MongoDB\Driver\Monitoring\CommandSucceededEvent" namespace="MongoDB\Driver\Monitoring" name="CommandSucceededEvent">
<method name="getCommandName" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the command name"/>
<return type="string"/>
</docblock>
</method>
<method name="getDurationMicros" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the command's duration in microseconds"/>
<return type="int"/>
</docblock>
</method>
<method name="getOperationId" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the command's operation ID"/>
<return type="string"/>
</docblock>
</method>
<method name="getReply" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the command reply document"/>
<return type="object"/>
</docblock>
</method>
<method name="getRequestId" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the command's request ID"/>
<return type="string"/>
</docblock>
</method>
<method name="getServer" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns the Server on which the command was executed"/>
<return type="MongoDB\Driver\Server"/>
</docblock>
</method>
</class>
|