| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_domit_lite_document wraps a DOMIT! Lite DOM document in the DOM XML-RPC API
| 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: | 157 lignes (4 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 2 fichiers includes/domit/xml_domit_lite_parser.php includes/domit/dom_xmlrpc_constants.php |
dom_xmlrpc_domit_lite_document:: (10 méthodes):
dom_xmlrpc_domit_lite_document()
getMethodType()
getMethodName()
getParams()
getParam()
getParamCount()
isFault()
getFaultCode()
getFaultString()
getParamType()
Classe: dom_xmlrpc_domit_lite_document - X-Ref
Wraps a DOMIT_Lite DOM document in the DOM XML-RPC API| dom_xmlrpc_domit_lite_document() X-Ref |
| Constructor: instantiates the DOMIT! Lite superclass |
| getMethodType() X-Ref |
| Gets the method type return: string The method type |
| getMethodName() X-Ref |
| Gets the method name return: string The method name |
| getParams() X-Ref |
| Gets a reference to the method params node return: object A reference to the method params node |
| getParam($index) X-Ref |
| Gets a reference to the specified param param: int The index of the requested param return: object A reference to the specified param |
| getParamCount() X-Ref |
| Gets the number of existing params return: int The number of existing params |
| isFault() X-Ref |
| Determines whether the method response is a fault return: boolean True if the method response is a fault |
| getFaultCode() X-Ref |
| Returns the fault code, if a fault has occurred return: int The fault code, if a fault has occurred |
| getFaultString() X-Ref |
| Returns the fault string, if a fault has occurred return: string The fault string, if a fault has occurred |
| getParamType(&$node) X-Ref |
| Returns the type of the specified param param: object A reference to the param to be tested for type return: string The type of the param |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|