mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 08:05:58 +02:00
Created The getName function (markdown)
parent
b10649af46
commit
ded527bd0e
1 changed files with 9 additions and 0 deletions
9
The-getName-function.md
Normal file
9
The-getName-function.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
The `getName` function returns the name of a bridge.
|
||||
|
||||
**Notice:** By default **RSS-Bridge** returns `const NAME`, so you only have to implement this function if you require different behavior!
|
||||
|
||||
```PHP
|
||||
public function getName(){
|
||||
return self::NAME;
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue