| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_methodresponse_fault encapsulates an XML-RPC fault
| Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
| Copyright: | (C) 2004 John Heinstein. All rights reserved |
| License: | http://www.gnu.org/copyleft/lesser.html LGPL License |
| Poids: | 115 lignes (3 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 3 fichiers includes/domit/dom_xmlrpc_utilities.php includes/domit/dom_xmlrpc_constants.php includes/domit/dom_xmlrpc_builder.php |
dom_xmlrpc_methodresponse_fault:: (7 méthodes):
dom_xmlrpc_methodresponse_fault()
getFaultCode()
setFaultCode()
getFaultString()
setFaultString()
toString()
toXML()
Classe: dom_xmlrpc_methodresponse_fault - X-Ref
Encapsulates an XML-RPC fault| dom_xmlrpc_methodresponse_fault($fault = null) X-Ref |
| Constructor: instantiates the fault object param: object A reference to the fault code |
| getFaultCode() X-Ref |
| Returns the fault code return: int The fault code |
| setFaultCode($faultCode) X-Ref |
| Sets the fault code param: int The fault code |
| getFaultString() X-Ref |
| Returns the fault string return: int The fault string |
| setFaultString($faultString) X-Ref |
| Sets the fault string param: string The fault string |
| toString() X-Ref |
| Returns a string representation of the fault return: string A string representation of the fault |
| toXML() X-Ref |
| Alias of toString return: string A string representation of the fault |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|