From ae2c637a06a4fc59124d79a9d77b41c50e463a4c Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 17:42:19 +0200 Subject: [PATCH] Created The getURI function (markdown) --- The-getURI-function.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 The-getURI-function.md 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