| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | protected function configure() |
||
| 14 | { |
||
| 15 | $this->setName('GenerateTimeZonesMapData'); |
||
| 16 | $this->setDescription('Generate time zone data files'); |
||
| 17 | $this->setDefinition( |
||
| 18 | array( |
||
| 19 | new InputArgument('InputFile', InputArgument::REQUIRED, 'The input file containing the timezone map data'), |
||
| 20 | new InputArgument('OutputDirectory', InputArgument::REQUIRED, 'The output directory to save the file'), |
||
| 21 | ) |
||
| 32 |