]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/ImportInterface.php
create ImportController to list importers
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / ImportInterface.php
index 88de3fa8b8f26ccb7fe3da3029dbb9fa44bc980d..f07a120cf5cd8b7262e8985f08818c8e470771b1 100644 (file)
@@ -4,6 +4,8 @@ namespace Wallabag\ImportBundle\Import;
 
 interface ImportInterface
 {
+    public function getName();
+    public function getDescription();
     public function oAuthRequest($redirectUri, $callbackUri);
     public function oAuthAuthorize();
     public function import($accessToken);