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

Directories

 file
 
 Hook
 

Files

 FileBackendDBRepoWrapper.php
 Proxy backend that manages file layout rewriting for FileRepo.
 
 FileRepo.php
 Base code for file repositories.
 
 ForeignAPIRepo.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
 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