Méthode |
Description |
|
__construct ( $message = null, $text = null, $reference = null, $contact = null ) |
|
|
encodeToKVForm ( ) |
Encodes the response to key-value form. This is a
machine-readable format used to respond to messages which came
directly from the consumer and not through the user-agent. See
the OpenID specification. |
|
encodeToURL ( ) |
Encodes this error's response as a URL suitable for
redirection. If the response has no return_to, another
Auth_OpenID_ServerError is returned. |
|
getReturnTo ( ) |
|
|
hasReturnTo ( ) |
Returns the return_to URL for the request which caused this
error. |
|
toFormMarkup ( $form_tag_attrs = null ) |
|
|
toHTML ( $form_tag_attrs = null ) |
|
|
toMessage ( ) |
|
|
toString ( ) |
Returns this error message. |
|
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. |
|