216. Class

216.1. Zend\Soap\Wsdl\ComplexTypeStrategy\ArrayOfTypeComplex

ArrayOfTypeComplex strategy

216.1.1. Methods

216.1.1.1. addComplexType

addComplexType()

Add an ArrayOfType based on the xsd:complexType syntax if type[] is detected in return value doc comment.

Parameters:string
Throws ExceptionInvalidArgumentException:
 
Return type:string tns:xsd-type

216.1.1.2. _addArrayOfComplexType

_addArrayOfComplexType()

Add an ArrayOfType based on the xsd:complexType syntax if type[] is detected in return value doc comment.

Parameters:
  • string – e.g. ‘MyNamespaceMyClassname’
  • string – e.g. ‘MyNamespaceMyClassname[]’
Return type:

string tns:xsd-type e.g. ‘tns:ArrayOfMyNamespace.MyClassname’

216.1.1.3. _getSingularPhpType

_getSingularPhpType()

From a nested definition with type[], get the singular PHP Type

Parameters:string
Return type:string

216.1.1.4. _getNestedCount

_getNestedCount()

Return the array nesting level based on the type name

Parameters:string
Return type:integer

Project Versions

Table Of Contents

Previous topic

215. Class

Next topic

217. Class

This Page