summaryrefslogtreecommitdiffstats
path: root/bl
diff options
context:
space:
mode:
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(){
+
+ }
}