ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_OpenID_ServerErrorContainer Class Reference
+ Collaboration diagram for Auth_OpenID_ServerErrorContainer:

Public Member Functions

 Auth_OpenID_ServerErrorContainer ($error_text, $error_code, $message)

Static Public Member Functions

static fromMessage ($message)
 private

Detailed Description

Definition at line 2157 of file Consumer.php.

Member Function Documentation

Auth_OpenID_ServerErrorContainer::Auth_OpenID_ServerErrorContainer (   $error_text,
  $error_code,
  $message 
)

Definition at line 2158 of file Consumer.php.

Referenced by fromMessage().

{
$this->error_text = $error_text;
$this->error_code = $error_code;
$this->message = $message;
}

+ Here is the caller graph for this function:

static Auth_OpenID_ServerErrorContainer::fromMessage (   $message)
static

private

Definition at line 2170 of file Consumer.php.

References Auth_OpenID_OPENID_NS, and Auth_OpenID_ServerErrorContainer().

Referenced by Auth_OpenID_GenericConsumer\_httpResponseToMessage().

{
$error_text = $message->getArg(
Auth_OpenID_OPENID_NS, 'error', '<no error message supplied>');
$error_code = $message->getArg(Auth_OpenID_OPENID_NS, 'error_code');
return new Auth_OpenID_ServerErrorContainer($error_text,
$error_code,
$message);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: