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