mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
[lib/Bridge] Remove loadMetadatas from BridgeAbstract
This method MUST be implemented by the bridges.
This commit is contained in:
@@ -23,14 +23,6 @@ abstract class BridgeAbstract implements BridgeInterface{
|
|||||||
public $maintainer = 'No maintainer';
|
public $maintainer = 'No maintainer';
|
||||||
public $parameters = array();
|
public $parameters = array();
|
||||||
|
|
||||||
/**
|
|
||||||
* Loads the Bridge Metadatas
|
|
||||||
*/
|
|
||||||
public function loadMetadatas() {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch probative exception
|
* Launch probative exception
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user