mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
bridges: Remove obsolete getName() and getURI()
This commit is contained in:
parent
a1257126bc
commit
0ddf664d89
20 changed files with 7 additions and 138 deletions
|
@ -9,7 +9,7 @@ class VkBridge extends BridgeAbstract {
|
|||
$this->name = "VK.com";
|
||||
$this->uri = "http://www.vk.com/";
|
||||
$this->description = "Working with open pages";
|
||||
$this->update = "21/02/2016";
|
||||
$this->update = "2016-08-06";
|
||||
$this->parameters["Url on page group or user"] = '[
|
||||
{
|
||||
"name" : "Url",
|
||||
|
@ -53,10 +53,6 @@ class VkBridge extends BridgeAbstract {
|
|||
return(isset($this->name) ? $this->name . ' - ' : '') . 'VK Bridge';
|
||||
}
|
||||
|
||||
public function getURI() {
|
||||
return 'http://vk.com';
|
||||
}
|
||||
|
||||
public function getCacheDuration() {
|
||||
return 300; // 5 minutes
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue