MediaWiki  1.34.0
MutableConfig.php
Go to the documentation of this file.
1 <?php
28 interface MutableConfig {
29 
37  public function set( $name, $value );
38 }
MutableConfig
Interface for mutable configuration instances.
Definition: MutableConfig.php:28