summaryrefslogtreecommitdiffstats
path: root/articleenhancer/articleenhancer.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-10 20:20:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-12 17:05:18 +0200
commit53679811da855acf9bd944a389a48399ca5d5a15 (patch)
treefa75e06a965fb5751017288a5c135bc179574210 /articleenhancer/articleenhancer.php
parentc77a6705d34c81cb933f3d4b83eb18e2b586035a (diff)
serverside full text
remove enhancers add full text client side implementation fix bugs and tests for full text feed
Diffstat (limited to 'articleenhancer/articleenhancer.php')
-rw-r--r--articleenhancer/articleenhancer.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/articleenhancer/articleenhancer.php b/articleenhancer/articleenhancer.php
deleted file mode 100644
index a151de656..000000000
--- a/articleenhancer/articleenhancer.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
- */
-
-namespace OCA\News\ArticleEnhancer;
-
-use \OCA\News\Db\Item;
-
-
-interface ArticleEnhancer {
- /**
- * @param \OCA\News\Db\Item $item
- * @return \OCA\News\Db\Item enhanced item
- */
- public function enhance(Item $item);
-} \ No newline at end of file