[geeklog-cvs] Auth_Enterprise/Client AEXMLRPC.class.php,1.3,1.4

tony at geeklog.net tony at geeklog.net
Tue Oct 28 23:23:10 EST 2003


Update of /usr/cvs/geeklog/Auth_Enterprise/Client
In directory geeklog_prod:/tmp/cvs-serv9572

Modified Files:
	AEXMLRPC.class.php 
Log Message:
Added phpdoc comments to implemented functions

Index: AEXMLRPC.class.php
===================================================================
RCS file: /usr/cvs/geeklog/Auth_Enterprise/Client/AEXMLRPC.class.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AEXMLRPC.class.php	29 Oct 2003 04:15:10 -0000	1.3
--- AEXMLRPC.class.php	29 Oct 2003 04:23:07 -0000	1.4
***************
*** 45,48 ****
--- 45,56 ----
      * @author Tony Bibbs <tony at geeklog.net>
      * @access public
+     * @param string $appId This application's ID
+     * @param string $server Auth_Enterprise host
+     * @param string $path relative path to Auth_Enterprise on the host
+     * @param int $port Port to talk to Auth_Enterprise on
+     * @param string $proxy Proxy host
+     * @param int $proxyPort Port to talk to proxy server on
+     * @param string $proxyUser Username to authenticate to the proxy with
+     * @param string $proxyPassword Password to authenticate to the proxy with
      *
      */
***************
*** 60,63 ****
--- 68,74 ----
      * @author Tony Bibbs <tony at geeklog.net>
      * @access public
+     * @param string $userName Username to authenticate with
+     * @param string $password Password to authenticate with
+     * @return object AEServiceUser object
      *
      */





More information about the geeklog-cvs mailing list