Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/AnyType.php
Go to the documentation of this file.
00001 <?php
00026 require_once "Zend/Soap/Wsdl/Strategy/Interface.php";
00027 
00037 class Zend_Soap_Wsdl_Strategy_AnyType implements Zend_Soap_Wsdl_Strategy_Interface
00038 {
00044     public function setContext(Zend_Soap_Wsdl $context)
00045     {
00046 
00047     }
00048 
00055     public function addComplexType($type)
00056     {
00057         return 'xsd:anyType';
00058     }
00059 }
 All Data Structures Namespaces Files Functions Variables Enumerations