Advertisement
Guest User

Untitled

a guest
Nov 6th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.25 KB | None | 0 0
  1. array (size=2)
  2.   0 =>
  3.     object(Acme\PostBundle\Entity\Post)[460]
  4.       protected 'id' => int 2
  5.       public 'user_id' => int 1
  6.       protected 'user' => null
  7.       protected 'text' => string 'Test2' (length=5)
  8.       protected 'address' => string 'Test2' (length=5)
  9.       protected 'date' =>
  10.         object(DateTime)[483]
  11.           public 'date' => string '2014-11-06 20:23:03' (length=19)
  12.           public 'timezone_type' => int 3
  13.           public 'timezone' => string 'Europe/Kiev' (length=11)
  14.   1 =>
  15.     object(Acme\PostBundle\Entity\Post)[484]
  16.       protected 'id' => int 1
  17.       public 'user_id' => int 1
  18.       protected 'user' =>
  19.         object(Acme\PostBundle\Entity\User)[481]
  20.           protected 'id' => int 1
  21.           protected 'path' => string 'f215efc548e0a8de0252cae1b978a609' (length=32)
  22.           protected 'posts' =>
  23.             object(Doctrine\ORM\PersistentCollection)[480]
  24.               ...
  25.       protected 'text' => string 'Test' (length=4)
  26.       protected 'address' => string 'Test' (length=4)
  27.       protected 'date' =>
  28.         object(DateTime)[485]
  29.           public 'date' => string '2014-11-06 20:22:49' (length=19)
  30.           public 'timezone_type' => int 3
  31.           public 'timezone' => string 'Europe/Kiev' (length=11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement