Serializable collection of data used to boot Elgg.
More...
Serializable collection of data used to boot Elgg.
private
- Since
- 2.1
Definition at line 16 of file BootData.php.
Elgg\BootData::getActivePlugins |
( |
| ) |
|
Elgg\BootData::getConfigValues |
( |
| ) |
|
Get config values to merge into $CONFIG.
- Returns
- array
Definition at line 172 of file BootData.php.
Elgg\BootData::getDatalistCache |
( |
| ) |
|
Get the datalists cache.
- Returns
- InMemory
Definition at line 163 of file BootData.php.
Elgg\BootData::getPluginSettings |
( |
| ) |
|
Get the plugin settings (may not include all active plugins)
- Returns
- array
Definition at line 199 of file BootData.php.
Elgg\BootData::getSite |
( |
| ) |
|
Elgg\BootData::getSubtypeData |
( |
| ) |
|
Get the subtype data.
- Returns
- []
Definition at line 181 of file BootData.php.
Populate the boot data.
- Parameters
-
\stdClass | $config | Elgg CONFIG object |
\Elgg\Database | $db | Elgg database |
EntityTable | $entities | Entities service |
Plugins | $plugins | Plugins service |
- Returns
- void
- Exceptions
-
Definition at line 59 of file BootData.php.
The documentation for this class was generated from the following file: