Merge branch 'autocracy'
[mdref/mdref] / mdref / Finder.php
index cf04fbf6a9f517b9b5aa896b253fa027af28bdbb..e5cb7fb68c16816a618ddcb285ffddd8e8ea5f82 100644 (file)
@@ -36,6 +36,13 @@ class Finder
                $this->baseUrl = $baseUrl;
        }
        
+       /**
+        * @return \http\Controller\Url
+        */
+       function getBaseUrl() {
+               return $this->baseUrl;
+       }
+       
        /**
         * Find a markdown reference file in one REFPATH. If nothing could be found
         * an empty Path will be returned.