Detailed Description
Definition at line 50 of file Fault.php.
Constructor & Destructor Documentation
Member Function Documentation
Attach valid exceptions that can be used to define xmlrpc faults
- Parameters:
-
| string | array | $classes | Class name or array of class names |
- Returns:
- void
Definition at line 115 of file Fault.php.
Attach an observer class
Allows observation of xmlrpc server faults, thus allowing logging or mail notification of fault responses on the xmlrpc server.
Expects a valid class name; that class must have a public static method 'observe' that accepts an exception as its sole argument.
- Parameters:
-
- Returns:
- boolean
Definition at line 159 of file Fault.php.
Detach fault exception classes
- Parameters:
-
| string | array | $classes | Class name or array of class names |
- Returns:
- void
Definition at line 134 of file Fault.php.
Detach an observer
- Parameters:
-
- Returns:
- boolean
Definition at line 181 of file Fault.php.
Retrieve the exception
public
- Returns:
- Exception
Definition at line 197 of file Fault.php.
Field Documentation
$_observers = array() [static, protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/XmlRpc/Server/Fault.php