|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Container for key-value/comma-newline OpenID format and parsing. More...
Collaboration diagram for Auth_OpenID_KVForm:Static Public Member Functions | |
| static | toArray ($kvs, $strict=false) |
| Convert an OpenID colon/newline separated string into an associative array. More... | |
| static | fromArray ($values) |
| Convert an array into an OpenID colon/newline separated string. More... | |
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.
@access 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().
Here is the caller graph for this function:
|
static |
Convert an OpenID colon/newline separated string into an associative array.
@access private
Definition at line 29 of file KVForm.php.
Referenced by Auth_OpenID_Association\deserialize(), and Auth_OpenID_Message\fromKVForm().
Here is the caller graph for this function: