Total Complexity | 7 |
Total Lines | 54 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class GetCommands |
||
9 | { |
||
10 | protected $container; |
||
11 | |||
12 | public function __construct(AppContainer $appContainer) |
||
13 | { |
||
14 | $this->container = $appContainer; |
||
15 | } |
||
16 | |||
17 | public function __invoke($args = []) |
||
34 | } |
||
35 | |||
36 | public function constructArguments(BaseCommand $command) |
||
48 | } |
||
49 | |||
50 | public function constructOptions(BaseCommand $command) |
||
64 |