|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for Auth_OpenID_Extension:
Collaboration diagram for Auth_OpenID_Extension:Public Member Functions | |
| getExtensionArgs () | |
| Get the string arguments that should be added to an OpenID message for this extension. More... | |
| toMessage ($message) | |
| Add the arguments from this extension to the provided message. More... | |
Data Fields | |
| $ns_uri = null | |
| ns_uri: The namespace to which to add the arguments for this extension More... | |
| $ns_alias = null | |
Definition at line 20 of file Extension.php.
| Auth_OpenID_Extension::getExtensionArgs | ( | ) |
Get the string arguments that should be added to an OpenID message for this extension.
Reimplemented in Auth_OpenID_AX_FetchRequest, Auth_OpenID_AX_StoreResponse, Auth_OpenID_PAPE_Request, Auth_OpenID_PAPE_Response, Auth_OpenID_SRegRequest, and Auth_OpenID_SRegResponse.
Definition at line 32 of file Extension.php.
Referenced by toMessage().
Here is the caller graph for this function:| Auth_OpenID_Extension::toMessage | ( | $message | ) |
Add the arguments from this extension to the provided message.
Returns the message with the extension arguments added.
Definition at line 42 of file Extension.php.
References getExtensionArgs().
Here is the call graph for this function:| Auth_OpenID_Extension::$ns_alias = null |
Definition at line 26 of file Extension.php.
| Auth_OpenID_Extension::$ns_uri = null |
ns_uri: The namespace to which to add the arguments for this extension
Definition at line 25 of file Extension.php.