PHP 클래스 MongoResultException

상속: extends MongoException
파일 보기 프로젝트 열기: alcaeus/mongo-php-adapter

공개 프로퍼티들

프로퍼티 타입 설명
$document

공개 메소드들

메소드 설명
getDocument ( ) : array Retrieve the full result document http://php.net/manual/en/mongoresultexception.getdocument.php

메소드 상세

getDocument() 공개 메소드

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

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

프로퍼티 상세

$document 공개적으로 프로퍼티

public $document