mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 14:52:13 +02:00
bridges: Remove obsolete getName() and getURI()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user