| 1 | <?php | ||
| 19 | class HelpCommand extends Command implements CommandInterface | ||
| 20 | { | ||
| 21 | /** | ||
| 22 | * Constructor. | ||
| 23 | */ | ||
| 24 | 5 | public function __construct() | |
| 28 | |||
| 29 | /** | ||
| 30 |      * {@inheritdoc} | ||
| 31 | */ | ||
| 32 | 1 | public function __invoke() | |
| 36 | |||
| 37 | /** | ||
| 38 | * @param MultiLineResponse $response | ||
| 39 | * | ||
| 40 | * @return string | ||
| 41 | */ | ||
| 42 | 1 | public function onHelpTextFollows(MultiLineResponse $response) | |
| 46 | } | ||
| 47 |