moyarada / XSD-to-PHP

Legko XML: compile XSD schema to PHP, XML marshalling/unmashalling
http://mikebevz.com/xsd-to-php-tool/
Other
119 stars 44 forks source link

Add support for array type for elements with MaxOccurs=unbounded #11

Open moyarada opened 14 years ago

moyarada commented 14 years ago

Docs: http://www.phpeveryday.com/articles/Web-Services-WSDL-Array-Array-Type-P517.html

in DocBlock array could be referred as int[ ] - array of integers string[ ] - array of strings SomeObject[ ] array of SomeObjects