| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_methodcall is a representation of an XML-RPC method call
| 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: | 111 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_methodcall:: (6 méthodes):
dom_xmlrpc_methodcall()
setMethodName()
addMultiCall()
addMultiCallByRef()
toString()
toXML()
Classe: dom_xmlrpc_methodcall - X-Ref
A representation of an XML-RPC method call| dom_xmlrpc_methodcall($methodName = '') X-Ref |
| Constructor: Instantiates a new method call param: string The method name |
| setMethodName($name = '') X-Ref |
| Sets the method name param: string The method name |
| addMultiCall($methodName) X-Ref |
| Appends multiple method calls to the request param: string The method name |
| addMultiCallByRef($methodName, &$paramsArray) X-Ref |
| Appends multiple method calls to the request param: string The method name param: array A reference to an array of method parameters |
| toString() X-Ref |
| Returns a string representation of the method call return: string A string representation of the method call |
| toXML() X-Ref |
| Alias of toString return: string A string representation of the method call |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|