0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-01 02:52:55 +00:00

[lib/Bridge] Remove loadMetadatas from BridgeAbstract

This method MUST be implemented by the bridges.
This commit is contained in:
logmanoriginal 2016-08-06 19:02:02 +02:00
parent 62c77384ec
commit 7d073b3e96

View File

@ -23,14 +23,6 @@ abstract class BridgeAbstract implements BridgeInterface{
public $maintainer = 'No maintainer';
public $parameters = array();
/**
* Loads the Bridge Metadatas
*/
public function loadMetadatas() {
}
/**
* Launch probative exception
*/