[cvs] [Wiki] changed: Doc/Dev/InjectorH4
Jan Schneider
jan at horde.org
Thu Jun 3 22:21:42 UTC 2010
jan Thu, 03 Jun 2010 18:21:42 -0400
Modified page: http://wiki.horde.org/Doc/Dev/InjectorH4
New Revision: 1.2
Change log: Horde_Prefs_Identity is a factory binder too
@@ -15,9 +15,8 @@
Horde_Mail
Horde_Memcache
Horde_Notification
Horde_Perms
-Horde_Prefs_Identity
Horde_Registry
Horde_Secret
Horde_SessionHandler
Horde_Template
@@ -91,8 +90,17 @@
$lt = getOb($app)
> $lt = (Horde_LoginTasks)
> $app = (string) TODO
+
++++ Horde_Prefs_Identity
+
+Returns factory object with the following publicly available methods:
+
+$identity = getIdentity([$user, [$driver]])
+> $identity = (Horde_Prefs_Identity)
+> $user = (string) The user to use, if not the current user
+> $driver = (string) The identity driver. Either empty (use default
driver) or an application name.
+++ Horde_Share
Returns factory object with the following publicly available methods:
More information about the cvs
mailing list