MediaWiki master
MediaWiki\Settings\Source\SettingsSource Interface Reference

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...

Inherits Stringable.

Inherited by MediaWiki\Settings\Cache\CacheableSource, MediaWiki\Settings\Cache\CachedSource, MediaWiki\Settings\Source\ArraySource, MediaWiki\Settings\Source\PhpSettingsSource, and MediaWiki\Settings\Source\ReflectionSchemaSource.

Collaboration diagram for MediaWiki\Settings\Source\SettingsSource:

Public Member Functions

 load ()
 Loads and returns all settings from this source as an associative array.
 

Detailed Description

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.

Since
1.38
Stability: stable
to implement

Definition at line 16 of file SettingsSource.php.

Member Function Documentation

◆ load()

MediaWiki\Settings\Source\SettingsSource::load ( )

The documentation for this interface was generated from the following file: