1 | <?php |
||
8 | class GenerateCommand extends Command |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @var TDBMService |
||
13 | */ |
||
14 | private $tdbmService; |
||
15 | |||
16 | public function __construct(TDBMService $tdbmService) |
||
20 | |||
21 | protected function configure() |
||
28 | |||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
36 | } |
||
37 |