1 | <?php |
||
14 | class AnalyticsRefreshTagCommand extends ContainerAwareCommand |
||
15 | { |
||
16 | /** |
||
17 | * Configure the command |
||
18 | */ |
||
19 | protected function configure() |
||
26 | |||
27 | /** |
||
28 | * @param InputInterface $input |
||
29 | * @param OutputInterface $output |
||
30 | * |
||
31 | * @return null |
||
32 | */ |
||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
37 | } |
||
38 |