MediaWiki master
TempFileRepo.php
Go to the documentation of this file.
1<?php
8class TempFileRepo extends FileRepo {
12 public function getTempRepo() {
13 throw new LogicException( "Cannot get a temp repo from a temp repo." );
14 }
15}
Base class for file repositories.
Definition FileRepo.php:51
FileRepo for temporary files created by FileRepo::getTempRepo()