Iso3166OneAlpha2
    
            
            in package
            
        
    
    
            
            Uses
                            UtilsProvider                    
    
List of ISO 3166-1 alpha2 codes.
Tags
Table of Contents
Methods
- getCodes() : mixed
- Get a mapping of code => country.
- getPluginConstantPrefix() : string
- Get the prefix of this package so we can utils package natively.
- getSortedCodes() : mixed
- Get a mapping of code => country sorted by translation.
- setupConstants() : mixed
- Make sure the DEVOWL_MULTILINGUAL constants are available.
Methods
getCodes()
Get a mapping of code => country.
    public
            static        getCodes() : mixed
    getPluginConstantPrefix()
Get the prefix of this package so we can utils package natively.
    public
                    getPluginConstantPrefix() : string
    Return values
stringgetSortedCodes()
Get a mapping of code => country sorted by translation.
    public
            static        getSortedCodes() : mixed
    setupConstants()
Make sure the DEVOWL_MULTILINGUAL constants are available.
    public
            static        setupConstants() : mixed