[geeklog-cvs] Auth_Enterprise/Client AEBaseClientProvider.class.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Sat Jul 3 14:07:06 EDT 2004


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

Modified Files:
	AEBaseClientProvider.class.php 
Log Message:
Added getter for appId and made appId private

Index: AEBaseClientProvider.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Client/AEBaseClientProvider.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AEBaseClientProvider.class.php	17 Jun 2004 21:02:19 -0000	1.2
--- AEBaseClientProvider.class.php	3 Jul 2004 18:07:04 -0000	1.3
***************
*** 33,37 ****
      * @var string
      */
!     protected $appId = null;
      
      /**
--- 33,37 ----
      * @var string
      */
!     private $appId = null;
      
      /**
***************
*** 50,53 ****
--- 50,66 ----
          $this->appId = $options['appId'];
      }
+     
+     /**
+     * Returns the application ID
+     *
+     * @author Tony Bibbs <tony at geeklog.net>
+     * @access public
+     * @return string Application ID
+     *
+     */
+     protected function getAppId()
+     {
+         return $this->appId;
+     }
  }
  




More information about the geeklog-cvs mailing list