PHP Classes

File: UPGRADE-5.0.md

Recommend this page to a friend!
  Classes of WsdlToPhp   Package Base   UPGRADE-5.0.md   Download  
File: UPGRADE-5.0.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Package Base
Base classes for implementing a package generator
Author: By
Last change:
Date: 2 years ago
Size: 502 bytes
 

Contents

Class file image Download

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.