Classes | |
class | File |
Implements some public methods and some protected utility functions which are required by multiple child classes. More... | |
class | FileCache |
Cache of file objects, wrapping some RepoGroup functions to avoid redundant queries. More... | |
class | FileRepo |
Base class for file repositories Do not instantiate, use a derived class. More... | |
class | FileRepoStatus |
Generic operation result class for FileRepo-related operations. More... | |
class | ForeignAPIFile |
Very hacky and inefficient do not use :D. More... | |
class | ForeignAPIRepo |
A foreign repository with a remote MediaWiki with an API thingy Very hacky and inefficient do not use except for testing :D. More... | |
class | ForeignDBFile |
class | ForeignDBRepo |
A foreign repository with an accessible MediaWiki database. More... | |
class | ForeignDBViaLBRepo |
A foreign repository with a MediaWiki database accessible via the configured LBFactory. More... | |
class | FSRepo |
A repository for files accessible via the local filesystem. More... | |
class | Image |
Backwards compatibility class. More... | |
class | LocalFile |
Class to represent a local file in the wiki's own database. More... | |
class | LocalFileDeleteBatch |
Helper class for file deletion. More... | |
class | LocalFileRestoreBatch |
Helper class for file undeletion. More... | |
class | LocalFileMoveBatch |
Helper class for file movement. More... | |
class | LocalRepo |
A repository that stores files in the local filesystem and registers them in the wiki's own database. More... | |
class | NullRepo |
File repository with no files, for performance testing. More... | |
class | OldLocalFile |
Class to represent a file in the oldimage table. More... | |
class | RepoGroup |
Prioritized list of file repositories. More... | |
class | UnregisteredLocalFile |
A file object referring to either a standalone local file, or a file in a local repository with no database, for example an FSRepo repository. More... | |
Files | |
file | RepoGroup.php |