wiki.techinc.nl/includes/config
Lucas Werkmeister 7585985a46 Fully extract services framework as a library
This code doesn’t use any MediaWiki-specific code, so rename
MediaWiki\Services to Wikimedia\Services and move it below libs/. (Of
course, this does not apply to the MediaWikiServices subclass.)

Class aliases are added to retain backwards compatibity for now.

Bug: T211608
Change-Id: Ic14ea28ef21c359695b309d4293dbaaf5deedc09
2019-01-16 17:31:05 +01:00
..
Config.php
ConfigException.php
ConfigFactory.php Fully extract services framework as a library 2019-01-16 17:31:05 +01:00
ConfigRepository.php Fully extract services framework as a library 2019-01-16 17:31:05 +01:00
EtcdConfig.php Expose the latest modified index seen by EtcdConfig 2018-03-01 13:44:15 +01:00
EtcdConfigParseError.php
GlobalVarConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
HashConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MultiConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MutableConfig.php