[Bridge] Remove duplicate definition of member variables
This commit is contained in:
parent
1e9edf49de
commit
07f664b2fa
1 changed files with 0 additions and 4 deletions
|
@ -338,10 +338,6 @@ class Bridge{
|
||||||
|
|
||||||
abstract class RssExpander extends HttpCachingBridgeAbstract{
|
abstract class RssExpander extends HttpCachingBridgeAbstract{
|
||||||
|
|
||||||
public $name;
|
|
||||||
public $uri;
|
|
||||||
public $description;
|
|
||||||
|
|
||||||
public function collectExpandableDatas(array $param, $name){
|
public function collectExpandableDatas(array $param, $name){
|
||||||
if (empty($name)) {
|
if (empty($name)) {
|
||||||
$this->returnServerError('There is no $name for this RSS expander');
|
$this->returnServerError('There is no $name for this RSS expander');
|
||||||
|
|
Loading…
Reference in a new issue