mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
Created The getMaintainer function (markdown)
9
The-getMaintainer-function.md
Normal file
9
The-getMaintainer-function.md
Normal file
@@ -0,0 +1,9 @@
|
||||
The `getMaintainer` function returns the name of the maintainer for a bridge.
|
||||
|
||||
**Notice:** By default **RSS-Bridge** returns `const MAINTAINER`, so you only have to implement this function if you require different behavior!
|
||||
|
||||
```PHP
|
||||
public function getMaintainer(){
|
||||
return self::MAINTAINER;
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user