diff options
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() { |