MediaWiki
REL1_24
|
00001 <?php 00028 class NullRepo extends FileRepo { 00032 function __construct( $info ) { 00033 } 00034 00035 protected function assertWritableRepo() { 00036 throw new MWException( get_class( $this ) . ': write operations are not supported.' ); 00037 } 00038 }