Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class StatDumpCommand extends ContainerAwareCommand |
||
25 | { |
||
26 | protected function configure() |
||
27 | { |
||
28 | $this->setName('process:stats'); |
||
29 | $this->addOption('zoom', null, InputOption::VALUE_NONE, 'zoom', null); |
||
30 | } |
||
31 | |||
32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
43 | ); |
||
44 | } |
||
46 |