Doctrine\ODM\CouchDB\OptimisticLockException::getDocument PHP Метод

getDocument() публичный Метод

Gets the document that caused the exception.
public getDocument ( ) : object
Результат object
    public function getDocument()
    {
        return $this->document;
    }