Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Package extends BaseCommand |
||
11 | { |
||
12 | public $loadMODX = true; |
||
13 | |||
14 | protected function configure() |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Runs the command. |
||
24 | * |
||
25 | * @param InputInterface $input |
||
26 | * @param OutputInterface $output |
||
27 | * @return int|null|void |
||
28 | */ |
||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
36 |