| Fully Qualified Name: | Laminas\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType | 
| Extends: | AbstractComplexTypeStrategy | 
| Name | Description | Defined By | 
|---|---|---|
| addComplexType() | Add a complex type by recursively using all the class properties fetched via Reflection. | DefaultComplexType | 
| 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 a complex type by recursively using all the class properties fetched via Reflection.
| Parameter Name | Type | Description | 
|---|---|---|
| $type | string | Name | 
Returns: string XSD Type for the given PHP 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