From 2c0cbeac0de984dea76b302b5cc3d0b987c80b55 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Mar 2013 17:07:57 +0100 Subject: added additional empty methods --- bl/itembl.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'bl/itembl.php') diff --git a/bl/itembl.php b/bl/itembl.php index 5f02f69ad..7dee2318f 100644 --- a/bl/itembl.php +++ b/bl/itembl.php @@ -26,13 +26,33 @@ namespace OCA\News\Bl; use \OCA\News\Db\Item; +use \OCA\News\Db\ItemMapper; class ItemBl extends Bl { - public function __construct($itemMapper){ + public function __construct(ItemMapper $itemMapper){ parent::__construct($itemMapper); } + public function findAll(){ + + } + + + public function finStarred(){ + + } + + + public function star(){ + + } + + + public function read(){ + + } + } -- cgit v1.2.3