API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_OpenID_ServerError::Auth_OpenID_ServerError | ( | $ | message = null , |
$ | text = null , |
||
$ | reference = null , |
||
$ | contact = null |
||
) |
private
Références $text.
Référencé par Auth_OpenID_MalformedReturnURL::Auth_OpenID_MalformedReturnURL(), Auth_OpenID_MalformedTrustRoot::Auth_OpenID_MalformedTrustRoot(), Auth_OpenID_NoReturnToError::Auth_OpenID_NoReturnToError(), et Auth_OpenID_UntrustedReturnURL::Auth_OpenID_UntrustedReturnURL().
Auth_OpenID_ServerError::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.
Références Auth_OpenID_KVForm::fromArray(), et toString().
Auth_OpenID_ServerError::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.
Références getReturnTo(), et toMessage().
Référencé par whichEncoding().
Auth_OpenID_ServerError::getReturnTo | ( | ) |
Référencé par encodeToURL(), hasReturnTo(), et toFormMarkup().
Auth_OpenID_ServerError::hasReturnTo | ( | ) |
Returns the return_to URL for the request which caused this error.
Références getReturnTo().
Référencé par whichEncoding().
Auth_OpenID_ServerError::toFormMarkup | ( | $ | form_tag_attrs = null | ) |
Références getReturnTo(), et toMessage().
Référencé par toHTML().
Auth_OpenID_ServerError::toHTML | ( | $ | form_tag_attrs = null | ) |
Références Auth_OpenID::autoSubmitHTML(), et toFormMarkup().
Auth_OpenID_ServerError::toMessage | ( | ) |
Références toString().
Référencé par encodeToURL(), et toFormMarkup().
Auth_OpenID_ServerError::toString | ( | ) |
Returns this error message.
Réimplémentée dans Auth_OpenID_NoReturnToError, Auth_OpenID_MalformedTrustRoot, et Auth_OpenID_UntrustedReturnURL.
Référencé par encodeToKVForm(), et toMessage().
Auth_OpenID_ServerError::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.
Références $_Auth_OpenID_Request_Modes, encodeToURL(), et hasReturnTo().