MediaWiki
master
|
A SettingsSource is meant to represent any kind of local or remote store from which settings can be read, be it a local file, remote URL, database, etc. More...
Public Member Functions | |
load () | |
Loads and returns all settings from this source as an associative array. More... | |
A SettingsSource is meant to represent any kind of local or remote store from which settings can be read, be it a local file, remote URL, database, etc.
It is concerned with reading (and possibly decoding) settings data.
Definition at line 16 of file SettingsSource.php.
MediaWiki\Settings\Source\SettingsSource::load | ( | ) |
Loads and returns all settings from this source as an associative array.
SettingsBuilderException |
Implemented in MediaWiki\Settings\Source\ReflectionSchemaSource, MediaWiki\Settings\Source\PhpSettingsSource, MediaWiki\Settings\Source\FileSource, MediaWiki\Settings\Source\EtcdSource, MediaWiki\Settings\Source\ArraySource, and MediaWiki\Settings\Cache\CachedSource.