From a65714c9d2180a0b1b3f02e2dba1a5d5a4a29d2e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Mar 2013 17:00:19 +0100 Subject: added empty methods for controllers --- bl/feedbl.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'bl') 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(){ + + } } -- cgit v1.2.3