summaryrefslogtreecommitdiff
path: root/includes/xmlrpcs.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-06-25 15:04:59 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-06-25 15:04:59 -0700
commit26c863dabc311399a36e48bd4ca483213c76fe19 (patch)
treec9c0171786f5c4a1564fd9e79a5c624fde84f930 /includes/xmlrpcs.inc
parent050aed35b066544ed0e651529391848ed8e59960 (diff)
downloadbrdo-26c863dabc311399a36e48bd4ca483213c76fe19.tar.gz
brdo-26c863dabc311399a36e48bd4ca483213c76fe19.tar.bz2
Issue #1956782 by joshi.rohit100, bdimaggio, tanmayk, chertzog: Document parameter to xmlrpc_server()
Diffstat (limited to 'includes/xmlrpcs.inc')
-rw-r--r--includes/xmlrpcs.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc
index 118f652d2..8655c05b0 100644
--- a/includes/xmlrpcs.inc
+++ b/includes/xmlrpcs.inc
@@ -9,7 +9,9 @@
* Invokes XML-RPC methods on this server.
*
* @param array $callbacks
- * Array of external XML-RPC method names with the callbacks they map to.
+ * Either an associative array of external XML-RPC method names as keys with
+ * the callbacks they map to as values, or a more complex structure
+ * describing XML-RPC callbacks as returned from hook_xmlrpc().
*/
function xmlrpc_server($callbacks) {
$xmlrpc_server = new stdClass();