mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 04:31:16 +03:00
Created The getDescription function (markdown)
parent
1277ef438c
commit
906a132e4b
1 changed files with 9 additions and 0 deletions
9
The-getDescription-function.md
Normal file
9
The-getDescription-function.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
The `getDescription` function returns the description for a bridge.
|
||||
|
||||
**Notice:** By default **RSS-Bridge** returns the contents of `const DESCRIPTION`, so you only have to implement this function if you require different behavior!
|
||||
|
||||
```PHP
|
||||
public function getDescription(){
|
||||
return self::DESCRIPTION;
|
||||
}
|
||||
```
|
Loading…
Add table
Reference in a new issue