X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=inc%2Fstore%2Fstore.class.php;h=dd7d4cfeeb1bd53f5a4d8d5a34de0453750d10f2;hb=b161295d0b53a5ae194e236b0a7c662e9ac2ff9a;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..dd7d4cfe 100644 --- a/inc/store/store.class.php +++ b/inc/store/store.class.php @@ -13,10 +13,22 @@ class Store { } + public function getLogin() { + + } + + public function getPassword() { + + } + public function add() { } + public function retrieveAll() { + + } + public function retrieveOneById($id) { }