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

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 17 17:03:37 EDT 2004


Update of /var/cvs/Auth_Enterprise/Client
In directory www:/tmp/cvs-serv26084

Modified Files:
	AELocalhostClient.class.php 
Log Message:
Reflected change that made parent class constructor consistent with the child expectations are.

Index: AELocalhostClient.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Client/AELocalhostClient.class.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AELocalhostClient.class.php	17 Jun 2004 05:36:30 -0000	1.3
--- AELocalhostClient.class.php	17 Jun 2004 21:03:34 -0000	1.4
***************
*** 48,58 ****
      
      /**
-     * Array of Auth_Enterprise server provider options
-     * @access private
-     * @var array
-     */
-     private $options = null;
-     
-     /**
      * Constructor
      *
--- 48,51 ----
***************
*** 61,70 ****
      * @author Tony Bibbs <tony at geeklog.net>
      * @access public
      *
      */
      public function __construct($options)
      {
!         // Have parent set th app ID for us
!         parent::__construct($options['appId']);
          
          // Set options for this client provider.
--- 54,64 ----
      * @author Tony Bibbs <tony at geeklog.net>
      * @access public
+     * @param array $options Array of options specific to this client provider
      *
      */
      public function __construct($options)
      {
!         // Have parent set the app ID for us
!         parent::__construct($options);
          
          // Set options for this client provider.




More information about the geeklog-cvs mailing list