summaryrefslogtreecommitdiff
path: root/inc/remote.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2011-12-21 14:35:48 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2011-12-22 19:10:32 +0100
commit37fa8abdcb4ed0634f9c21c8e6f2d727d1ffd600 (patch)
tree9c5c5a3d90ba5b456406eb9bae6fa1ab9c8a7490 /inc/remote.php
parentfe092d886946cca23fa8ab1be240a356a1f60492 (diff)
downloadrpg-37fa8abdcb4ed0634f9c21c8e6f2d727d1ffd600.tar.gz
rpg-37fa8abdcb4ed0634f9c21c8e6f2d727d1ffd600.tar.bz2
added methods from xmlrpc.php to RemoteAPICore
Diffstat (limited to 'inc/remote.php')
-rw-r--r--inc/remote.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/inc/remote.php b/inc/remote.php
index 7e82b6845..e18c71092 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -33,10 +33,7 @@ class RemoteFile extends RemoteDataType {}
* array(
* 'method.remoteName' => array(
* 'args' => array(
- * 'name' => array(
- * 'type' => 'string|int|...|date|file',
- * ['doc' = 'argument documentation'],
- * ),
+ * 'name' => 'type eg. string|int|...|date|file',
* )
* 'name' => 'method name in class',
* 'return' => 'type',