ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_OpenID_MalformedTrustRoot Class Reference
+ Inheritance diagram for Auth_OpenID_MalformedTrustRoot:
+ Collaboration diagram for Auth_OpenID_MalformedTrustRoot:

Public Member Functions

 Auth_OpenID_MalformedTrustRoot ($message=null, $text="Malformed trust root")
 toString ()
 Returns this error message.
- Public Member Functions inherited from Auth_OpenID_ServerError
 Auth_OpenID_ServerError ($message=null, $text=null, $reference=null, $contact=null)
 private
 getReturnTo ()
 hasReturnTo ()
 Returns the return_to URL for the request which caused this error.
 encodeToURL ()
 Encodes this error's response as a URL suitable for redirection.
 encodeToKVForm ()
 Encodes the response to key-value form.
 toFormMarkup ($form_tag_attrs=null)
 toHTML ($form_tag_attrs=null)
 toMessage ()
 whichEncoding ()
 Returns one of Auth_OpenID_ENCODE_URL, Auth_OpenID_ENCODE_KVFORM, or null, depending on the type of encoding expected for this error's payload.

Detailed Description

Definition at line 325 of file Server.php.

Member Function Documentation

Auth_OpenID_MalformedTrustRoot::Auth_OpenID_MalformedTrustRoot (   $message = null,
  $text = "Malformed trust root" 
)

Definition at line 326 of file Server.php.

References Auth_OpenID_ServerError\Auth_OpenID_ServerError().

{
}

+ Here is the call graph for this function:

Auth_OpenID_MalformedTrustRoot::toString ( )

Returns this error message.

Reimplemented from Auth_OpenID_ServerError.

Definition at line 332 of file Server.php.

{
return "Malformed trust root";
}

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