summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/bl/itembl.php b/bl/itembl.php
index 629f9317f..f9bd15b9a 100644
--- a/bl/itembl.php
+++ b/bl/itembl.php
@@ -36,7 +36,12 @@ class ItemBl extends Bl {
}
- public function findAll(){
+ public function findAllNew($id, $type, $updatedSince, $userId){
+
+ }
+
+
+ public function findAll($id, $type, $limit, $offset, $userId){
// TODO all the crazy finding of items
}