diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2011-12-21 14:35:48 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2011-12-22 19:10:32 +0100 |
commit | 37fa8abdcb4ed0634f9c21c8e6f2d727d1ffd600 (patch) | |
tree | 9c5c5a3d90ba5b456406eb9bae6fa1ab9c8a7490 /inc/remote.php | |
parent | fe092d886946cca23fa8ab1be240a356a1f60492 (diff) | |
download | rpg-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.php | 5 |
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', |