Advertisement
Guest User

Untitled

a guest
Sep 27th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 27.01 KB | None | 0 0
  1. PayPalPayments {#902
  2.  #requiredDataAttributes: []
  3.  #paymentDetails: Details {#878
  4.    #operator: "keios.pgpaypal::lang.operators.paypal_payments"
  5.    #description: "info@keios.eu (2015-09-29 - 2015-10-03, 320.00) "
  6.    #returnUrl: "/bookings"
  7.    #email: "info@keios.eu"
  8.    #shippingAddress: null
  9.    #secureParameters: []
  10.    #parameters: array:3 [
  11.      "booking_id" => "7"
  12.       "arrival" => "2015-09-29"
  13.       "departure" => "2015-10-03"
  14.     ]
  15.   }
  16.   #cart: Cart {#875
  17.    #items: array:1 [
  18.      "6ebb090e-215c-4277-a30b-5fd61784c412" => BookingItem {#876
  19.        #description: "info@keios.eu (2015-09-29 - 2015-10-03, 320.00) "
  20.        #count: 1
  21.        #netPrice: Money {#853
  22.          -amount: "320.0000"
  23.           -currency: Currency {#851
  24.            #isoCode: "PLN"
  25.            #name: "Polish Złoty"
  26.            #symbol: "zł"
  27.            #alternateSymbols: []
  28.            #subunit: "Grosz"
  29.            #symbolFirst: false
  30.            #htmlEntity: "zł"
  31.            #decimalMark: ","
  32.            #thousandsSeparator: " "
  33.            #isoNumeric: "985"
  34.            #disambiguateSymbol: null
  35.          }
  36.         }
  37.         #data: []
  38.        #tax: 0
  39.        #id: "6ebb090e-215c-4277-a30b-5fd61784c412"
  40.      }
  41.     ]
  42.     #shipping: null
  43.    #defaultCurrency: "USD"
  44.  }
  45.   #creditCard: null
  46.  #response: null
  47.  #stateMachine: ExtendedStateMachine {#921
  48.    #object: PayPalPayments {#902}
  49.    #states: array:6 [
  50.      "Created" => State {#930
  51.        #type: "initial"
  52.        #transitions: array:3 [
  53.          0 => "Send"
  54.           1 => "Cancel"
  55.           2 => "Accept"
  56.         ]
  57.         #name: "Created"
  58.        #properties: []
  59.      }
  60.       "Sent" => State {#932
  61.        #type: "normal"
  62.        #transitions: array:3 [
  63.          0 => "Reject"
  64.           1 => "Cancel"
  65.           2 => "Accept"
  66.         ]
  67.         #name: "Sent"
  68.        #properties: []
  69.      }
  70.       "Accepted" => State {#933
  71.        #type: "final"
  72.        #transitions: array:1 [
  73.          0 => "Refund"
  74.         ]
  75.         #name: "Accepted"
  76.        #properties: []
  77.      }
  78.       "Rejected" => State {#934
  79.        #type: "final"
  80.        #transitions: []
  81.        #name: "Rejected"
  82.        #properties: []
  83.      }
  84.       "Canceled" => State {#935
  85.        #type: "final"
  86.        #transitions: []
  87.        #name: "Canceled"
  88.        #properties: []
  89.      }
  90.       "Refunded" => State {#936
  91.        #type: "final"
  92.        #transitions: []
  93.        #name: "Refunded"
  94.        #properties: []
  95.      }
  96.     ]
  97.     #transitions: array:5 [
  98.      "Send" => Transition {#939
  99.        #initialStates: array:1 [
  100.          0 => "Created"
  101.         ]
  102.         #state: "Sent"
  103.        #name: "Send"
  104.        #guard: array:2 [
  105.          0 => PayPalPayments {#902}
  106.          1 => "enabled"
  107.         ]
  108.       }
  109.       "Reject" => Transition {#940
  110.        #initialStates: array:1 [
  111.          0 => "Sent"
  112.         ]
  113.         #state: "Rejected"
  114.        #name: "Reject"
  115.        #guard: array:2 [
  116.          0 => PayPalPayments {#902}
  117.          1 => "enabled"
  118.         ]
  119.       }
  120.       "Cancel" => Transition {#941
  121.        #initialStates: array:2 [
  122.          0 => "Created"
  123.           1 => "Sent"
  124.         ]
  125.         #state: "Canceled"
  126.        #name: "Cancel"
  127.        #guard: array:2 [
  128.          0 => PayPalPayments {#902}
  129.          1 => "enabled"
  130.         ]
  131.       }
  132.       "Accept" => Transition {#942
  133.        #initialStates: array:2 [
  134.          0 => "Created"
  135.           1 => "Sent"
  136.         ]
  137.         #state: "Accepted"
  138.        #name: "Accept"
  139.        #guard: array:2 [
  140.          0 => PayPalPayments {#902}
  141.          1 => "enabled"
  142.         ]
  143.       }
  144.       "Refund" => Transition {#943
  145.        #initialStates: array:1 [
  146.          0 => "Accepted"
  147.         ]
  148.         #state: "Refunded"
  149.        #name: "Refund"
  150.        #guard: array:2 [
  151.          0 => PayPalPayments {#902}
  152.          1 => "enabled"
  153.         ]
  154.       }
  155.     ]
  156.     #currentState: State {#930}
  157.    #dispatcher: EventDispatcher {#922
  158.      -listeners: array:5 [
  159.         "finite.post_transition.Send" => array:1 [
  160.           0 => array:1 [
  161.             0 => Closure {#925
  162.              reflection: """
  163.                Closure [ <user> public method Finite\Event\{closure} ] {\n
  164.                  @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/yohang/finite/src/Finite/Event/CallbackHandler.php 108 - 138\n
  165.                \n
  166.                  - Bound Variables [3] {\n
  167.                      Variable #0 [ $sm ]\n
  168.                      Variable #1 [ $callback ]\n
  169.                      Variable #2 [ $specs ]\n
  170.                  }\n
  171.                \n
  172.                  - Parameters [1] {\n
  173.                    Parameter #0 [ <required> Finite\Event\TransitionEvent $e ]\n
  174.                  }\n
  175.                }\n
  176.                """
  177.             }
  178.           ]
  179.         ]
  180.         "finite.post_transition.Accept" => array:1 [
  181.           0 => array:1 [
  182.             0 => Closure {#924
  183.              reflection: """
  184.                Closure [ <user> public method Finite\Event\{closure} ] {\n
  185.                  @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/yohang/finite/src/Finite/Event/CallbackHandler.php 108 - 138\n
  186.                \n
  187.                  - Bound Variables [3] {\n
  188.                      Variable #0 [ $sm ]\n
  189.                      Variable #1 [ $callback ]\n
  190.                      Variable #2 [ $specs ]\n
  191.                  }\n
  192.                \n
  193.                  - Parameters [1] {\n
  194.                    Parameter #0 [ <required> Finite\Event\TransitionEvent $e ]\n
  195.                  }\n
  196.                }\n
  197.                """
  198.             }
  199.           ]
  200.         ]
  201.         "finite.post_transition.Refund" => array:1 [
  202.           0 => array:1 [
  203.             0 => Closure {#938
  204.              reflection: """
  205.                Closure [ <user> public method Finite\Event\{closure} ] {\n
  206.                  @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/yohang/finite/src/Finite/Event/CallbackHandler.php 108 - 138\n
  207.                \n
  208.                  - Bound Variables [3] {\n
  209.                      Variable #0 [ $sm ]\n
  210.                      Variable #1 [ $callback ]\n
  211.                      Variable #2 [ $specs ]\n
  212.                  }\n
  213.                \n
  214.                  - Parameters [1] {\n
  215.                    Parameter #0 [ <required> Finite\Event\TransitionEvent $e ]\n
  216.                  }\n
  217.                }\n
  218.                """
  219.             }
  220.           ]
  221.         ]
  222.         "finite.post_transition.Reject" => array:1 [
  223.           0 => array:1 [
  224.             0 => Closure {#937
  225.              reflection: """
  226.                Closure [ <user> public method Finite\Event\{closure} ] {\n
  227.                  @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/yohang/finite/src/Finite/Event/CallbackHandler.php 108 - 138\n
  228.                \n
  229.                  - Bound Variables [3] {\n
  230.                      Variable #0 [ $sm ]\n
  231.                      Variable #1 [ $callback ]\n
  232.                      Variable #2 [ $specs ]\n
  233.                  }\n
  234.                \n
  235.                  - Parameters [1] {\n
  236.                    Parameter #0 [ <required> Finite\Event\TransitionEvent $e ]\n
  237.                  }\n
  238.                }\n
  239.                """
  240.             }
  241.           ]
  242.         ]
  243.         "finite.post_transition.Cancel" => array:1 [
  244.           0 => array:1 [
  245.             0 => Closure {#944
  246.              reflection: """
  247.                Closure [ <user> public method Finite\Event\{closure} ] {\n
  248.                  @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/yohang/finite/src/Finite/Event/CallbackHandler.php 108 - 138\n
  249.                \n
  250.                  - Bound Variables [3] {\n
  251.                      Variable #0 [ $sm ]\n
  252.                      Variable #1 [ $callback ]\n
  253.                      Variable #2 [ $specs ]\n
  254.                  }\n
  255.                \n
  256.                  - Parameters [1] {\n
  257.                    Parameter #0 [ <required> Finite\Event\TransitionEvent $e ]\n
  258.                  }\n
  259.                }\n
  260.                """
  261.             }
  262.           ]
  263.         ]
  264.       ]
  265.       -sorted: []
  266.     }
  267.     #stateAccessor: PropertyPathStateAccessor {#929
  268.      -propertyPath: "finiteState"
  269.       -propertyAccessor: PropertyAccessor {#931
  270.        -magicCall: false
  271.         -ignoreInvalidIndices: true
  272.       }
  273.     }
  274.     #graph: "default"
  275.  }
  276.   #finiteLoader: array:3 [
  277.    "states" => array:6 [
  278.       "Created" => array:1 [
  279.         "type" => "initial"
  280.       ]
  281.       "Sent" => array:1 [
  282.         "type" => "normal"
  283.       ]
  284.       "Accepted" => array:1 [
  285.         "type" => "final"
  286.       ]
  287.       "Rejected" => array:1 [
  288.         "type" => "final"
  289.       ]
  290.       "Canceled" => array:1 [
  291.         "type" => "final"
  292.       ]
  293.       "Refunded" => array:1 [
  294.         "type" => "final"
  295.       ]
  296.     ]
  297.     "transitions" => array:5 [
  298.       "Send" => array:3 [
  299.         "from" => array:1 [
  300.           0 => "Created"
  301.         ]
  302.         "to" => "Sent"
  303.         "guard" => array:2 [
  304.           0 => PayPalPayments {#902}
  305.          1 => "enabled"
  306.         ]
  307.       ]
  308.       "Reject" => array:3 [
  309.         "from" => array:1 [
  310.           0 => "Sent"
  311.         ]
  312.         "to" => "Rejected"
  313.         "guard" => array:2 [
  314.           0 => PayPalPayments {#902}
  315.          1 => "enabled"
  316.         ]
  317.       ]
  318.       "Cancel" => array:3 [
  319.         "from" => array:2 [
  320.           0 => "Created"
  321.           1 => "Sent"
  322.         ]
  323.         "to" => "Canceled"
  324.         "guard" => array:2 [
  325.           0 => PayPalPayments {#902}
  326.          1 => "enabled"
  327.         ]
  328.       ]
  329.       "Accept" => array:3 [
  330.         "from" => array:2 [
  331.           0 => "Created"
  332.           1 => "Sent"
  333.         ]
  334.         "to" => "Accepted"
  335.         "guard" => array:2 [
  336.           0 => PayPalPayments {#902}
  337.          1 => "enabled"
  338.         ]
  339.       ]
  340.       "Refund" => array:3 [
  341.         "from" => array:1 [
  342.           0 => "Accepted"
  343.         ]
  344.         "to" => "Refunded"
  345.         "guard" => array:2 [
  346.           0 => PayPalPayments {#902}
  347.          1 => "enabled"
  348.         ]
  349.       ]
  350.     ]
  351.     "callbacks" => array:1 [
  352.       "after" => array:5 [
  353.         0 => array:2 [
  354.           "on" => "Send"
  355.           "do" => array:2 [
  356.             0 => PayPalPayments {#902}
  357.            1 => "notifyPaymentWasSent"
  358.           ]
  359.         ]
  360.         1 => array:2 [
  361.           "on" => "Accept"
  362.           "do" => array:2 [
  363.             0 => PayPalPayments {#902}
  364.            1 => "notifyPaymentWasAccepted"
  365.           ]
  366.         ]
  367.         2 => array:2 [
  368.           "on" => "Refund"
  369.           "do" => array:2 [
  370.             0 => PayPalPayments {#902}
  371.            1 => "notifyPaymentWasRefunded"
  372.           ]
  373.         ]
  374.         3 => array:2 [
  375.           "on" => "Reject"
  376.           "do" => array:2 [
  377.             0 => PayPalPayments {#902}
  378.            1 => "notifyPaymentWasRejected"
  379.           ]
  380.         ]
  381.         4 => array:2 [
  382.           "on" => "Cancel"
  383.           "do" => array:2 [
  384.             0 => PayPalPayments {#902}
  385.            1 => "notifyPaymentWasCanceled"
  386.           ]
  387.         ]
  388.       ]
  389.     ]
  390.   ]
  391.   #model: Payment {#903
  392.    +table: "keios_paymentgateway_payments"
  393.     #guarded: array:1 [
  394.      0 => "*"
  395.     ]
  396.     #fillable: []
  397.    #jsonable: array:1 [
  398.      0 => "data"
  399.     ]
  400.     +belongsTo: array:2 [
  401.       "order" => array:1 [
  402.         0 => "Keios\PaymentGateway\Models\Order"
  403.       ]
  404.       "user" => array:2 [
  405.         0 => "Keios\ProUser\Models\User"
  406.         "key" => "user_id"
  407.       ]
  408.     ]
  409.     +hasOne: array:1 [
  410.       "paid_order" => array:1 [
  411.         0 => "Keios\PaymentGateway\Models\Order"
  412.       ]
  413.     ]
  414.     #financial: array:2 [
  415.      "amount" => array:2 [
  416.         "balance" => "amount_stored"
  417.         "currency" => "currency"
  418.       ]
  419.       "native_amount" => array:2 [
  420.         "balance" => "native_amount_stored"
  421.         "currency" => "native_currency"
  422.       ]
  423.     ]
  424.     #permittedAttributes: array:12 [
  425.      0 => "id"
  426.       1 => "order"
  427.       2 => "user"
  428.       3 => "description"
  429.       4 => "data"
  430.       5 => "state"
  431.       6 => "operator"
  432.       7 => "uuid"
  433.       8 => "amount"
  434.       9 => "native_amount"
  435.       10 => "created_at"
  436.       11 => "updated_at"
  437.     ]
  438.     +implement: null
  439.     +attributes: array:8 [
  440.       "operator" => "keios.pgpaypal::lang.operators.paypal_payments"
  441.       "uuid" => "fb894b6a-8eaa-4602-b7cc-a5da2d44de02"
  442.       "state" => "Created"
  443.       "amount" => Money {#947
  444.        -amount: "320.0000"
  445.         -currency: Currency {#945
  446.          #isoCode: "PLN"
  447.          #name: "Polish Złoty"
  448.          #symbol: "zł"
  449.          #alternateSymbols: []
  450.          #subunit: "Grosz"
  451.          #symbolFirst: false
  452.          #htmlEntity: "z&#322;"
  453.          #decimalMark: ","
  454.          #thousandsSeparator: " "
  455.          #isoNumeric: "985"
  456.          #disambiguateSymbol: null
  457.        }
  458.       }
  459.       "native_amount" => Money {#969
  460.        -amount: "84.8000"
  461.         -currency: Currency {#971
  462.          #isoCode: "USD"
  463.          #name: "United States Dollar"
  464.          #symbol: "$"
  465.          #alternateSymbols: array:1 [
  466.            0 => "US$"
  467.           ]
  468.           #subunit: "Cent"
  469.          #symbolFirst: true
  470.          #htmlEntity: "$"
  471.          #decimalMark: "."
  472.          #thousandsSeparator: ","
  473.          #isoNumeric: "840"
  474.          #disambiguateSymbol: null
  475.        }
  476.       }
  477.       "description" => "info@keios.eu (2015-09-29 - 2015-10-03, 320.00)"
  478.       "data" => "{"email":"info@keios.eu","return_url":"\/bookings","booking_id":"7","arrival":"2015-09-29","departure":"2015-10-03"}"
  479.       "user_id" => "1"
  480.     ]
  481.     #dates: []
  482.    +hasMany: []
  483.     +belongsToMany: []
  484.     +morphTo: []
  485.     +morphOne: []
  486.     +morphMany: []
  487.     +morphToMany: []
  488.     +morphedByMany: []
  489.     +attachOne: []
  490.     +attachMany: []
  491.     +hasManyThrough: []
  492.     #connection: null
  493.    #primaryKey: "id"
  494.    #perPage: 15
  495.    +incrementing: true
  496.     +timestamps: true
  497.     #original: []
  498.    #relations: array:1 [
  499.      "user" => User {#821
  500.        #table: "keios_prouser_users"
  501.        +rules: array:6 [
  502.           "email" => "required|between:3,64|email|unique:keios_prouser_users"
  503.           "first_name" => "required|between:2,64|alpha"
  504.           "last_name" => "required|between:2,64|alpha"
  505.           "username" => "required|between:2,64|unique:keios_prouser_users"
  506.           "password" => "required:create|between:4,64|confirmed"
  507.           "password_confirmation" => "required_with:password|between:4,64"
  508.         ]
  509.         +customMessages: array:8 [
  510.           "required" => "keios.prouser::lang.validation.required"
  511.           "required_with" => "keios.prouser::lang.validation.required_with"
  512.           "numeric" => "keios.prouser::lang.validation.numeric"
  513.           "alpha" => "keios.prouser::lang.validation.alpha"
  514.           "email" => "keios.prouser::lang.validation.email"
  515.           "between" => "keios.prouser::lang.validation.between"
  516.           "unique" => "keios.prouser::lang.validation.unique"
  517.           "confirmed" => "keios.prouser::lang.validation.confirmed"
  518.         ]
  519.         +attributeNames: array:6 [
  520.           "first_name" => "keios.prouser::lang.formFields.first_name"
  521.           "last_name" => "keios.prouser::lang.formFields.last_name"
  522.           "username" => "keios.prouser::lang.formFields.username"
  523.           "email" => "keios.prouser::lang.formFields.email"
  524.           "password" => "keios.prouser::lang.formFields.password"
  525.           "password_confirmation" => "keios.prouser::lang.formFields.password_confirmation"
  526.         ]
  527.         +belongsToMany: array:2 [
  528.           "groups" => array:3 [
  529.             0 => "Keios\ProUser\Models\Group"
  530.             "table" => "keios_prouser_user_group"
  531.             "otherKey" => "group_id"
  532.           ]
  533.           "userBookings" => array:4 [
  534.             0 => "Keios\Booking\Models\Booking"
  535.             "table" => "keios_booking_users_bookings"
  536.             "key" => "user_id"
  537.             "otherKey" => "booking_id"
  538.           ]
  539.         ]
  540.         +belongsTo: array:2 [
  541.           "country" => array:1 [
  542.             0 => "Keios\ProUser\Models\Country"
  543.           ]
  544.           "state" => array:1 [
  545.             0 => "Keios\ProUser\Models\State"
  546.           ]
  547.         ]
  548.         +attachOne: array:1 [
  549.           "avatar" => array:1 [
  550.             0 => "System\Models\File"
  551.           ]
  552.         ]
  553.         #fillable: array:6 [
  554.          0 => "first_name"
  555.           1 => "last_name"
  556.           2 => "email"
  557.           3 => "username"
  558.           4 => "password"
  559.           5 => "password_confirmation"
  560.         ]
  561.         #purgeable: array:1 [
  562.          0 => "password_confirmation"
  563.         ]
  564.         #hidden: array:4 [
  565.          0 => "password"
  566.           1 => "reset_password_code"
  567.           2 => "activation_code"
  568.           3 => "persist_code"
  569.         ]
  570.         #guarded: array:3 [
  571.          0 => "reset_password_code"
  572.           1 => "activation_code"
  573.           2 => "persist_code"
  574.         ]
  575.         #hashable: array:2 [
  576.          0 => "password"
  577.           1 => "persist_code"
  578.         ]
  579.         #jsonable: array:1 [
  580.          0 => "permissions"
  581.         ]
  582.         #allowedPermissionsValues: array:3 [
  583.          0 => -1
  584.           1 => 0
  585.           2 => 1
  586.         ]
  587.         #userGroups: null
  588.        #mergedPermissions: null
  589.        +implement: null
  590.         +attributes: array:18 [
  591.           "id" => 1
  592.           "first_name" => "Jakub"
  593.           "last_name" => "Zych"
  594.           "email" => "info@keios.eu"
  595.           "username" => "info@keios.eu"
  596.           "password" => "$2y$10$32ZHV4txVexugPLXc1ijn.D20Pc.bHMXeFWRkZXtgP/jSIRKkHS8u"
  597.           "activation_code" => null
  598.           "persist_code" => "$2y$10$J4DvQwpgYEeTjZQDu8FTWeTVcsazc2zws8eWkxf/8ygyUyILwmESS"
  599.           "reset_password_code" => null
  600.           "permissions" => null
  601.           "is_activated" => 1
  602.           "is_blocked" => 0
  603.           "activated_at" => "2015-09-06 15:32:48"
  604.           "last_login" => "2015-09-27 15:23:01"
  605.           "country_id" => null
  606.           "state_id" => null
  607.           "created_at" => "2015-09-06 15:32:37"
  608.           "updated_at" => "2015-09-27 15:23:01"
  609.         ]
  610.         #dates: []
  611.        +hasMany: array:6 [
  612.           "chats" => array:1 [
  613.             0 => "Keios\PrintSellerChat\Models\Chat"
  614.           ]
  615.           "payments" => array:2 [
  616.             0 => "Keios\PaymentGateway\Models\Payment"
  617.             "key" => "user_id"
  618.           ]
  619.           "orders" => array:2 [
  620.             0 => "Keios\PaymentGateway\Models\Order"
  621.             "key" => "user_id"
  622.           ]
  623.           "deliveryAddresses" => array:1 [
  624.             0 => "Keios\PrintSeller\Models\DeliveryAddress"
  625.           ]
  626.           "keios_connectto_providers" => array:1 [
  627.             0 => "Keios\ConnectTo\Models\Provider"
  628.           ]
  629.           "documents" => array:2 [
  630.             0 => "Keios\DocumentHub\Models\Document"
  631.             "key" => "user_id"
  632.           ]
  633.         ]
  634.         +hasOne: array:1 [
  635.           "profile" => array:1 [
  636.             0 => "Keios\PrintSeller\Models\Profile"
  637.           ]
  638.         ]
  639.         +morphTo: []
  640.         +morphOne: []
  641.         +morphMany: array:1 [
  642.           "messages" => array:2 [
  643.             0 => "Keios\PrintSellerChat\Models\Message"
  644.             "name" => "author"
  645.           ]
  646.         ]
  647.         +morphToMany: []
  648.         +morphedByMany: []
  649.         +attachMany: []
  650.         +hasManyThrough: array:1 [
  651.           "messagesInChats" => array:2 [
  652.             0 => "Keios\PrintSellerChat\Models\Message"
  653.             "through" => "Keios\PrintSellerChat\Models\Chat"
  654.           ]
  655.         ]
  656.         #connection: null
  657.        #primaryKey: "id"
  658.        #perPage: 15
  659.        +incrementing: true
  660.         +timestamps: true
  661.         #original: array:18 [
  662.          "id" => 1
  663.           "first_name" => "Jakub"
  664.           "last_name" => "Zych"
  665.           "email" => "info@keios.eu"
  666.           "username" => "info@keios.eu"
  667.           "password" => "$2y$10$32ZHV4txVexugPLXc1ijn.D20Pc.bHMXeFWRkZXtgP/jSIRKkHS8u"
  668.           "activation_code" => null
  669.           "persist_code" => "$2y$10$J4DvQwpgYEeTjZQDu8FTWeTVcsazc2zws8eWkxf/8ygyUyILwmESS"
  670.           "reset_password_code" => null
  671.           "permissions" => null
  672.           "is_activated" => 1
  673.           "is_blocked" => 0
  674.           "activated_at" => "2015-09-06 15:32:48"
  675.           "last_login" => "2015-09-27 15:23:01"
  676.           "country_id" => null
  677.           "state_id" => null
  678.           "created_at" => "2015-09-06 15:32:37"
  679.           "updated_at" => "2015-09-27 15:23:01"
  680.         ]
  681.         #relations: array:1 [
  682.          "userBookings" => Collection {#816
  683.            #items: []
  684.          }
  685.         ]
  686.         #visible: []
  687.        #appends: []
  688.        #casts: []
  689.        #touches: []
  690.        #observables: []
  691.        #with: array:1 [
  692.          0 => "userBookings"
  693.         ]
  694.         #morphClass: null
  695.        +exists: true
  696.         #emitterSingleEventCollection: []
  697.        #emitterEventCollection: array:2 [
  698.          "model.beforeSetAttribute" => array:1 [
  699.             0 => array:1 [
  700.               0 => Closure {#822
  701.                reflection: """
  702.                  Closure [ <user> static public method October\Rain\Database\Traits\{closure} ] {\n
  703.                    @@ /home/jin/Projects/latest/vendor/november/snow/src/Database/Traits/Hashable.php 32 - 36\n
  704.                  \n
  705.                    - Bound Variables [1] {\n
  706.                        Variable #0 [ $model ]\n
  707.                    }\n
  708.                  \n
  709.                    - Parameters [2] {\n
  710.                      Parameter #0 [ <required> $key ]\n
  711.                      Parameter #1 [ <required> $value ]\n
  712.                    }\n
  713.                  }\n
  714.                  """
  715.               }
  716.             ]
  717.           ]
  718.           "model.saveInternal" => array:2 [
  719.             0 => array:1 [
  720.               0 => Closure {#823
  721.                reflection: """
  722.                  Closure [ <user> static public method October\Rain\Database\Traits\{closure} ] {\n
  723.                    @@ /home/jin/Projects/latest/vendor/november/snow/src/Database/Traits/Purgeable.php 31 - 33\n
  724.                  \n
  725.                    - Bound Variables [1] {\n
  726.                        Variable #0 [ $model ]\n
  727.                    }\n
  728.                  }\n
  729.                  """
  730.               }
  731.             ]
  732.             500 => array:1 [
  733.               0 => Closure {#824
  734.                reflection: """
  735.                  Closure [ <user> static public method October\Rain\Database\Traits\{closure} ] {\n
  736.                    @@ /home/jin/Projects/latest/vendor/november/snow/src/Database/Traits/Validation.php 53 - 71\n
  737.                  \n
  738.                    - Bound Variables [1] {\n
  739.                        Variable #0 [ $model ]\n
  740.                    }\n
  741.                  \n
  742.                    - Parameters [2] {\n
  743.                      Parameter #0 [ <required> $data ]\n
  744.                      Parameter #1 [ <required> $options ]\n
  745.                    }\n
  746.                  }\n
  747.                  """
  748.               }
  749.             ]
  750.           ]
  751.         ]
  752.         #emitterEventSorted: []
  753.        #extensionData: array:3 [
  754.          "extensions" => []
  755.           "methods" => []
  756.           "dynamicMethods" => []
  757.         ]
  758.         +sessionKey: null
  759.         #deferredBindingCache: null
  760.        #originalHashableValues: []
  761.        #originalPurgeableValues: []
  762.        #validationErrors: null
  763.      }
  764.     ]
  765.     #hidden: []
  766.    #visible: []
  767.    #appends: []
  768.    #casts: []
  769.    #touches: []
  770.    #observables: []
  771.    #with: []
  772.    #morphClass: null
  773.    +exists: false
  774.     #emitterSingleEventCollection: []
  775.    #emitterEventCollection: array:4 [
  776.      "model.beforeSetAttribute" => array:1 [
  777.         0 => array:1 [
  778.           0 => Closure {#916
  779.            reflection: """
  780.              Closure [ <user> static public method Keios\Financial\{closure} ] {\n
  781.                @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/keios/oc-trait-financial/src/Financial.php 64 - 80\n
  782.              \n
  783.                - Bound Variables [3] {\n
  784.                    Variable #0 [ $model ]\n
  785.                    Variable #1 [ $financialAttributes ]\n
  786.                    Variable #2 [ $financialObjectFields ]\n
  787.                }\n
  788.              \n
  789.                - Parameters [2] {\n
  790.                  Parameter #0 [ <required> $key ]\n
  791.                  Parameter #1 [ <required> $value ]\n
  792.                }\n
  793.              }\n
  794.              """
  795.           }
  796.         ]
  797.       ]
  798.       "model.afterFetch" => array:1 [
  799.         0 => array:1 [
  800.           0 => Closure {#917
  801.            reflection: """
  802.              Closure [ <user> static public method Keios\Financial\{closure} ] {\n
  803.                @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/keios/oc-trait-financial/src/Financial.php 85 - 87\n
  804.              \n
  805.                - Bound Variables [1] {\n
  806.                    Variable #0 [ $model ]\n
  807.                }\n
  808.              }\n
  809.              """
  810.           }
  811.         ]
  812.       ]
  813.       "model.saveInternal" => array:1 [
  814.         0 => array:1 [
  815.           0 => Closure {#918
  816.            reflection: """
  817.              Closure [ <user> static public method Keios\Financial\{closure} ] {\n
  818.                @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/keios/oc-trait-financial/src/Financial.php 92 - 95\n
  819.              \n
  820.                - Bound Variables [3] {\n
  821.                    Variable #0 [ $model ]\n
  822.                    Variable #1 [ $financialAttributes ]\n
  823.                    Variable #2 [ $financialObjectFields ]\n
  824.                }\n
  825.              }\n
  826.              """
  827.           }
  828.         ]
  829.       ]
  830.       "model.afterSave" => array:1 [
  831.         0 => array:1 [
  832.           0 => Closure {#919
  833.            reflection: """
  834.              Closure [ <user> static public method Keios\Financial\{closure} ] {\n
  835.                @@ /home/jin/Projects/latest/plugins/keios/paymentgateway/vendor/keios/oc-trait-financial/src/Financial.php 100 - 102\n
  836.              \n
  837.                - Bound Variables [1] {\n
  838.                    Variable #0 [ $model ]\n
  839.                }\n
  840.              }\n
  841.              """
  842.           }
  843.         ]
  844.       ]
  845.     ]
  846.     #emitterEventSorted: array:1 [
  847.      "model.beforeSetAttribute" => array:1 [
  848.         0 => Closure {#916}
  849.      ]
  850.     ]
  851.     #extensionData: array:3 [
  852.      "extensions" => []
  853.       "methods" => []
  854.       "dynamicMethods" => []
  855.     ]
  856.     +sessionKey: null
  857.     #deferredBindingCache: null
  858.    -protectedFieldNames: array:4 [
  859.       0 => "amount_stored"
  860.       1 => "currency"
  861.       2 => "native_amount_stored"
  862.       3 => "native_currency"
  863.     ]
  864.   }
  865.   #attributes: array:6 [
  866.    "operator" => "keios.pgpaypal::lang.operators.paypal_payments"
  867.     "uuid" => "fb894b6a-8eaa-4602-b7cc-a5da2d44de02"
  868.     "state" => "Created"
  869.     "amount" => Money {#947}
  870.    "native_amount" => Money {#969}
  871.    "description" => "info@keios.eu (2015-09-29 - 2015-10-03, 320.00) "
  872.   ]
  873.   #dataAttributes: array:5 [
  874.    "email" => "info@keios.eu"
  875.     "return_url" => "/bookings"
  876.     "booking_id" => "7"
  877.     "arrival" => "2015-09-29"
  878.     "departure" => "2015-10-03"
  879.   ]
  880. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement