Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
30 | { |
||
31 | // TODO: wrap MultiLogger in configuration. |
||
32 | // TODO: externalize composer.json file for autoloading (no more parameters for generateAllDaosAndBeans) |
||
33 | |||
34 | $this->tdbmService->generateAllDaosAndBeans(); |
||
35 | } |
||
36 | } |
||
37 |