diff --git a/The-getURI-function.md b/The-getURI-function.md new file mode 100644 index 0000000..745f77a --- /dev/null +++ b/The-getURI-function.md @@ -0,0 +1,9 @@ +The `getURI` function returns the base URI for a bridge. + +**Notice:** By default **RSS-Bridge** returns `const URI`, so you only have to implement this function if you require different behavior! + +```PHP + public function getURI(){ + return self::URI; + } +``` \ No newline at end of file