forked from blallo/rss-bridge
[lib/Bridge] Remove loadMetadatas from BridgeAbstract
This method MUST be implemented by the bridges.
This commit is contained in:
parent
62c77384ec
commit
7d073b3e96
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue