Core
Table of Contents
Interfaces
- Horde_Core_Prefs_Ui_Special
- Base interface for handling 'special' preference types.
- Horde_Registry_Logout_Task
- Interface to register a logout task.
- Horde_Shutdown_Task
- Interface to enable a class to implement a shutdown task.
Classes
- Horde_Config_Form
- A Horde_Form:: form that implements a user interface for the config
system.
- Horde_Config
- The Horde_Config:: package provides a framework for managing the
configuration of Horde applications, writing conf.php files from
conf.xml source files, generating user interfaces, etc.
- Horde_Core_ActiveSync_Auth
- The Horde_Core_ActiveSync_Auth class provides a way to combine a globally
configured configuration driver with a transparent driver like X509
certificates for ActiveSync authentication. Used to mimic Exchange's ability
to require one, the other, or layer basic auth on top of client certs.
- Horde_Core_ActiveSync_Connector
- Registry connector for Horde backend.
- Horde_Core_ActiveSync_Driver
- Horde backend.
- Horde_Core_ActiveSync_Imap_Factory
- Horde_Core_ActiveSync_Imap_Factory implements a factory/builder for
providing a Horde_ActiveSync_Imap_Adapter object as well as building a tree
of available mailboxes.
- Horde_Core_ActiveSync_Logger_Factory
- Horde_Core_ActiveSync_Logger_Factory:: Implements a factory/builder for
providing a Horde_Log_Logger object correctly configured for the
debug settings and the device properties.
- Horde_Core_ActiveSync_Mail_Draft
- Horde_Core_ActiveSync_Mail_Draft::
- Horde_Core_ActiveSync_Mail
- Horde_Core_ActiveSync_Mail::
- Horde_Core_Ajax_Application_Handler_Chunk
- Defines AJAX calls used to send raw content to the browser.
- Horde_Core_Ajax_Application_Handler_Email
- Defines AJAX calls used to manipulate e-mail addresses.
- Horde_Core_Ajax_Application_Handler_Groups
- Defines AJAX calls used to interact with Horde Groups.
- Horde_Core_Ajax_Application_Handler_Imple
- Defines AJAX calls needed to perform Imple calls.
- Horde_Core_Ajax_Application_Handler_Noop
- Defines a no-operation AJAX call.
- Horde_Core_Ajax_Application_Handler_Prefs
- Defines AJAX calls used to interact with Horde preferences.
- Horde_Core_Ajax_Application_Handler
- Defines AJAX actions to be handled by an application's endpoint.
- Horde_Core_Ajax_Application
- Defines the AJAX interface for an application.
- Horde_Core_Ajax_Imple_AutoCompleter_Ajax
- The AJAX autocompleter.
- Horde_Core_Ajax_Imple_AutoCompleter_Base
- Base class for configuring a javascript autocompleter.
- Horde_Core_Ajax_Imple_AutoCompleter_Local
- The local (browser-side) autocompleter.
- Horde_Core_Ajax_Imple_AutoCompleter_Pretty
- The pretty AJAX autocompleter.
- Horde_Core_Ajax_Imple_AutoCompleter
- Attach an auto completer to a HTML element.
- Horde_Core_Ajax_Imple_ContactAutoCompleter
- JavaScript autocompleter for contacts.
- Horde_Core_Ajax_Imple_Geocoder_Geonames
- Geocode client for the Geonames API.
- Horde_Core_Ajax_Imple_InPlaceEditor
- Imple to allow in-place editing of a HTML element.
- Horde_Core_Ajax_Imple_SpellChecker
- Imple to attach the spellchecker to an HTML element.
- Horde_Core_Ajax_Imple_UserAutoCompleter
- JavaScript autocompleter for Horde users.
- Horde_Core_Ajax_Imple
- Class to attach PHP actions to javascript elements.
- Horde_Core_Ajax_Response_HordeCore_JsonHtml
- Extends the base HordeCore object by outputting the JSON data in HTML
format.
- Horde_Core_Ajax_Response_HordeCore_NoAuth
- Sends an authentication failure response to the HordeCore JS framework.
- Horde_Core_Ajax_Response_HordeCore_Reload
- A data object that indicates to the HordeCore javascript framework that
the action was successful, but the page needs to be reloaded.
- Horde_Core_Ajax_Response_HordeCore_SessionTimeout
- Sends a session timeout request to the HordeCore JS framework.
- Horde_Core_Ajax_Response_HordeCore
- A data object that represents the full JSON data expected by the HordeCore
javascript framework.
- Horde_Core_Ajax_Response_Notifications
- A data object that represents only JSON notification data.
- Horde_Core_Ajax_Response_Prototypejs
- A data object that represents JSON data that is output with prototypejs
security delimiters.
- Horde_Core_Ajax_Response_Raw
- A response object that directly outputs the data.
- Horde_Core_Ajax_Response
- A data object that represents JSON response data.
- Horde_Core_Alarm_Handler_Notify
- A Horde_Alarm handler that notifies of active alarms over the
Horde_Notification system.
- Horde_Core_Auth_Application
- The Horde_Core_Auth_Application class provides application-specific
authentication built on top of the horde/Auth API.
- Horde_Core_Auth_Composite
- The Horde_Core_Auth_Composite class provides Horde-specific functions
on top of the base composite driver.
- Horde_Core_Auth_Imsp
- This class provides basic authentication against an IMSP server.
- Horde_Core_Auth_Ldap
- The Horde_Core_Auth_Ldap class provides Horde-specific code that
extends the base LDAP driver.
- Horde_Core_Auth_Msad
- The Horde_Core_Auth_Msad class provides Horde-specific code that
extends the base LDAP driver.
- Horde_Core_Auth_Shibboleth
- The Horde_Core_Auth_Shibboleth class provides Horde-specific code that
extends the base Shibboleth driver.
- Horde_Core_Auth_Signup_Base
- This class defines the abstract driver implementation for
Horde_Core_Auth_Signup.
- Horde_Core_Auth_Signup_Form
- Horde Signup Form.
- Horde_Core_Auth_Signup_Null
- The Null implementation of Horde_Core_Auth_Signup.
- Horde_Core_Auth_Signup_Sql
- The SQL implementation of Horde_Core_Auth_Signup.
- Horde_Core_Auth_Signup_SqlObject
- SQL storage object for auth signup information.
- Horde_Core_Auth_UsernameHook
- The Horde_Core_Auth_UsernameHook class wraps another authentication driver
but converts all user names through the user name hooks where necessary.
- Horde_Core_Auth_X509
- The Horde_Core_Auth_X509 class provides Horde-specific authentication using
X509 certificates.
- Horde_Core_Block_Collection
- This class provides an API to the blocks (applets) framework.
- Horde_Core_Block_Layout_Manager
- Provides manipulation of block layouts.
- Horde_Core_Block_Layout_View
- This object represents the user defined portal layout.
- Horde_Core_Block_Layout
- Provides basic functionality for both managing and displaying blocks.
- Horde_Core_Block_Upgrade
- This class allows upgrading portal config preferences from H3 -> H4 format.
- Horde_Core_Block
- An abstract class representing a single block in the portal/block display.
- Horde_Core_Browser
- Extend the base Browser class by allowing a hook to modify browser
behaviors.
- Horde_Core_Bundle
- Base class for the Horde bundle API.
- Horde_Core_Cache_Session
- Cache data in session, offloading the data to the cache storage backend
when the data becomes too large.
- Horde_Core_Cache_SessionObjects
- Cache objects in session.
- Horde_Core_Cli
- Wrapper for Horde_Cli that adds functionality specific to Horde
applications.
- Horde_Core_Data_Storage
- Implement temporary data storage for the Horde_Data package.
- Horde_Core_Dav_Auth
- Extends Horde's authentication backend for Sabre to support username hooks.
- Horde_Core_Db_Migration
- Horde_Core_Editor_Ckeditor
- This class implements the CKeditor in the Horde Core framework.
- Horde_Core_Factory_ActiveSyncBackend
- The abstract Horde injector class.
- Horde_Core_Factory_ActiveSyncServer
- The abstract Horde injector class.
- Horde_Core_Factory_ActiveSyncState
- The abstract Horde injector class.
- Horde_Core_Factory_Ajax
- A Horde_Injector:: based Horde_Core_Ajax_Application:: factory.
- Horde_Core_Factory_Alarm
- A Horde_Injector:: based Horde_Core_Ajax_Application:: factory.
- Horde_Core_Factory_Auth
- A Horde_Injector:: based Horde_Auth:: factory.
- Horde_Core_Factory_AuthSignup
- The abstract Horde injector class.
- Horde_Core_Factory_Base
- The abstract Horde factory class.
- Horde_Core_Factory_BlockCollection
- A Horde_Injector:: based factory for creating Horde_Core_Block_Collection
objects.
- Horde_Core_Factory_Browser
- The abstract Horde injector class.
- Horde_Core_Factory_Cache
- A Horde_Injector:: based Horde_Cache:: factory.
- Horde_Core_Factory_Crypt
- A Horde_Injector:: based Horde_Crypt:: factory.
- Horde_Core_Factory_CssCache
- A Horde_Injector based factory for creating the CSS caching object.
- Horde_Core_Factory_Data
- A Horde_Injector:: based Horde_Data:: factory.
- Horde_Core_Factory_DavServer
- Factory for the DAV server.
- Horde_Core_Factory_DavStorage
- Factory for the DAV metadata storage.
- Horde_Core_Factory_Db
- A Horde_Injector:: based factory for creating Horde_Db_Adapter objects.
- Horde_Core_Factory_DbBase
- The abstract Horde injector class.
- Horde_Core_Factory_DbPear
- A Horde_Injector:: based factory for creating PEAR DB objects..
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
- Horde_Core_Factory_Dns
- The abstract Horde injector class.
- Horde_Core_Factory_Editor
- A Horde_Injector:: based Horde_Editor:: factory.
- Horde_Core_Factory_ElasticSearch
- A Horde_Injector:: based Horde_ElasticSearch_Client:: factory.
- Horde_Core_Factory_Facebook
- The abstract Horde injector class.
- Horde_Core_Factory_Group
- The abstract Horde injector class.
- Horde_Core_Factory_HashTable
- A Horde_Injector based factory for creating a HashTable object.
- Horde_Core_Factory_History
- A Horde_Injector based factory for creating the History object.
- Horde_Core_Factory_HttpClient
- The abstract Horde factory class.
- Horde_Core_Factory_Identity_DavUsernameHook
- A Horde_Injector based Horde_Identity factory that converts the user name
through the davusername hook.
- Horde_Core_Factory_Identity_UsernameHook
- A Horde_Injector based Horde_Identity factory that converts the user name
through the user name hook.
- Horde_Core_Factory_Identity
- A Horde_Injector based Horde_Identity factory.
- Horde_Core_Factory_Image
- The abstract Horde factory class.
- Horde_Core_Factory_Imple
- A Horde_Injector:: based Horde_Core_Ajax_Imple:: factory.
- Horde_Core_Factory_Imsp
- A Horde_Injector:: based Horde_Imsp:: factory.
- Horde_Core_Factory_ImspAuth
- A Horde_Injector:: based Horde_Imsp_Auth:: factory.
- Horde_Core_Factory_Injector
- The abstract Horde injector class.
- Horde_Core_Factory_JavascriptCache
- A Horde_Injector based factory for creating the Javascript caching object.
- Horde_Core_Factory_KolabServer
- A Horde_Injector:: based Horde_Kolab_Server:: factory.
- Horde_Core_Factory_KolabSession
- A Horde_Injector:: based Horde_Kolab_Session:: factory.
- Horde_Core_Factory_KolabStorage
- A Horde_Injector:: based Horde_Kolab_Storage:: factory.
- Horde_Core_Factory_LanguageDetect
- A Horde_Injector:: based Text_LanguageDetect:: factory.
- Horde_Core_Factory_Ldap
- A Horde_Injector:: based factory for creating Horde_Ldap objects.
- Horde_Core_Factory_Lock
- Factory for creating Horde_Lock objects
- Horde_Core_Factory_Logger
- The abstract Horde injector class.
- Horde_Core_Factory_LoginTasks
- A Horde_Injector:: based Horde_LoginTasks:: factory.
- Horde_Core_Factory_Mail
- A Horde_Injector based factory for creating a Horde_Mail_Transport object.
- Horde_Core_Factory_MailBase
- A Horde_Injector based factory for creating a Horde_Mail_Transport object
based on the master Horde mailer configuration.
- Horde_Core_Factory_Mapper
- The abstract Horde injector class.
- Horde_Core_Factory_Matcher
- The abstract Horde injector class.
- Horde_Core_Factory_Memcache
- The abstract Horde injector class.
- Horde_Core_Factory_MimeViewer
- A Horde_Injector based Horde_Mime_Viewer factory.
- Horde_Core_Factory_Nosql
- A Horde_Injector based factory for creating Nosql objects.
- Horde_Core_Factory_NosqlBase
- Returns the NoSQL object default Horde NoSQL configuration.
- Horde_Core_Factory_Notification
- The abstract Horde injector class.
- Horde_Core_Factory_Perms
- Factory for creating Horde_Perms objects
- Horde_Core_Factory_PermsCore
- Copyright 2011-2017 Horde LLC (http://www.horde.org/)
- Horde_Core_Factory_Prefs
- A Horde_Injector:: based Horde_Prefs:: factory.
- Horde_Core_Factory_QueueStorage
- The abstract Horde injector class.
- Horde_Core_Factory_Request
- The abstract Horde injector class.
- Horde_Core_Factory_Secret_Cbc
- The abstract Horde injector class.
- Horde_Core_Factory_Secret
- The abstract Horde injector class.
- Horde_Core_Factory_SessionHandler
- Factory for creating Horde_SessionHandler objects.
- Horde_Core_Factory_Share
- A Horde_Injector:: based Horde_Share factory.
- Horde_Core_Factory_ShareBase
- A Horde_Injector based Horde_Share factory.
- Horde_Core_Factory_SpellChecker
- A Horde_Injector based spellchecker factory.
- Horde_Core_Factory_Template
- The abstract Horde injector class.
- Horde_Core_Factory_TextFilter
- A Horde_Injector:: based Horde_Text_Filter_Base:: factory.
- Horde_Core_Factory_ThemesCache
- A Horde_Injector:: based Horde_Themes_Cache:: factory.
- Horde_Core_Factory_Timezone
- A Horde_Injector based Horde_Timezone factory.
- Horde_Core_Factory_Token
- The abstract Horde injector class.
- Horde_Core_Factory_Topbar
- A Horde_Injector based Horde_Core_Topbar factory.
- Horde_Core_Factory_Tree
- A Horde_Injector:: based Horde_Tree:: factory.
- Horde_Core_Factory_Twitter
- Binder for creating Horde_Service_Twitter objects.
- Horde_Core_Factory_UrlShortener
- The abstract Horde injector class.
- Horde_Core_Factory_Variables
- The abstract Horde injector class.
- Horde_Core_Factory_Vfs
- A Horde_Injector based Horde_Vfs factory.
- Horde_Core_Factory_View
- A Horde_Injector:: based factory for creating Horde_View objects.
- Horde_Core_Factory_Weather
- The abstract Horde injector class.
- Horde_Core_Group_Ldap
- This class provides Horde-specific code that extends the base LDAP driver.
- Horde_Core_HashTable_PersistentSession
- Hashtable implementation that ensures persistency of data within a given
session, without using session storage. Instead, VFS is used to store the
data.
- Horde_Core_HashTable_Vfs
- Vfs HashTable implementation that uses Horde configuration for the VFS,
allows filenames to be directly used in set(), and enables stream data to
be returned from get().
- Horde_Core_History
- Decorate the base Horde_History class to allow the username to be reset
if the authenticated status changes after the history object has been
initialized.
- Horde_Core_Hooks
- Runs Horde application hooks.
- Horde_Core_HordeMap
- HordeMap.
- Horde_Core_Imsp_Utils
- Horde_Imsp_Utils.
- Horde_Core_Itip_Response_Options_Horde
- Handles iTip response options for Horde iTip responses.
- Horde_Core_Log_Logger
- Output log entries as configured by current Horde framework settings.
- Horde_Core_Log_Object
- A loggable event, with the display controlled by Horde configuration.
- Horde_Core_LoginTasks_Backend_Horde
- This class provides the Horde specific implementation of the LoginTasks
backend.
- Horde_Core_LoginTasks_SystemTask_Upgrade
- Login system task for automated upgrade tasks.
- Horde_Core_LoginTasks
- This class extends the base LoginTasks class in order to ensure Horde
tasks are always run first.
- Horde_Core_Mime_Headers_Received
- This class represents the Received header value.
- Horde_Core_Mime_Viewer_Syntaxhighlighter
- The Horde_Mime_Viewer_Syntaxhighlighter class renders source code appropriate
for highlighting with http://alexgorbatchev.com/SyntaxHighlighter/.
- Horde_Core_Mime_Viewer_Vcard
- The Horde_Core_Mime_Viewer_Vcard class renders out vCards in HTML format.
- Horde_Core_Nosql
- NoSQL administrative/utility tasks.
- Horde_Core_Notification_Event_Status
- This class defines the base Horde status notification types.
- Horde_Core_Notification_Event_Webnotification
- A webnotification event.
- Horde_Core_Notification_Handler_Decorator_Base
- Define the functions needed for a Decorator instance.
- Horde_Core_Notification_Handler_Decorator_Hordelog
- The Hordelog Decorator logs error events via Horde::log().
- Horde_Core_Notification_Handler
- Core Horde notification handler.
- Horde_Core_Notification_Listener_DynamicStatus
- Provides a method to display Growler messages using the HordeCore
javascript notification framework.
- Horde_Core_Notification_Listener_SmartmobileStatus
- Provides a method to display notification messages in Smartmobile views
(using the mobile jquery framework).
- Horde_Core_Notification_Listener_Webnotification
- Allows web notifications to be sent to the browser.
- Horde_Core_Notification_Storage_Session
- A class that stores notifications in the session, using Horde_Session.
- Horde_Core_Perms_Ui
- The Horde_Core_Perms_Ui class provides UI methods for the Horde permissions
system.
- Horde_Core_Perms
- The Horde_Core_Perms class provides information about internal Horde
elements that can be managed through the Horde_Perms system.
- Horde_Core_Prefs_Cache_Session
- Cache storage implementation using Horde_Session.
- Horde_Core_Prefs_Identity
- This class provides Horde-specific functions for the Horde_Prefs_Identity
class.
- Horde_Core_Prefs_Storage_Configuration
- Preferences storage implementation that loads the default values from
the configuration files.
- Horde_Core_Prefs_Storage_Hooks
- Preferences storage implementation that adds support for Horde hooks to
manipulate preference values.
- Horde_Core_Prefs_Storage_Upgrade
- Utility methods to upgrade Horde 3 preference values.
- Horde_Core_Prefs_Ui_Widgets
- Collection of prefs UI widgets for use with application-specific (a/k/a
'special') configuration.
- Horde_Core_Prefs_Ui
- Class for generating/processing the preferences UI.
- Horde_Core_Script_Package_Autocomplete
- This class identifies the javascript necessary to output the autocomplete
javascript code to the browser.
- Horde_Core_Script_Package_Datejs
- This class identifies the javascript necessary to output the date.js
javascript code to the browser.
- Horde_Core_Script_Package_Dialog
- This class identifies the javascript necessary to output the dialog
javascript code to the browser.
- Horde_Core_Script_Package_Keynavlist
- This class identifies the javascript necessary to output the keyboard
navigation list widget javascript code to the browser.
- Horde_Core_Script_Package_Popup
- This class identifies the javascript necessary to output the popup
javascript code to the browser.
- Horde_Core_Script_Package_Sortable
- This class identifies the javascript necessary to allow scriptaculous'
Sortable widge to work.
- Horde_Core_Secret_Cbc
- Horde_Secret, using single session key, with CBC based Blowfish encryption.
- Horde_Core_Secret
- Wrap the base class in order to use a single secret key when authenticated
to Horde, to reduce complexity and minimze cookie size.
- Horde_Core_Share_Driver
- Horde specific wrapper for Horde_Share drivers. Adds Horde hook calls etc...
Copyright 2002-2017 Horde LLC (http://www.horde.org/)
- Horde_Core_Share_FactoryCallback
- Small factory class for wrapping the injection of Horde_Share objects into
the Horde_Share_Object objects. We must use $GLOBALS here instead of keeping
a reference to the injector since this object will be serialized along with
the Horde_Share_Object object.
- Horde_Core_Smartmobile_Url
- Extend the base URL class to allow for use with the URL parameter scheme
used in Horde's smartmobile framework.
- Horde_Core_Smartmobile_View_Helper
- View helper class for smartmobile pages.
- Horde_Core_TagBrowser
- Horde_Core_TagBrowser:: class provides logic for dealing with tag browsing.
- Horde_Core_Tagger_Null
- Null driver for the Horde_Content tagger.
- Horde_Core_Tagger
- Interface to the Horde_Content tagger.
- Horde_Core_Text_Filter_Bbcode
- Class that extends the base Bbcode class to allow output of Horde urls.
- Horde_Core_Text_Filter_Emails
- The Horde_Text_Filter_Emails:: class finds email addresses in a block of
text and turns them into links.
- Horde_Core_Text_Filter_Emoticons
- Class that extends the base emoticons class to allow output of Horde image
tags.
- Horde_Core_Text_Filter_Highlightquotes
- Class that extends the base Highlightquotes class to allow toggling of
quoteblocks via javascript.
- Horde_Core_Topbar
- Generates the Horde topbar.
- Horde_Core_Translation
- Horde_Core_Translation is the translation wrapper class for Horde_Core.
- Horde_Core_Tree_Renderer_Html
- The Horde_Core_Tree_Renderer_Html class extends the Horde_Tree_Html
class to provide for creation of Horde-specific URLs.
- Horde_Core_Tree_Renderer_Javascript
- The Horde_Core_Tree_Renderer_Javascript class provides javascript
rendering of a tree.
- Horde_Core_Tree_Renderer_Simplehtml
- The Horde_Core_Tree_Renderer_Simplehtml class extends the
Horde_Tree_Simplehtml class to provide for creation of
Horde-specific URLs.
- Horde_Core_Ui_FlagImage
- Provides methods for generating a country flag image.
- Horde_Core_Ui_JsCalendar
- The Horde_Core_Ui_JsCalendar:: class generates the necessary javascript
code to allow the javascript calendar widget to be displayed on the page.
- Horde_Core_Ui_Language
- The Horde_Core_Ui_Language:: class provides a widget for changing the
currently selected language.
- Horde_Core_Ui_Layout
- Horde_Core_Ui_ModalFormRenderer
- Horde Modal Form Renderer
- Horde_Core_Ui_Pager
- The Horde_Core_Ui_Pager:: provides links to individual pages.
- Horde_Core_Ui_Tabs
- The Horde_Core_Ui_Tabs:: class manages and renders a tab-like interface.
- Horde_Core_Ui_TagCloud
- Horde_Core_Ui_TagCloud:: for creating and displaying tag clouds.
- Horde_Core_Ui_VarRenderer_Html
- The Horde_Core_Ui_VarRenderer_html:: class renders variables to HTML.
- Horde_Core_Ui_VarRenderer_TablesetHtml
- Copyright 2003-2017 Horde LLC (http://www.horde.org/)
- Horde_Core_Ui_VarRenderer
- The Horde_Core_Ui_VarRenderer:: class provides base functionality for other
Horde UI elements.
- Horde_Core_Ui_Widget
- The Horde_Core_Ui_Widget:: class provides base functionality for other
Horde UI elements.
- Horde_Core_View_Helper_Accesskey
- View helper class to allow access to Horde accesskey methods.
- Horde_Core_View_Helper_Help
- View helper class to allow access to the Horde_Help::link() method.
- Horde_Core_View_Helper_Image
- View helper class to allow access to the Horde_Themes_Image::tag() method.
- Horde_Core_View_Helper_Label
- View helper class to allow access to the Horde::label() method.
- Horde_ErrorHandler
- Provides methods used to handle error reporting.
- Horde_Exception_AuthenticationFailure
- This exception is used to indicate a fatal authentication error.
- Horde_Exception_HookNotSet
- Horde_Exception_HookNotSet is thrown when a called Horde hook does
not exist.
- Horde_Exception_PushApp
- This exception is thrown when pushing an application onto the stack is
unsuccesful.
- Horde_Help
- The Horde_Help:: class provides an interface to the online help subsystem.
- Horde_Menu
- The Horde_Menu:: class provides standardized methods for creating menus in
Horde applications.
- Horde_PageOutput
- This object consolidates the elements needed to output a page to the
browser.
- Horde_Registry_Api
- Default class for application defined API calls.
- Horde_Registry_Application
- Default class for the Horde Application API.
- Horde_Registry_Caller
- TODO
- Horde_Registry_Hordeconfig_Merged
- Represents the merged configuration of an application with the base
Horde configuration.
- Horde_Registry_Hordeconfig
- Represents the configuration for a Horde application.
- Horde_Registry_Loadconfig
- Loads generic Horde configuration files, respecting local config file
overrides and virtual host settings.
- Horde_Registry_Logout
- Manage the logout tasks registered with Horde_Registry.
- Horde_Registry_Nlsconfig
- Interface to NLS configuration.
- Horde_Registry_Registryconfig
- Parses registry configuration files into applications and interfaces
arrays.
- Horde_Registry
- The registry provides a set of methods for communication between Horde
applications and keeping track of application configuration information.
- Horde_Script_Cache_File
- Filesystem backend for the javascript caching library.
- Horde_Script_Cache_HordeCache
- Horde_Cache backend for the javascript caching library.
- Horde_Script_Cache_Null
- Null backend for the javascript caching library (directly outputs original
scripts).
- Horde_Script_Cache
- Object handling storage of cached JS data.
- Horde_Script_Compress
- Compresses javascript based on Horde configuration parameters.
- Horde_Script_File_External
- This class represents an external script file to include.
- Horde_Script_File_JsDir
- This class represents a javascript script file located in an application's
js/ directory.
- Horde_Script_File_JsFramework
- This class represents a framework-level javascript script file.
- Horde_Script_File
- This class represents a javascript script file to output to the browser.
- Horde_Script_List
- This class collects the javascript files needed for inclusion in the
browser output.
- Horde_Script_Package
- This class provides the information needed to output a javascript package
to the browser.
- Horde_Session_Null
- The null driver provides a set of methods for handling the administration
and contents of the Horde session variable when the PHP session is not
desired. Needed so things like application authentication can work within a
single HTTP request when we don't need the overhead of a full PHP session.
- Horde_Session
- The Horde_Session class provides a set of methods for handling the
administration and contents of the Horde session variable.
- Horde_Shutdown
- Global horde shutdown task queue.
- Horde_Themes_Cache
- This class is responsible for parsing/building theme elements and then
caching these results.
- Horde_Themes_Css_Cache_File
- Filesystem backend for the CSS caching library.
- Horde_Themes_Css_Cache_HordeCache
- Horde_Cache backend for the CSS caching library.
- Horde_Themes_Css_Cache_Null
- Null backend for the CSS caching library (directly outputs original CSS).
- Horde_Themes_Css_Cache
- Object handling storage of cached CSS data.
- Horde_Themes_Css_Compress
- Compresses CSS based on Horde configuration parameters.
- Horde_Themes_Css
- This class provides an interface to handling CSS stylesheets for Horde
applications.
- Horde_Themes_Element
- An object-oriented interface to a themes element.
- Horde_Themes_Image
- An object-oriented interface to a themed image.
- Horde_Themes_Sound
- The Horde_Themes_Sound:: class provides an object-oriented interface to
a themed sound.
- Horde_Themes
- An interface to handling Horde theme elements.
- Horde
- Provides the base functionality shared by all Horde applications.
- State
- Horde Config encapsulated in an object
- DemandAuthenticatedUser
- DemandAuthenticatedUser middleware
Returns 401 response if not authenticated
- DemandGlobalAdmin
- DemandGlobalAdmin middleware
Returns 403 response if authenticated user is not global admin
- DemandSessionToken
- DemandSessionToken middleware
Checks if the current session token is in the Horde-Session-Token header.