mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
[BridgeAbstract] Clarify usage of the bridge template
@@ -334,12 +334,12 @@ class MySiteBridge extends BridgeAbstract {
|
|||||||
const URI = '';
|
const URI = '';
|
||||||
const DESCRIPTION = 'No description provided';
|
const DESCRIPTION = 'No description provided';
|
||||||
const MAINTAINER = 'No maintainer';
|
const MAINTAINER = 'No maintainer';
|
||||||
const PARAMETERS = array();
|
|
||||||
const CACHE_TIMEOUT = 3600;
|
|
||||||
|
|
||||||
public function collectData(){
|
public function collectData(){
|
||||||
// Implement your bridge here!
|
// Implement your bridge here!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Imaginary empty line!
|
// Imaginary empty line!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Please remove the comments from the template before opening a PR!
|
Reference in New Issue
Block a user