ILIAS
Release_4_4_x_branch Revision 61816
|
Container for key-value/comma-newline OpenID format and parsing. More...
Static Public Member Functions | |
static | toArray ($kvs, $strict=false) |
Convert an OpenID colon/newline separated string into an associative array. | |
static | fromArray ($values) |
Convert an array into an OpenID colon/newline separated string. |
Container for key-value/comma-newline OpenID format and parsing.
Definition at line 21 of file KVForm.php.
|
static |
Convert an array into an OpenID colon/newline separated string.
private
Definition at line 81 of file KVForm.php.
Referenced by Auth_OpenID_ServerError\encodeToKVForm(), Auth_OpenID_Association\serialize(), Auth_OpenID_Association\sign(), and Auth_OpenID_Message\toKVForm().
|
static |
Convert an OpenID colon/newline separated string into an associative array.
private
Definition at line 29 of file KVForm.php.
Referenced by Auth_OpenID_Association\deserialize(), and Auth_OpenID_Message\fromKVForm().