Rss-Bridge/lib/BridgeInterface.php
Pierre Mazière 235c985901 [BridgeAbstract] replace getCacheDuration method by CACHE_TIMEOUT class constant
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2016-09-25 17:04:28 +02:00

7 lines
123 B
PHP

<?php
interface BridgeInterface {
public function collectData();
public function getName();
public function getURI();
}