summaryrefslogtreecommitdiffstats
path: root/bl
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:00:19 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:00:19 +0100
commita65714c9d2180a0b1b3f02e2dba1a5d5a4a29d2e (patch)
treefd53bfd29b8b1ac8dd68a7c0fa65b4ccd4d644fc /bl
parent3336e829a07dc9267d3340d986b41974a234ffa7 (diff)
added empty methods for controllers
Diffstat (limited to 'bl')
-rw-r--r--bl/feedbl.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index 14182814e..bd89f1c9e 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -34,5 +34,34 @@ class FeedBl extends Bl {
parent::__construct($feedMapper);
}
+ // README: only call this for the cronjob!
+ public function findAll(){
+
+ }
+
+
+ public function findAllFromUser(){
+
+ }
+
+
+ public function create(){
+
+ }
+
+
+ public function update(){
+
+ }
+
+
+ public function move(){
+
+ }
+
+
+ public function read(){
+
+ }
}