Elgg
Version 3.0
|
Namespaces | |
Clauses | |
EntityTable | |
Seeds | |
Classes | |
class | AccessCollections |
WARNING: API IN FLUX. More... | |
class | AdminNotices |
WARNING: API IN FLUX. More... | |
class | Annotations |
Annotation repository contains methods for fetching annotations from database or performing calculations on entity properties. More... | |
class | AnnotationsTable |
Interfaces with the database to perform CRUD operations on annotations. More... | |
class | ConfigTable |
Manipulates values in the dbprefix_config table. More... | |
class | DbConfig |
WARNING: API IN FLUX. More... | |
class | Delete |
Query builder for updating data in the database. More... | |
class | Entities |
Entities repository contains methods for fetching entities from database or performing calculations on entity properties. More... | |
class | EntityTable |
WARNING: API IN FLUX. More... | |
class | Insert |
Query builder for inserting data into the database. More... | |
class | Metadata |
Metadata repository contains methods for fetching metadata from database or performing calculations on entity properties. More... | |
class | MetadataTable |
This class interfaces with the database to perform CRUD operations on metadata. More... | |
class | Mutex |
WARNING: API IN FLUX. More... | |
class | Plugins |
Persistent, installation-wide key-value storage. More... | |
class | PrivateSettingsTable |
Private settings for entities. More... | |
class | QueryBuilder |
Database abstraction query builder. More... | |
interface | QueryExecuting |
This interface defines methods for building fluent interactions with a database repository. More... | |
interface | QueryFiltering |
This interface defines methods for filtering/extending database queries. More... | |
class | QueryOptions |
class | RelationshipsTable |
WARNING: API IN FLUX. More... | |
class | Repository |
Abstract methods for interfacing with the database. More... | |
class | River |
River repository contains methods for fetching/counting river items. More... | |
class | Seeder |
Seeder class. More... | |
class | Select |
Query builder for fetching data from the database. More... | |
class | SiteSecret |
Manages a site-specific secret key, encoded as a 32 byte string "secret". More... | |
class | Update |
Query builder for updating data in the database. More... | |
class | UsersTable |
WARNING: API IN FLUX. More... | |