This commit is contained in:
Jeremy Benoist 2016-09-05 09:35:42 +02:00
parent 3849a9f323
commit 3aca0a9f00
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
4 changed files with 2 additions and 6 deletions

View File

@ -18,6 +18,8 @@ abstract class AbstractImport implements ImportInterface
protected $producer;
protected $user;
protected $markAsRead;
protected $skippedEntries = 0;
protected $importedEntries = 0;
public function __construct(EntityManager $em, ContentProxy $contentProxy)
{

View File

@ -14,8 +14,6 @@ class PocketImport extends AbstractImport
{
private $client;
private $consumerKey;
private $skippedEntries = 0;
private $importedEntries = 0;
private $accessToken;
const NB_ELEMENTS = 5000;

View File

@ -6,8 +6,6 @@ use Wallabag\CoreBundle\Entity\Entry;
class ReadabilityImport extends AbstractImport
{
private $skippedEntries = 0;
private $importedEntries = 0;
private $filepath;
/**

View File

@ -6,8 +6,6 @@ use Wallabag\CoreBundle\Entity\Entry;
abstract class WallabagImport extends AbstractImport
{
protected $skippedEntries = 0;
protected $importedEntries = 0;
protected $filepath;
// untitled in all languages from v1
protected $untitled = [