X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFilePath.php;h=c70081ba4f876008622eaf87f61dadc6eb5fcb02;hb=af80076034fb734d652eb043c523c1d8df974e51;hp=3cf09d82e1b51a3622aa5fe69c791e31433308a2;hpb=925c20a9ca669c67cc44f4468d0e0f3b33b94213;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderFilePath.php b/includes/resourceloader/ResourceLoaderFilePath.php index 3cf09d82e1..c70081ba4f 100644 --- a/includes/resourceloader/ResourceLoaderFilePath.php +++ b/includes/resourceloader/ResourceLoaderFilePath.php @@ -1,8 +1,5 @@ remoteBasePath}/{$this->path}"; } + /** + * @return string + */ + public function getLocalBasePath() { + return $this->localBasePath; + } + + /** + * @return string + */ + public function getRemoteBasePath() { + return $this->remoteBasePath; + } + /** * @return string */