]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/PocketImport.php
create ImportController to list importers
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / PocketImport.php
index 413c9ccc7ece071e3f01340782afaf5065ed4ded..81af8e5758a9fb0e73abe976f668c62d759288be 100644 (file)
@@ -23,6 +23,16 @@ class PocketImport implements ImportInterface
         $this->consumerKey = $consumerKey;
     }
 
+    public function getName()
+    {
+        return 'Pocket';
+    }
+
+    public function getDescription()
+    {
+        return 'This importer will import all your <a href="https://getpocket.com">Pocket</a> data.';
+    }
+
     /**
      * Create a new Client.
      *