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