mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 21:44:01 +02:00
[core + bridges] get rid of loadMetadata
if a bridge needs to modify some of the data that were initialized there, ::__construct() should be used instead. Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
<?php
|
||||
class Rue89Bridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "pit-fgfjiudghdf";
|
||||
$this->name = "Rue89";
|
||||
$this->uri = "http://rue89.nouvelobs.com/";
|
||||
$this->description = "Returns the 5 newest posts from Rue89 (full text)";
|
||||
|
||||
}
|
||||
public $maintainer = "pit-fgfjiudghdf";
|
||||
public $name = "Rue89";
|
||||
public $uri = "http://rue89.nouvelobs.com/";
|
||||
public $description = "Returns the 5 newest posts from Rue89 (full text)";
|
||||
|
||||
private function rue89getDatas($url){
|
||||
|
||||
|
Reference in New Issue
Block a user