Fully Qualified Name: | Zend\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 |
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: string
Set the WSDL Context object this strategy resides in.
Parameter Name | Type | Description |
---|---|---|
$context | \Wsdl |
Returns: