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
Returns factory object with the following publicly available methods:
$auth = getAuth([$driver, [$params]])$auth = (Horde_Auth_Base)
$driver = (string) TODO
$params = (array) TODO
Returns factory object with the following publicly available methods:
$data = getData([$driver, [$params]])$data = (Horde_Data_Base)
$driver = (string) TODO
$params = (array) TODO
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 = (array)
Returns factory object with the following publicly available methods:
$db = getDb([$type])$db = (DB_common)
$type = (string) 'read' or 'rw'
Returns factory object with the following publicly available methods:
$editor = getEditor($driver, [$params])$editor = (Horde_Editor)
$driver = (string) TODO
$params = (array) TODO
Returns factory object with the following publicly available methods:
$ldap = getLdap([$driver, [$params]])$ldap = (Horde_Ldap)
$driver = (string) TODO
$params = (array) TODO
$config = (array)
Returns factory object with the following publicly available methods:
$lt = getLoginTasks($app)$lt = (Horde_LoginTasks)
$app = (string) TODO
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.
Returns factory object with the following publicly available methods:
$share = getScope([$app, [$driver]])$share = (Horde_Share)
$app = (string) TODO
$driver = (array) TODO
Returns factory object with the following publicly available methods:
$vfs = getVfs([$scope])$vfs = (VFS)
$scope = (string) TODO
$config = (array)
$name = (string) TODO