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