uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
site
/
..
/
parser
/
..
/
Settings
/
Source
/
SettingsSource.php
/
/
<?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; }
/var/www/html/1c732/../mediawiki/includes/site/../parser/../Settings/Source/SettingsSource.php