Zend Framework
1.12
|
Public Member Functions | |
setContext (Zend_Soap_Wsdl $context) | |
Method accepts the current WSDL context file. | |
addComplexType ($type) | |
Create a complex type based on a strategy. | |
addComplexType | ( | $type | ) |
Create a complex type based on a strategy.
string | $type |
Implemented in Zend_Soap_Wsdl_Strategy_Composite, Zend_Soap_Wsdl_Strategy_AnyType, Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex, Zend_Soap_Wsdl_Strategy_DefaultComplexType, and Zend_Soap_Wsdl_Strategy_ArrayOfTypeSequence.
setContext | ( | Zend_Soap_Wsdl | $context | ) |
Method accepts the current WSDL context file.
<type> | $context |
Implemented in Zend_Soap_Wsdl_Strategy_Composite, Zend_Soap_Wsdl_Strategy_Abstract, and Zend_Soap_Wsdl_Strategy_AnyType.