Moodle  2.2.1
http://www.collinsharper.com
moodle_zend_xmlrpc_server Class Reference
Inheritance diagram for moodle_zend_xmlrpc_server:
Collaboration diagram for moodle_zend_xmlrpc_server:

Public Member Functions

 fault ($fault=null, $code=404)

Detailed Description

The Zend XMLRPC server but with a fault that return debuginfo

Definition at line 32 of file locallib.php.


Member Function Documentation

fault ( fault = null,
code = 404 
)

Raise an xmlrpc server fault

Moodle note: the difference with the Zend server is that we throw a plain PHP Exception with the debuginfo integrated to the exception message when DEBUG >= NORMAL

Parameters:
string | Exception$fault
int$code
Returns:
Zend_XmlRpc_Server_Fault

Reimplemented from Zend_XmlRpc_Server.

Definition at line 44 of file locallib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations