1 | <?php |
||
10 | class Generate extends Command |
||
11 | { |
||
12 | /** |
||
13 | * @var Generate\ReaderDataset |
||
14 | */ |
||
15 | private $stateReader; |
||
16 | |||
17 | /** |
||
18 | * @var Generate\ClassFileWriter |
||
19 | */ |
||
20 | private $writer; |
||
21 | |||
22 | public function __construct() |
||
28 | |||
29 | protected function configure() |
||
33 | |||
34 | protected function execute(InputInterface $input, OutputInterface $output) |
||
48 | } |
||
49 |