| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class Month extends ListAbstract |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Get a list of localized month names |
||
| 30 | * |
||
| 31 | * @param string $width The format name; it can be 'wide' (eg 'January'), |
||
| 32 | * 'abbreviated' (eg 'Jan') or 'narrow' (eg 'J'). |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | public static function getList($width = 'wide') |
||
| 45 |