diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 18:09:25 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 18:09:25 +0200 |
commit | 44e77bfa2481090e559b56fd8ffbe5b175ab55ca (patch) | |
tree | 5a55ef08bd91ff9b989497acd01327f306d05a41 /inc/store/store.class.php | |
parent | 016989b79af1f950f449e33c76f368c307c28c19 (diff) | |
download | wallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.tar.gz wallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.tar.zst wallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.zip |
Fixed #55 - export des données au format json
Diffstat (limited to 'inc/store/store.class.php')
-rw-r--r-- | inc/store/store.class.php | 4 |
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 | } |