MediaWiki  REL1_24
MutableConfig.php
Go to the documentation of this file.
00001 <?php
00028 interface MutableConfig {
00029 
00037     public function set( $name, $value );
00038 }