X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fstore%2Fstore.class.php;h=360ff7c20e5f06950f42f5ec4d91455ac620ea1c;hb=ae9571694f94ef363dba8564fef6b43ae833b508;hp=ae3cb3411acc775cb4cf54ebaf6bb8b2e9225850;hpb=14890de35a19b44df6537e601240fe38ff6a9ed9;p=github%2Fwallabag%2Fwallabag.git 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 { } + public function retrieveAll() { + + } + public function retrieveOneById($id) { }