MediaWiki REL1_40
|
Settings loaded from an array. More...
Inherits MediaWiki\Settings\Source\SettingsSource.
Public Member Functions | |
__construct (array $settings) | |
__toString () | |
load () | |
Loads and returns all settings from this source as an associative array. | |
MediaWiki\Settings\Source\ArraySource::__construct | ( | array | $settings | ) |
Definition at line 13 of file ArraySource.php.
MediaWiki\Settings\Source\ArraySource::__toString | ( | ) |
Definition at line 21 of file ArraySource.php.
MediaWiki\Settings\Source\ArraySource::load | ( | ) |
Loads and returns all settings from this source as an associative array.
SettingsBuilderException |
Implements MediaWiki\Settings\Source\SettingsSource.
Definition at line 17 of file ArraySource.php.