X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFilePath.php;h=dff9a39999a1d0e561f11fdeb8b1f09fda8f6b68;hb=70e2881cec98b89edc5afebfae55650782937e67;hp=3cf09d82e1b51a3622aa5fe69c791e31433308a2;hpb=7040be4f72b46a0052f8896ef462d8b98f45e157;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderFilePath.php b/includes/resourceloader/ResourceLoaderFilePath.php index 3cf09d82e1..dff9a39999 100644 --- a/includes/resourceloader/ResourceLoaderFilePath.php +++ b/includes/resourceloader/ResourceLoaderFilePath.php @@ -34,7 +34,8 @@ class ResourceLoaderFilePath { protected $remoteBasePath; /** - * @var string Path to the file */ + * @var string Path to the file + */ protected $path; /** @@ -62,6 +63,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 */