mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
add const FORMATS = array()
Add a constant FORMATS as a list of compatibles formats. If the list is set null, all formats are compatibles.
This commit is contained in:
parent
fa359e2c72
commit
35c9ff85a3
@ -8,6 +8,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
const MAINTAINER = 'No maintainer';
|
||||
const CACHE_TIMEOUT = 3600;
|
||||
const PARAMETERS = array();
|
||||
const FORMATS = array(); // array of compatibles formats or null
|
||||
|
||||
protected $cache;
|
||||
protected $items = array();
|
||||
|
Loading…
Reference in New Issue
Block a user