mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
add function getExtraInfos() to BridgeAbstract
This commit is contained in:
parent
5edba3a1aa
commit
26d05c32c4
@ -195,6 +195,13 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
return static::URI;
|
return static::URI;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getExtraInfos(){
|
||||||
|
$ExtraInfos = array();
|
||||||
|
$ExtraInfos->'name'= getName();
|
||||||
|
$ExtraInfos->'uri'= getURI();
|
||||||
|
return $ExtraInfos;
|
||||||
|
}
|
||||||
|
|
||||||
public function setCache(\CacheInterface $cache){
|
public function setCache(\CacheInterface $cache){
|
||||||
$this->cache = $cache;
|
$this->cache = $cache;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user