mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 15:30:01 +02:00
[BridgeAbstract] Clarify usage of the bridge template
parent
152dbc19fd
commit
b81804f5ee
1 changed files with 3 additions and 3 deletions
|
@ -334,12 +334,12 @@ class MySiteBridge extends BridgeAbstract {
|
|||
const URI = '';
|
||||
const DESCRIPTION = 'No description provided';
|
||||
const MAINTAINER = 'No maintainer';
|
||||
const PARAMETERS = array();
|
||||
const CACHE_TIMEOUT = 3600;
|
||||
|
||||
public function collectData(){
|
||||
// Implement your bridge here!
|
||||
}
|
||||
}
|
||||
// Imaginary empty line!
|
||||
```
|
||||
```
|
||||
|
||||
Please remove the comments from the template before opening a PR!
|
Loading…
Add table
Add a link
Reference in a new issue