bridges: Remove obsolete getName() and getURI()

This commit is contained in:
logmanoriginal 2016-08-06 18:40:36 +02:00
parent a1257126bc
commit 0ddf664d89
20 changed files with 7 additions and 138 deletions

View file

@ -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
}