X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFilePath.php;h=c01e5074551d8eab20496023627ad1cac6149805;hb=88ae57f1fa822783b38df90ca06614738dec3257;hp=3cf09d82e1b51a3622aa5fe69c791e31433308a2;hpb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderFilePath.php b/includes/resourceloader/ResourceLoaderFilePath.php index 3cf09d82e1..c01e507455 100644 --- a/includes/resourceloader/ResourceLoaderFilePath.php +++ b/includes/resourceloader/ResourceLoaderFilePath.php @@ -62,6 +62,20 @@ class ResourceLoaderFilePath { return "{$this->remoteBasePath}/{$this->path}"; } + /** + * @return string + */ + public function getLocalBasePath() { + return $this->localBasePath; + } + + /** + * @return string + */ + public function getRemoteBasePath() { + return $this->remoteBasePath; + } + /** * @return string */