Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429278
SettingsSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
SettingsSource.php
View Options
<?php
namespace
MediaWiki\Settings\Source
;
use
MediaWiki\Settings\SettingsBuilderException
;
use
Stringable
;
/**
* 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
* @stable to implement
*/
interface
SettingsSource
extends
Stringable
{
/**
* Loads and returns all settings from this source as an associative
* array.
*
* @return array
* @throws SettingsBuilderException
*/
public
function
load
():
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:22 (8 h, 3 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4f/cb/bd7b9c2eb18b9ca71d051fdbe3c9
Default Alt Text
SettingsSource.php (621 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment