| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | class LanguageEnglishAustralia extends LanguageEnglishGreatBritain |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * Should this module be enabled when it is first installed? |
||
| 32 | * |
||
| 33 | * @return bool |
||
| 34 | */ |
||
| 35 | public function isEnabledByDefault(): bool |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * One of: 'DMY', 'MDY', 'YMD'. |
||
| 42 | * |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | public function dateOrder(): string |
||
| 48 | } |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return LocaleInterface |
||
| 52 | */ |
||
| 53 | public function locale(): LocaleInterface |
||
| 58 |