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