Source for file Clientid.php

Documentation is available at Clientid.php

  1. <?php
  2. /* -------------------------------------------------------------------------- */
  3. /* Module      : Clientid                                                     */
  4. /*                                                                            */
  5. /* Version History :                                                          */
  6. /*                                                                            */
  7. /* Date        Vsn     Author          Description                            */
  8. /* -------------------------------------------------------------------------- */
  9. /* 06/02/09    1.0     S.Lindo         Initial version.                       */
  10. /* -------------------------------------------------------------------------- */
  11. /**
  12.  * Extracts the client_id from the session
  13.  * 
  14.  * @package Default
  15.  */
  16. {
  17.     /**
  18.      * @return int client_id
  19.      */
  20.     public function clientid()
  21.     {
  22.         $session Session_Wrapper::getInstance();
  23.         return $session->get('client_id');
  24.     }
  25.  
  26. }

Documentation generated on Fri, 27 Mar 2009 13:48:27 +0000 by phpDocumentor 1.4.1