Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. object(Party)#203 (16) {
  2. ["connection":protected]=>
  3. object(Connection)#202 (6) {
  4. ["token":"Connection":private]=>
  5. string(64) "xyzxxyzxyz"
  6. ["url":"Connection":private]=>
  7. string(33) "https://api.test.com"
  8. ["singularAction"]=>
  9. string(5) "party"
  10. ["pluralAction"]=>
  11. string(7) "parties"
  12. ["action"]=>
  13. string(5) "party"
  14. }
  15. ["emailAddresses"]=>
  16. array(3) {
  17. [0]=>
  18. array(3) {
  19. ["id"]=>
  20. int(273530863)
  21. ["type"]=>
  22. NULL
  23. ["address"]=>
  24. string(19) "test@gmail.com"
  25. }
  26. [1]=>
  27. array(3) {
  28. ["id"]=>
  29. int(274183291)
  30. ["type"]=>
  31. NULL
  32. ["address"]=>
  33. string(18) "testMail1@test.com"
  34. }
  35. [2]=>
  36. array(3) {
  37. ["id"]=>
  38. int(278650133)
  39. ["type"]=>
  40. NULL
  41. ["address"]=>
  42. string(26) "emailUpdate@test.co.uk"
  43. }
  44. }
  45. }
  46.  
  47. object(Party)#201 (16) {
  48. ["connection":protected]=>
  49. object(Connection)#202 (6) {
  50. ["token":"Connection":private]=>
  51. string(64) "xyzxxyzxyz"
  52. ["url":"Connection":private]=>
  53. string(33) "https://api.test.com"
  54. ["singularAction"]=>
  55. string(5) "party"
  56. ["pluralAction"]=>
  57. string(7) "parties"
  58. ["action"]=>
  59. string(5) "party"
  60. }
  61. ["emailAddresses"]=>
  62. array(4) {
  63. [0]=>
  64. array(3) {
  65. ["id"]=>
  66. int(273530863)
  67. ["type"]=>
  68. NULL
  69. ["address"]=>
  70. string(19) "test@gmail.com"
  71. }
  72. [1]=>
  73. array(3) {
  74. ["id"]=>
  75. int(274183291)
  76. ["type"]=>
  77. NULL
  78. ["address"]=>
  79. string(18) "testMail1@test.com"
  80. }
  81. [2]=>
  82. array(3) {
  83. ["id"]=>
  84. int(278650133)
  85. ["type"]=>
  86. NULL
  87. ["address"]=>
  88. string(26) "emailUpdate@test.co.uk"
  89. }
  90. [3]=>
  91. array(1) {
  92. ["address"]=>
  93. string(27) "testMailtest12345@gmail.com"
  94. }
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement