| 1 | <?php |
||
| 22 | class OverviewFormatCommand extends Command implements CommandInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Constructor. |
||
| 26 | */ |
||
| 27 | 5 | public function __construct() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | 1 | public function __invoke() |
|
| 39 | |||
| 40 | 1 | public function onInformationFollows(MultiLineResponse $response) |
|
| 56 | } |
||
| 57 |