51 public function get(
$name, $site_guid = 0);
if($guid==elgg_get_logged_in_user_guid()) $name
Describes an object that manages Elgg configuration values.
loadSettingsFile()
Merge the settings file into the storage object.
getCachePath()
Get the cache directory path for this installation.
getPluginsPath()
Get the plugin path for this installation.
getSiteUrl($site_guid=0)
Get the URL for the current (or specified) site.
getDataPath()
Get the data directory path for this installation.
getVolatile($name)
Get a config value for the current site if it's already loaded.
save($name, $value, $site_guid=0)
Save a configuration setting.