[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/openid/Auth/OpenID/ -> ServerRequest.php (source)

   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. <openid@janrain.com>
  13   * @copyright 2005-2008 Janrain, Inc.
  14   * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
  15   */
  16  
  17  // Do not allow direct access
  18  defined( '_JEXEC' ) or die( 'Restricted access' );
  19  
  20  /**
  21   * Imports
  22   */
  23  require_once "Auth/OpenID.php";
  24  
  25  /**
  26   * Object that holds the state of a request to the OpenID server
  27   *
  28   * With accessor functions to get at the internal request data.
  29   *
  30   * @see Auth_OpenID_Server
  31   * @package OpenID
  32   */
  33  class Auth_OpenID_ServerRequest {
  34      function Auth_OpenID_ServerRequest()
  35      {
  36          $this->mode = null;
  37      }
  38  }
  39  
  40  ?>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1