1 | <?php |
||
20 | class HelpCommand extends Command implements CommandInterface |
||
21 | { |
||
22 | /** |
||
23 | * Constructor. |
||
24 | */ |
||
25 | 6 | public function __construct() |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 1 | public function __invoke() |
|
37 | |||
38 | /** |
||
39 | * @param MultiLineResponse $response |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | 1 | public function onHelpTextFollow(MultiLineResponse $response) |
|
47 | } |
||
48 |