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

jellybob at iowaoutdoors.org jellybob at iowaoutdoors.org
Sun Jul 11 23:01:55 EDT 2004


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

Modified Files:
	ServiceInterface.php 
Log Message:
More adding of the listAdminGroupsByAdmin() method


Index: ServiceInterface.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/ServiceInterface.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ServiceInterface.php	8 Jul 2004 14:36:16 -0000	1.1
--- ServiceInterface.php	12 Jul 2004 03:01:53 -0000	1.2
***************
*** 116,119 ****
--- 116,127 ----
      */
      public function setUserGroupsByAdmin($adminUserName, $adminPassword, $userName, $groupArray);
+     
+     /**
+      * Gets the groups defined for the current application
+      *
+      * @author Jon Wood <jon at jellybob.co.uk>
+      * @access public
+      */
+     public function listAppGroupsByAdmin($adminUserName, $adminPassword);
  }
  




More information about the geeklog-cvs mailing list