aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-03-31 20:46:01 +0200
committerChristian Weiske <cweiske@cweiske.de>2016-03-31 20:46:01 +0200
commit087e616b4eed27573d5a00b725eca02c1584fa4f (patch)
treee42ee972875966a4f6082857f6026ef77ab86a35 /src
parenta23efd3bfd8de4bdf8085ea0e39e7abd4f84f516 (diff)
downloadphinde-087e616b4eed27573d5a00b725eca02c1584fa4f.tar.gz
phinde-087e616b4eed27573d5a00b725eca02c1584fa4f.zip
wip pubsubhubbub
Diffstat (limited to 'src')
-rw-r--r--src/phinde/Subscriptions.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/phinde/Subscriptions.php b/src/phinde/Subscriptions.php
new file mode 100644
index 0000000..9db4b16
--- /dev/null
+++ b/src/phinde/Subscriptions.php
@@ -0,0 +1,12 @@
+<?php
+namespace phinde;
+
+class Subscriptions
+{
+ public function get($url)
+ {
+ //FIXME
+ return false;
+ }
+}
+?>