Diglin\Ricardo\Enums\System\LanguageCode
Class LanguageCode
Synopsis
class LanguageCode
extends AbstractEnums
{
- // constants
- const NOTDEFINED = 0;
- const SWITZERLANDFRANDDE = 1;
- const SWITZERLANDDE = 2;
- const SWITZERLANDFR = 3;
- const DENMARK = 12;
- const GREECE = 14;
- const NORWAY = 20;
- // methods
- public static array getEnums()
- // Inherited methods from AbstractEnums
- public static array getEnums()
- public static bool getLabel()
- public static array getValues()
Hierarchy
Constants
Name | Value |
---|---|
NOTDEFINED | 0 |
SWITZERLANDFRANDDE | 1 |
SWITZERLANDDE | 2 |
SWITZERLANDFR | 3 |
DENMARK | 12 |
GREECE | 14 |
NORWAY | 20 |
Methods
History
-
2014-09-28T11:22:59+02:00 (commit #3e11a2c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Update the License to OSL v3.0, add license file, change code header and composer.json
-
2014-09-04T17:15:35+02:00 (commit #9286388)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[]RIC-38 Add log implementation for unit test, structure differently enumeration classes, update the constant of the enums in the different classes