| 1 | <?php |
||
| 11 | class ConsoleInputMigratorConfigurationFactory implements MigratorConfigurationFactory |
||
| 12 | { |
||
| 13 | /** @var Configuration */ |
||
| 14 | private $configuration; |
||
| 15 | |||
| 16 | 33 | public function __construct(Configuration $configuration) |
|
| 20 | |||
| 21 | 33 | public function getMigratorConfiguration(InputInterface $input) : MigratorConfiguration |
|
| 32 | } |
||
| 33 |