diff options
author | tailor <cygnus@janrain.com> | 2007-04-02 22:15:47 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-02 22:15:47 +0000 |
commit | c4a49a04ff9c6f18a856e76586579cd20f65bb33 (patch) | |
tree | 2683df48af84aacd0dbce139671528caef4bd36f /Auth | |
parent | 4f9efb378d010a5829afa502624719ba123661a6 (diff) | |
download | php-openid-c4a49a04ff9c6f18a856e76586579cd20f65bb33.zip php-openid-c4a49a04ff9c6f18a856e76586579cd20f65bb33.tar.gz php-openid-c4a49a04ff9c6f18a856e76586579cd20f65bb33.tar.bz2 |
[project @ Docstring updates in Auth/Yadis/Manager.php]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/Yadis/Manager.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Auth/Yadis/Manager.php b/Auth/Yadis/Manager.php index 60a4cf3..df0fbbf 100644 --- a/Auth/Yadis/Manager.php +++ b/Auth/Yadis/Manager.php @@ -174,6 +174,9 @@ class Auth_Yadis_SessionLoader { } } +/** + * A concrete loader implementation for Auth_OpenID_ServiceEndpoints. + */ class Auth_OpenID_ServiceEndpointLoader extends Auth_Yadis_SessionLoader { function newObject($data) { @@ -196,6 +199,9 @@ class Auth_OpenID_ServiceEndpointLoader extends Auth_Yadis_SessionLoader { } } +/** + * A concrete loader implementation for Auth_Yadis_Managers. + */ class Auth_Yadis_ManagerLoader extends Auth_Yadis_SessionLoader { function requiredKeys() { |