| Fully Qualified Name: | Laminas\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 | 
| setDocumentationStrategy() | Sets the strategy for generating complex type documentation | 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: null|string
Set the WSDL Context object this strategy resides in.
| Parameter Name | Type | Description | 
|---|---|---|
| $context | \Wsdl | 
Returns:
Sets the strategy for generating complex type documentation
| Parameter Name | Type | Description | 
|---|---|---|
| $documentationStrategy | \DocumentationStrategyInterface | 
Returns: void