TYPO3 API  SVNRelease
Static Public Member Functions
Auth_OpenID_KVForm Class Reference

List of all members.

Static Public Member Functions

 toArray ($kvs, $strict=false)
 fromArray ($values)

Detailed Description

Container for key-value/comma-newline OpenID format and parsing

Definition at line 21 of file KVForm.php.


Member Function Documentation

Auth_OpenID_KVForm::fromArray ( values) [static]

Convert an array into an OpenID colon/newline separated string

private

Definition at line 81 of file KVForm.php.

References $value.

Referenced by Auth_OpenID_ServerError\encodeToKVForm(), Auth_OpenID_Association\serialize(), Auth_OpenID_Association\sign(), and Auth_OpenID_Message\toKVForm().

Auth_OpenID_KVForm::toArray ( kvs,
strict = false 
) [static]

Convert an OpenID colon/newline separated string into an associative array

private

Definition at line 29 of file KVForm.php.

References $value.

Referenced by Auth_OpenID_Association\deserialize(), and Auth_OpenID_Message\fromKVForm().


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