mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-22 20:16:08 +02:00
Created The getURI function (markdown)
9
The-getURI-function.md
Normal file
9
The-getURI-function.md
Normal file
@@ -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;
|
||||||
|
}
|
||||||
|
```
|
Reference in New Issue
Block a user