From: Aaron Schulz Date: Tue, 13 Mar 2012 18:30:34 +0000 (+0000) Subject: [FileBackend] r113704: updated FileBackend constructor documentation X-Git-Tag: 1.31.0-rc.0~24274 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=2f47843602ddb7eeb157f03ed2b656baed0ea823;p=lhc%2Fweb%2Fwiklou.git [FileBackend] r113704: updated FileBackend constructor documentation --- diff --git a/includes/filerepo/backend/FileBackend.php b/includes/filerepo/backend/FileBackend.php index e0f654a03f..4d13e3fda4 100644 --- a/includes/filerepo/backend/FileBackend.php +++ b/includes/filerepo/backend/FileBackend.php @@ -57,8 +57,10 @@ abstract class FileBackend { * This should consist of alphanumberic, '-', and '_' characters. * This name should not be changed after use. * 'wikiId' : Prefix to container names that is unique to this wiki. - * This should consist of alphanumberic, '-', and '_' characters. + * It should only consist of alphanumberic, '-', and '_' characters. * 'lockManager' : Registered name of a file lock manager to use. + * 'fileJournal' : File journal configuration; see FileJournal::factory(). + * Journals simply log changes to files stored in the backend. * 'readOnly' : Write operations are disallowed if this is a non-empty string. * It should be an explanation for the backend being read-only. *