1 | <?php |
||
18 | class ListHandlerCommand extends ContainerAwareCommand |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function configure() |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function execute(InputInterface $input, OutputInterface $output) |
||
43 | |||
44 | /** |
||
45 | * @return array |
||
46 | */ |
||
47 | private function getMetadata() |
||
51 | } |
||
52 |