1 | <?php |
||
11 | class FetchAssetsCommand extends ContainerAwareCommand |
||
|
|||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function configure() |
||
24 | |||
25 | /** |
||
26 | * @param InputInterface $input |
||
27 | * @param OutputInterface $output |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | protected function execute(InputInterface $input, OutputInterface $output) |
||
47 | } |
||
48 |