mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
Created The getURI function (markdown)
parent
bb1d341135
commit
ae2c637a06
1 changed files with 9 additions and 0 deletions
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;
|
||||
}
|
||||
```
|
Loading…
Add table
Reference in a new issue