MediaWiki REL1_34
filerepo Directory Reference
Directory dependency graph for filerepo:
includes/filerepo

Directories

 file
 

Files

 FileBackendDBRepoWrapper.php
 Proxy backend that manages file layout rewriting for FileRepo.
 
 FileRepo.php
 Base code for file repositories.
 
 ForeignAPIRepo.php
 Foreign repository accessible through api.php requests.
 
 ForeignDBRepo.php
 A foreign repository with an accessible MediaWiki database.
 
 ForeignDBViaLBRepo.php
 A foreign repository with a MediaWiki database accessible via the configured LBFactory.
 
 LocalRepo.php
 Local repository that stores files in the local filesystem and registers them in the wiki's own database.
 
 NullRepo.php
 File repository with no files.
 
 RepoGroup.php
 Prioritized list of file repositories.
 
 TempFileRepo.php