Auth_OpenID_Decoder::__construct PHP Method

__construct() public method

public __construct ( $server )
    function __construct($server)
    {
        $this->server = $server;
        $this->handlers = array('checkid_setup' => 'Auth_OpenID_CheckIDRequest', 'checkid_immediate' => 'Auth_OpenID_CheckIDRequest', 'check_authentication' => 'Auth_OpenID_CheckAuthRequest', 'associate' => 'Auth_OpenID_AssociateRequest');
    }