Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | final class Console extends Application |
||
13 | { |
||
14 | /** @var InputInterface */ |
||
15 | private $input; |
||
16 | |||
17 | public function __construct(string $name = 'AntiDot Framework Console Tool', string $version = '1.0.0') |
||
21 | } |
||
22 | |||
23 | public function run(InputInterface $input = null, OutputInterface $output = null) |
||
26 | } |
||
27 | |||
28 | public function getInput(): InputInterface |
||
33 |