]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/store/store.class.php
Fixed #55 - export des données au format json
[github/wallabag/wallabag.git] / inc / store / store.class.php
index ae3cb3411acc775cb4cf54ebaf6bb8b2e9225850..360ff7c20e5f06950f42f5ec4d91455ac620ea1c 100644 (file)
@@ -17,6 +17,10 @@ class Store {
 
     }
 
+    public function retrieveAll() {
+        
+    }
+
     public function retrieveOneById($id) {
 
     }