aboutsummaryrefslogtreecommitdiff
path: root/lib/BridgeInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BridgeInterface.php')
-rw-r--r--lib/BridgeInterface.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/BridgeInterface.php b/lib/BridgeInterface.php
new file mode 100644
index 00000000..5054d102
--- /dev/null
+++ b/lib/BridgeInterface.php
@@ -0,0 +1,7 @@
+<?php
+interface BridgeInterface {
+ public function collectData();
+ public function getCacheDuration();
+ public function getName();
+ public function getURI();
+}