summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 13:16:16 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 13:16:16 +0100
commit39d3bc61d81eae92d9615e898bc6dd6b658d71a6 (patch)
tree0914056875d52a085f31d7f7ff070b702c13d9cd /controller/feedcontroller.php
parentdb5ba2b807c3765c9d23b46cd424d2215ed3fc1c (diff)
added all controllers
Diffstat (limited to 'controller/feedcontroller.php')
-rw-r--r--controller/feedcontroller.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php
index 4357d7682..85de04665 100644
--- a/controller/feedcontroller.php
+++ b/controller/feedcontroller.php
@@ -40,16 +40,4 @@ class FeedController extends Controller {
$this->feedMapper = $feedMapper;
}
-
- /**
- * @IsAdminExemption
- * @IsSubAdminExemption
- * @Ajax
- *
- * Returns all feeds
- */
- public function getAll(){
- $feeds = $this->feedMapper->findAll();
- return $this->renderJSON($feeds);
- }
} \ No newline at end of file