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

Inheritance diagram for MediaWiki\Settings\Source\SettingsSource:
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: