oont-contents/plugins/wpify-woo/lib/PacketeraSDK/vendor/wsdltophp/packagebase/UPGRADE-5.0.md
2025-02-08 15:10:23 +01:00

502 B

UPGRADE FROM 4.0 to 5.0

Internal properties and methods of AbstractStructArrayBase are now private:

  • Properties:
    • $internArray
    • $internArrayIsArray
    • $internArrayOffset
  • Methods:
    • getInternArray
    • setInternArray
    • getInternArrayOffset
    • initInternArray
    • setInternArrayOffset
    • getInternArrayIsArray
    • setInternArrayIsArray

You don't have to manually call initInternArray before looping on the current object, it's done automatically.