|
MediaWiki master
|
Interface for mutable configuration instances. More...
Inherits MediaWiki\Config\Config.
Inherited by MediaWiki\Config\HashConfig.

Public Member Functions | |
| set ( $name, $value) | |
| Set a configuration variable such a "Sitename" to something like "My Wiki". | |
Public Member Functions inherited from MediaWiki\Config\Config | |
| get ( $name) | |
| Get a configuration variable such as "Sitename" or "UploadMaintenance.". | |
| has ( $name) | |
| Check whether a configuration option is set for the given name. | |
Interface for mutable configuration instances.
Definition at line 18 of file MutableConfig.php.
| MediaWiki\Config\MutableConfig::set | ( | $name, | |
| $value ) |
Set a configuration variable such a "Sitename" to something like "My Wiki".
| string | $name | Name of configuration option |
| mixed | $value | Value to set |
| ConfigException |
Implemented in MediaWiki\Config\HashConfig.