Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
7 | final class Language |
||
8 | { |
||
9 | public const ENGLISH = 'english'; |
||
10 | public const FRENCH = 'french'; |
||
11 | public const NORWEGIAN_BOKMAL = 'norwegian-bokmal'; |
||
12 | public const PORTUGUESE = 'portuguese'; |
||
13 | public const SPANISH = 'spanish'; |
||
14 | public const TURKISH = 'turkish'; |
||
15 | |||
16 | private function __construct() |
||
20 |