| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | <?php |
||
| 26 | protected function configure() |
||
| 27 | { |
||
| 28 | $this |
||
| 29 | ->setName('module:list') |
||
| 30 | ->setDescription('Displays information about the currently loaded modules') |
||
| 31 | ->setHelp(<<<EOF |
||
| 32 | The <info>%command.name%</info> command dumps information about the currently loaded modules. |
||
| 33 | |||
| 34 | <info>php %command.full_name%</info> |
||
| 35 | |||
| 36 | EOF |
||
| 37 | ); |
||
| 38 | } |
||
| 39 | |||
| 58 |