src/TreeHouse/IoBundle/Command/ImportPartCommand.php 1 location
|
@@ 38-45 (lines=8) @@
|
| 35 |
|
* @param ImportFactory $importFactory |
| 36 |
|
* @param LoggerInterface $logger |
| 37 |
|
*/ |
| 38 |
|
public function __construct(ManagerRegistry $doctrine, ImportFactory $importFactory, LoggerInterface $logger) |
| 39 |
|
{ |
| 40 |
|
$this->doctrine = $doctrine; |
| 41 |
|
$this->importFactory = $importFactory; |
| 42 |
|
$this->logger = $logger; |
| 43 |
|
|
| 44 |
|
parent::__construct(); |
| 45 |
|
} |
| 46 |
|
|
| 47 |
|
/** |
| 48 |
|
* @inheritdoc |
src/TreeHouse/IoBundle/Command/ImportRunCommand.php 1 location
|
@@ 42-49 (lines=8) @@
|
| 39 |
|
* @param ImportFactory $importFactory |
| 40 |
|
* @param LoggerInterface $logger |
| 41 |
|
*/ |
| 42 |
|
public function __construct(ManagerRegistry $doctrine, ImportFactory $importFactory, LoggerInterface $logger) |
| 43 |
|
{ |
| 44 |
|
$this->doctrine = $doctrine; |
| 45 |
|
$this->importFactory = $importFactory; |
| 46 |
|
$this->logger = $logger; |
| 47 |
|
|
| 48 |
|
parent::__construct(); |
| 49 |
|
} |
| 50 |
|
|
| 51 |
|
/** |
| 52 |
|
* @inheritdoc |