diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-22 10:11:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-22 10:11:18 +0100 |
commit | a1f9d40d08de8cf126a7a519c6f040c4df5ed00c (patch) | |
tree | 10b2ca3ff65caf9425b85449b58615fdaf7ef443 /Zotlabs/Lib/ZotDriver.php | |
parent | bdcee4fc30d3be9c8e986a75f3f05ce2cddca1fd (diff) | |
parent | bb2ec5d8dc93ba81a3c156d647639eea131af5a3 (diff) | |
download | volse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.tar.gz volse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.tar.bz2 volse-hubzilla-a1f9d40d08de8cf126a7a519c6f040c4df5ed00c.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Lib/ZotDriver.php')
-rw-r--r-- | Zotlabs/Lib/ZotDriver.php | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Zotlabs/Lib/ZotDriver.php b/Zotlabs/Lib/ZotDriver.php deleted file mode 100644 index e14cc7f35..000000000 --- a/Zotlabs/Lib/ZotDriver.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php /** @file */ - -namespace Zotlabs\Lib; - - -class ZotDriver extends ProtoDriver { - - protected function discover($channel,$location) { - - } - protected function deliver($item,$channel,$recipients) { - - } - protected function collect($channel,$connection) { - - } - protected function change_permissions($permissions,$channel,$recipient) { - - } - protected function acknowledge_permissions($permissions,$channel,$recipient) { - - } - protected function deliver_private($item,$channel,$recipients) { - - } - protected function collect_private($channel,$connection) { - - } - -} |