|
Elgg
Version 6.3
|
Classes | |
| class | ActionsService |
| Actions service. More... | |
| class | Application |
| Load, boot, and implement a front controller for an Elgg application. More... | |
| class | AuthenticationService |
| Authentication service handles registration of PAM handlers and calling of those handlers. More... | |
| class | AutoloadManager |
| Manages core autoloading and caching of class maps. More... | |
| class | BootData |
| Serializable collection of data used to boot Elgg. More... | |
| class | BootService |
| Boots Elgg and manages a cache of data needed during boot. More... | |
| class | ClassLoader |
| A class/interface/trait autoloader for PHP. More... | |
| class | ClassMap |
| A map of class names to absolute file paths. More... | |
| class | Cli |
| CLI bootstrap. More... | |
| class | Config |
| class | Context |
| Manages a global stack of strings for sharing information about the current execution context. More... | |
| class | Cron |
| Cron. More... | |
| class | Database |
| The Elgg database. More... | |
| class | DefaultPluginBootstrap |
| Null plugin boostrap for plugins not defining 'bootstrap' in their elgg-plugin.php Can also be extended by plugin developers when only needing a limited subset of the bootstrap functions. More... | |
| class | |
| Email message. More... | |
| class | EmailService |
| Email service. More... | |
| class | EntityCapabilitiesService |
| Entity capabilities service. More... | |
| class | EntityDirLocator |
| Locate the relative path of an entity's data dir. More... | |
| class | EntityIconService |
| Entity icon service. More... | |
| class | EntityPreloader |
| Preload entities based on properties of fetched objects. More... | |
| class | Event |
| Models an event passed to event handlers. More... | |
| class | EventsService |
| Events service. More... | |
| class | FormsService |
| Forms service. More... | |
| class | Gatekeeper |
| Gatekeeper. More... | |
| class | HandlersService |
| Helpers for providing callable-based APIs. More... | |
| class | ImageService |
| Image manipulation service. More... | |
| class | Includer |
| Allow executing scripts without $this context or local vars. More... | |
| class | Invoker |
| Invocation service. More... | |
| class | Logger |
| Logger. More... | |
| class | PasswordService |
| Password service. More... | |
| class | PersistentLoginService |
| \Elgg\PersistentLoginService More... | |
| class | PluginBootstrap |
| Plugin bootstrap. More... | |
| interface | PluginBootstrapInterface |
| Plugin bootstrap interface. More... | |
| class | RedirectService |
| Handles common tasks when redirecting a request. More... | |
| class | Request |
| Request container. More... | |
| class | Router |
| Delegates requests to controllers based on the registered configuration. More... | |
| class | SessionManagerService |
| Session manager. More... | |
| class | SystemMessagesService |
| System messages service. More... | |
| class | Timer |
| Capture timing info for profiling. More... | |
| class | Translit |
| Elgg Transliterate. More... | |
| class | UpgradeService |
| Upgrade service for Elgg. More... | |
| class | UploadService |
| File upload handling service. More... | |
| class | UserCapabilities |
| User capabilities service. More... | |
| class | Values |
| Functions for use as event handlers or other situations where you need a globally accessible callable. More... | |
| class | ViewsService |
| Views service. More... | |
| class | WidgetDefinition |
| WidgetDefinition. More... | |
| class | WidgetsService |
| Widgets service. More... | |