MediaWiki  1.23.1
NullRepo.php
Go to the documentation of this file.
1 <?php
28 class NullRepo extends FileRepo {
32  function __construct( $info ) {
33  }
34 
35  protected function assertWritableRepo() {
36  throw new MWException( get_class( $this ) . ': write operations are not supported.' );
37  }
38 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
NullRepo
File repository with no files, for performance testing.
Definition: NullRepo.php:28
FileRepo
Base class for file repositories.
Definition: FileRepo.php:37
MWException
MediaWiki exception.
Definition: MWException.php:26
NullRepo\assertWritableRepo
assertWritableRepo()
Throw an exception if this repo is read-only by design.
Definition: NullRepo.php:35
NullRepo\__construct
__construct( $info)
Definition: NullRepo.php:32