From 63bb7ef24ded812d6c4b959ddbe0cafe04c83b39 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Tue, 9 Aug 2016 20:01:21 +0200 Subject: bridges: Remove unnecessary functions getName() and getURI() --- bridges/NasaApodBridge.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bridges/NasaApodBridge.php') diff --git a/bridges/NasaApodBridge.php b/bridges/NasaApodBridge.php index 9da120a9..3c0f2565 100644 --- a/bridges/NasaApodBridge.php +++ b/bridges/NasaApodBridge.php @@ -7,7 +7,7 @@ class NasaApodBridge extends BridgeAbstract{ $this->name = "NASA APOD Bridge"; $this->uri = "http://apod.nasa.gov/apod/astropix.html"; $this->description = "Returns the 3 latest NASA APOD pictures and explanations"; - $this->update = "2014-08-27"; + $this->update = "2016-08-09"; } @@ -45,14 +45,6 @@ class NasaApodBridge extends BridgeAbstract{ } } - public function getName(){ - return 'NASA APOD'; - } - - public function getURI(){ - return 'http://apod.nasa.gov/apod/astropix.html'; - } - public function getCacheDuration(){ return 3600*12; // 12 hours } -- cgit v1.2.3