| 1 | <?php |
||
| 16 | class BuildCommand extends SilverStripeCommand |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | */ |
||
| 21 | protected function configure() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | * @param InputInterface $input |
||
| 31 | * @param OutputInterface $output |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 37 | } |
||
| 38 |