Skip to content

Instantly share code, notes, and snippets.

@pierrejoye
Created May 19, 2015 05:43
Show Gist options
  • Save pierrejoye/d5b676363365ccccdd75 to your computer and use it in GitHub Desktop.
Save pierrejoye/d5b676363365ccccdd75 to your computer and use it in GitHub Desktop.
Pool\Entity\Team Object
(
[id:protected] => 22
[name:protected] => dasds
[picture:protected] =>
[captain:protected] => Pool\Entity\User Object
(
[id:protected] => 4
[email:protected] => [email protected]
[passwordHash:protected] => $2y$10$kh0vxVu8WLYgmbAvtvJj0uA6C0UFVFudccEi2fqmwWU7SPfjzEdaW
[name:protected] => test2
[picture:protected] =>
[role:protected] => captain
)
[players:protected] => Array
(
)
)
C:16:"Pool\Entity\Team":65:{{"id":22,"name":"dasds","picture":null,"captain":{},"players":[]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment