API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Container for key-value/comma-newline OpenID format and parsing
Auth_OpenID_KVForm::fromArray | ( | $ | values | ) | [static] |
Convert an array into an OpenID colon/newline separated string
private
Référencé par Auth_OpenID_ServerError::encodeToKVForm(), Auth_OpenID_Association::serialize(), Auth_OpenID_Association::sign(), et Auth_OpenID_Message::toKVForm().
Auth_OpenID_KVForm::toArray | ( | $ | kvs, |
$ | strict = false |
||
) | [static] |
Convert an OpenID colon/newline separated string into an associative array
private
Référencé par Auth_OpenID_Association::deserialize(), et Auth_OpenID_Message::fromKVForm().