Move Config::set() to MutableConfig::set()
authorKunal Mehta <legoktm@gmail.com>
Wed, 10 Sep 2014 21:51:16 +0000 (14:51 -0700)
committerKunal Mehta <legoktm@gmail.com>
Thu, 11 Sep 2014 15:26:43 +0000 (08:26 -0700)
commit93826089226b2553898b6e094cbe7ba495fe76c6
tree3ce994d00ce732c30ac545991b3d74520423f5a8
parente53835fcab80827a7236c67a66b1d2a805baabd4
Move Config::set() to MutableConfig::set()

Introduces a new interface for Config types
that are mutable. Not all Config instances
should be mutable, like MultiConfig.

Change-Id: I56e193cbbf72b7afdf551f60ea635fc347e14b3e
includes/AutoLoader.php
includes/config/Config.php
includes/config/GlobalVarConfig.php
includes/config/MutableConfig.php [new file with mode: 0644]
tests/phpunit/includes/config/GlobalVarConfigTest.php