Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 502 Bytes

UPGRADE-5.0.md

File metadata and controls

17 lines (15 loc) · 502 Bytes

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.