Total Complexity | 7 |
Total Lines | 55 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class GetCommands |
||
9 | { |
||
10 | protected $container; |
||
11 | |||
12 | public function __construct(AppContainer $appContainer) |
||
15 | } |
||
16 | |||
17 | public function __invoke($args = []) |
||
35 | } |
||
36 | |||
37 | public function constructArguments(BaseCommand $command) |
||
49 | } |
||
50 | |||
51 | public function constructOptions(BaseCommand $command) |
||
65 |