1 | <?php |
||
16 | class DumpSqlCommand extends Command { |
||
17 | |||
18 | /** |
||
19 | * @var StoreSchema |
||
20 | */ |
||
21 | private $storeSchema; |
||
22 | |||
23 | /** |
||
24 | * @var AbstractPlatform |
||
25 | */ |
||
26 | private $platform; |
||
27 | |||
28 | public function setDependencies( StoreSchema $storeSchema, AbstractPlatform $platform ) { |
||
32 | |||
33 | protected function configure() { |
||
37 | |||
38 | protected function execute( InputInterface $input, OutputInterface $output ) { |
||
43 | |||
44 | private function getQueries() { |
||
48 | |||
49 | } |
||
50 |