Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.48 KB | None | 0 0
  1. object(A)[47]
  2.   private 'id' => string '4d4ad6ec48177eaa0a000001' (length=24)
  3.   private 'b' =>
  4.     object(Proxy\BProxy)[53]
  5.       private 'documentPersister' =>
  6.         object(Doctrine\ODM\MongoDB\Persisters\DocumentPersister)[58]
  7.           private 'pb' =>
  8.             object(Doctrine\ODM\MongoDB\Persisters\PersistenceBuilder)[71]
  9.               ...
  10.           private 'dm' =>
  11.             object(Doctrine\ODM\MongoDB\DocumentManager)[14]
  12.               ...
  13.           private 'evm' =>
  14.             object(Doctrine\Common\EventManager)[15]
  15.               ...
  16.           private 'uow' =>
  17.             object(Doctrine\ODM\MongoDB\UnitOfWork)[18]
  18.               ...
  19.           private 'hydrator' => null
  20.           private 'class' =>
  21.             object(Doctrine\ODM\MongoDB\Mapping\ClassMetadata)[66]
  22.               ...
  23.           private 'collection' =>
  24.             object(Doctrine\MongoDB\Collection)[54]
  25.               ...
  26.           private 'queuedInserts' =>
  27.             array
  28.               ...
  29.           private 'documentsToUpdate' =>
  30.             array
  31.               ...
  32.           private 'fieldsToUpdate' =>
  33.             array
  34.               ...
  35.           private 'cmd' => string '$' (length=1)
  36.           public 'hydratorFactory' =>
  37.             object(Doctrine\ODM\MongoDB\Hydrator\HydratorFactory)[17]
  38.               ...
  39.       private 'identifier' => string '4d41e62f48177ec609000002' (length=24)
  40.       public '__isInitialized__' => boolean false
  41.       protected 'id' => null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement