1 | <?php |
||
24 | class GearmanCacheClearCommand extends ContainerAwareCommand |
||
25 | { |
||
26 | |||
27 | /** |
||
28 | * Console Command configuration |
||
29 | */ |
||
30 | 16 | protected function configure() |
|
39 | |||
40 | /** |
||
41 | * Executes the current command. |
||
42 | * |
||
43 | * @param InputInterface $input An InputInterface instance |
||
44 | * @param OutputInterface $output An OutputInterface instance |
||
45 | * |
||
46 | * @return null|int null or 0 if everything went fine, or an error code |
||
47 | * |
||
48 | * @throws \LogicException When this abstract class is not implemented |
||
49 | */ |
||
50 | 2 | protected function execute(InputInterface $input, OutputInterface $output) |
|
61 | } |
||
62 |