src/TreeHouse/IoBundle/Command/ScrapeRevisitCommand.php 1 location
|
@@ 40-47 (lines=8) @@
|
37 |
|
* @param SourceManagerInterface $sourceManager |
38 |
|
* @param SourceRevisitor $revisitor |
39 |
|
*/ |
40 |
|
public function __construct(ManagerRegistry $doctrine, SourceManagerInterface $sourceManager, SourceRevisitor $revisitor) |
41 |
|
{ |
42 |
|
$this->doctrine = $doctrine; |
43 |
|
$this->sourceManager = $sourceManager; |
44 |
|
$this->revisitor = $revisitor; |
45 |
|
|
46 |
|
parent::__construct(); |
47 |
|
} |
48 |
|
|
49 |
|
/** |
50 |
|
* @inheritdoc |
src/TreeHouse/IoBundle/Command/ScrapeRevisitUrlsCommand.php 1 location
|
@@ 39-46 (lines=8) @@
|
36 |
|
* @param SourceManagerInterface $sourceManager |
37 |
|
* @param SourceRevisitor $revisitor |
38 |
|
*/ |
39 |
|
public function __construct(ManagerRegistry $doctrine, SourceManagerInterface $sourceManager, SourceRevisitor $revisitor) |
40 |
|
{ |
41 |
|
$this->doctrine = $doctrine; |
42 |
|
$this->sourceManager = $sourceManager; |
43 |
|
$this->revisitor = $revisitor; |
44 |
|
|
45 |
|
parent::__construct(); |
46 |
|
} |
47 |
|
|
48 |
|
/** |
49 |
|
* @inheritdoc |