Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: OpenID

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Source code for file /openid/Auth/OpenID/ServerRequest.php

Documentation is available at ServerRequest.php

  1. <?php
  2. /**
  3.  * OpenID Server Request
  4.  *
  5.  * @see Auth_OpenID_Server
  6.  *
  7.  *  PHP versions 4 and 5
  8.  *
  9.  *  LICENSE: See the COPYING file included in this distribution.
  10.  *
  11.  * @package OpenID
  12.  * @author JanRain, Inc. <[email protected]>
  13.  * @copyright 2005 Janrain, Inc.
  14.  * @license http://www.gnu.org/copyleft/lesser.html LGPL
  15.  */
  16.  
  17. /**
  18.  * Imports
  19.  */
  20. require_once "Auth/OpenID.php";
  21.  
  22. /**
  23.  * Object that holds the state of a request to the OpenID server
  24.  *
  25.  * With accessor functions to get at the internal request data.
  26.  *
  27.  * @see Auth_OpenID_Server
  28.  * @package OpenID
  29.  */
  30.     function Auth_OpenID_ServerRequest()
  31.     {
  32.         $this->mode null;
  33.     }
  34. }
  35.  
  36. ?>

Documentation generated on Mon, 05 Mar 2007 21:21:17 +0000 by phpDocumentor 1.3.1