PHP Class MongoResultException

Inheritance: extends MongoException
Mostra file Open project: alcaeus/mongo-php-adapter

Public Properties

Property Type Description
$document

Public Methods

Method Description
getDocument ( ) : array Retrieve the full result document http://php.net/manual/en/mongoresultexception.getdocument.php

Method Details

getDocument() public method

Retrieve the full result document http://php.net/manual/en/mongoresultexception.getdocument.php
public getDocument ( ) : array
return array

The full result document as an array, including partial data if available and additional keys.

Property Details

$document public_oe property

public $document