Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to create a custom name object
04-10-2018, 03:20 AM, (This post was last modified: 04-10-2018, 03:29 AM by HDeriauFF.)
#1
how to create a custom name object
Hi there

I need to dynamically recreate an array in order to correctly alter a session

here is my issue

What I need:
Code:
[SerialItems] => Array
                        (
                            [ABLE_11/18/20] => SerialItem Object
                                (
                                    [BundleRef] => ABLE_11/18/20
                                    [BundleQty] => 16
                                    [ExpiryDate] => 11/18/2020
                                )

                        )


when recreate my array $LnItm->SerialItems[], I get a stdClass Object instead:

Code:
[SerialItems] => Array
                        (
                            [ABLE_11/18/20] => stdClass Object
                                (
                                    [BundleRef] => ABLE_11/18/20
                                    [BundleQty] => 16
                                    [ExpiryDate] => 11/18/2020
                                )

                        )

What do I need to do to change the stdClass Object to SerialItem ?

Thanks!

Reply


Messages In This Thread
how to create a custom name object - by HDeriauFF - 04-10-2018, 03:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)