Fully Qualified Name: | Zend\Soap\Wsdl\ComplexTypeStrategy\ArrayOfTypeComplex |
Extends: | DefaultComplexType |
Name | Description | Defined By |
---|---|---|
addComplexType() | Add an ArrayOfType based on the xsd:complexType syntax if type[] is detected in return value doc comment. | ArrayOfTypeComplex |
getContext() | Return the current WSDL context object | AbstractComplexTypeStrategy |
scanRegisteredTypes() | Look through registered types | AbstractComplexTypeStrategy |
setContext() | Set the WSDL Context object this strategy resides in. | AbstractComplexTypeStrategy |
Add an ArrayOfType based on the xsd:complexType syntax if type[] is detected in return value doc comment.
Parameter Name | Type | Description |
---|---|---|
$type | string |
Returns: string tns:xsd-type
Return the current WSDL context object
Returns: \Wsdl
Look through registered types
Parameter Name | Type | Description |
---|---|---|
$phpType | string |
Returns: string
Set the WSDL Context object this strategy resides in.
Parameter Name | Type | Description |
---|---|---|
$context | \Wsdl |
Returns: