1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-02-19 23:55:44 +01:00
php-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();
}