X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Ffilebackend%2FFileBackend.php;h=306bf353d63277096259d4280fa3f886107db2da;hb=dfb0d94c996aaac6f1be017ee7a5355059ec43ba;hp=042cb675ba6da8d4a5286036db548aa6b398efce;hpb=191230ca850e84161c88567567f4a4e9b3d46422;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index 042cb675ba..306bf353d6 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -128,6 +128,16 @@ abstract class FileBackend { return $this->name; } + /** + * Get the wiki identifier used for this backend (possibly empty) + * + * @return string + * @since 1.20 + */ + final public function getWikiId() { + return $this->wikiId; + } + /** * Check if this backend is read-only *