|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| setContext (Zend_Soap_Wsdl $context) | |
| addComplexType ($type) | |
Definition at line 32 of file Interface.php.
| 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.