aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/store/store.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/store/store.class.php')
-rw-r--r--inc/store/store.class.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/store/store.class.php b/inc/store/store.class.php
index ae3cb341..360ff7c2 100644
--- a/inc/store/store.class.php
+++ b/inc/store/store.class.php
@@ -17,6 +17,10 @@ class Store {
17 17
18 } 18 }
19 19
20 public function retrieveAll() {
21
22 }
23
20 public function retrieveOneById($id) { 24 public function retrieveOneById($id) {
21 25
22 } 26 }