MediaWiki REL1_31
MutableConfig.php
Go to the documentation of this file.
1<?php
28interface MutableConfig {
29
37 public function set( $name, $value );
38}
Allows to change the fields on the form that will be generated $name
Definition hooks.txt:302
Interface for mutable configuration instances.