From: Aaron Schulz Date: Thu, 18 Oct 2012 19:54:37 +0000 (-0700) Subject: Removed outdated FileRepo docs. X-Git-Tag: 1.31.0-rc.0~21958 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=93ba56974a62d5378394be2dd29bd5c67863b548;p=lhc%2Fweb%2Fwiklou.git Removed outdated FileRepo docs. Change-Id: I020960028be12b87fe572eb3f56e4b33f517c495 --- diff --git a/includes/filerepo/README b/includes/filerepo/README index 885a1deddd..d3aea9f0c7 100644 --- a/includes/filerepo/README +++ b/includes/filerepo/README @@ -39,22 +39,3 @@ LocalRepo.php. LocalRepo provides only file access, and LocalFile provides database access and higher-level functions such as cache management. Tim Starling, June 2007 - -Structure: - -File defines an abstract class File. - ForeignAPIFile extends File. - LocalFile extends File. - ForeignDBFile extends LocalFile - Image extends LocalFile - UnregisteredLocalFile extends File. - UploadStashFile extends UnregisteredLocalFile. -FileRepo defines an abstract class FileRepo. - ForeignAPIRepo extends FileRepo - FSRepo extends FileRepo - LocalRepo extends FSRepo - ForeignDBRepo extends LocalRepo - ForeignDBViaLBRepo extends LocalRepo - NullRepo extends FileRepo - -Russ Nelson, March 2011