Class DefaultComplexType

Summary

Fully Qualified Name: Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType
Extends: AbstractComplexTypeStrategy

Description

Methods

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

Method Details

addComplexType()

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

getContext()

Return the current WSDL context object

Returns: \Wsdl

scanRegisteredTypes()

Look through registered types

Parameter Name Type Description
$phpType string

Returns: string

setContext()

Set the WSDL Context object this strategy resides in.

Parameter Name Type Description
$context \Wsdl

Returns:

Top