[geeklog-cvs] Auth_Enterprise/Enterprise Client.php,1.1,1.2

jellybob at iowaoutdoors.org jellybob at iowaoutdoors.org
Sun Jul 11 22:59:05 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise
In directory www:/tmp/cvs-serv10207/Enterprise

Modified Files:
	Client.php 
Log Message:
Added listAppGroupsByAdmin() to the client base class


Index: Client.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Client.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Client.php	8 Jul 2004 14:36:16 -0000	1.1
--- Client.php	12 Jul 2004 02:59:02 -0000	1.2
***************
*** 255,258 ****
--- 255,269 ----
      
      /**
+      * Gets the groups defined for the current application
+      *
+      * @author Jon Wood <jon at jellybob.co.uk>
+      * @access public
+      */
+     public function listAppGroupsByAdmin($adminUserName, $adminPassword)
+     {
+         throw new AENotImplemented();
+     }
+     
+     /**
       * Handles any options passed to the constructor.
       *




More information about the geeklog-cvs mailing list