1 | <?php |
||
10 | class DBGenerate extends YarakCommand |
||
11 | { |
||
12 | /** |
||
13 | * Configure the command. |
||
14 | */ |
||
15 | protected function configure() |
||
23 | |||
24 | /** |
||
25 | * Execute the command. |
||
26 | * |
||
27 | * @param InputInterface $input |
||
28 | * @param OutputInterface $output |
||
29 | */ |
||
30 | protected function execute(InputInterface $input, OutputInterface $output) |
||
42 | } |
||
43 |