mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 10:05:32 +03:00
235c985901
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
6 lines
123 B
PHP
6 lines
123 B
PHP
<?php
|
|
interface BridgeInterface {
|
|
public function collectData();
|
|
public function getName();
|
|
public function getURI();
|
|
}
|