++ Basic injectors:
These injectors return a Horde-configured object with the given name.
Horde_Alarm
Horde_Browser
Horde_Cache
Horde_Core_Auth_Signup
Horde_Db_Adapter_Base
Horde_History
Horde_Lock
Horde_Log_Logger
Horde_Mail
Horde_Memcache
Horde_Notification
Horde_Perms
Horde_Registry
Horde_Secret
Horde_SessionHandler
Horde_Template
Horde_Token
Net_DNS_Resolver
++ Special injectors:
+++ Horde_Auth
Returns factory object with the following publicly available methods:
$auth = getAuth([$driver, [$params]])
$auth = (Horde_Auth_Base)
$driver = (string) TODO
$params = (array) TODO
+++ Horde_Data
Returns factory object with the following publicly available methods:
$data = getData([$driver, [$params]])
$data = (Horde_Data_Base)
$driver = (string) TODO
$params = (array) TODO
+++ Horde_Db
Returns factory object with the following publicly available methods:
$db = getDb([$app, [$type]])
$db = (Horde_Db_Adapter_Base)
$app = (string) TODO
$type = (string) TODO
$config = getConfig();
$config = (array)
+++ Horde_Db_Pear
Returns factory object with the following publicly available methods:
$db = getDb([$type])
$db = (DB_common)
$type = (string) 'read' or 'rw'
+++ Horde_Editor
Returns factory object with the following publicly available methods:
$editor = getEditor($driver, [$params])
$editor = (Horde_Editor)
$driver = (string) TODO
$params = (array) TODO
+++ Horde_Ldap
Returns factory object with the following publicly available methods:
$ldap = getLdap([$driver, [$params]])
$ldap = (Horde_Ldap)
$driver = (string) TODO
$params = (array) TODO
$config = getConfig();
$config = (array)
+++ Horde_LoginTasks
Returns factory object with the following publicly available methods:
$lt = getLoginTasks($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:
$share = getScope([$app, [$driver]])
$share = (Horde_Share)
$app = (string) TODO
$driver = (array) TODO
+++ Horde_Vfs
Returns factory object with the following publicly available methods:
$vfs = getVfs([$scope])
$vfs = (VFS)
$scope = (string) TODO
$config = getVfsConfig([$name])
$config = (array)
$name = (string) TODO