1 | <?php |
||
10 | class HelpCommand extends Command |
||
11 | { |
||
12 | private $command; |
||
13 | |||
14 | 1 | protected function configure() |
|
28 | |||
29 | |||
30 | /** |
||
31 | * Sets the command |
||
32 | * |
||
33 | * @param Command $command The command to set |
||
34 | */ |
||
35 | public function setCommand(Command $command) |
||
39 | |||
40 | |||
41 | protected function execute(Input\InputInterface $input, OutputInterface $output) |
||
53 | } |
||
54 |