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