Class ArrayOfTypeSequence

Summary

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

Description

Methods

Name Description Defined By
addComplexType() Add an unbounded ArrayOfType based on the xsd:sequence syntax if type[] is detected in return value doc comment. ArrayOfTypeSequence
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 an unbounded ArrayOfType based on the xsd:sequence syntax if type[] is detected in return value doc comment.

Parameter Name Type Description
$type string

Returns: string tns:xsd-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