forked from wallabag/wallabag
create ImportController to list importers
This commit is contained in:
committed by
Jeremy Benoist
parent
557e549db7
commit
d51b38ed30
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user