(PECL mongo >= 1.3.0)
* @link http://php.net/manual/en/class.mongoresultexception.php#mongoresultexception.props.document * */ class MongoResultException extends MongoException { /** * Retrieve the full result document * http://php.net/manual/en/mongoresultexception.getdocument.php * @return arrayThe full result document as an array, including partial data if available and additional keys.
*/ public function getDocument() { } public $document; }