Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CacheTokenHelper
  • ColorHelper
  • CustomerStatusHelper
  • DataTableColumn
  • DataTableColumnCollection
  • DataTableColumnType
  • DataTableHelper
  • FilesystemHelper
  • LanguageHelper
  • StringHelper

Interfaces

  • CacheTokenHelperInterface
  • LanguageHelperInterface
  • StringHelperInterface

Interface LanguageHelperInterface

Class LanguageHelperInterface

Direct known implementers

LanguageHelper

Package: Extensions\Helpers
Category: System
Located at Extensions/Helpers/LanguageHelper/Interfaces/LanguageHelperInterface.inc.php

Methods summary

public LanguageCode
# getLanguageCodeById( IdType $id )

Gets the corresponding language code for the given ID

Gets the corresponding language code for the given ID

Parameters

$id

Returns

LanguageCode
public KeyValueCollection
# getLanguageCodes( BoolType $onlyActiveLanguages = null )

Gets all language codes in a KeyValueCollection with language ID as key

Gets all language codes in a KeyValueCollection with language ID as key

Parameters

$onlyActiveLanguages

Returns

KeyValueCollection
public KeyValueCollection
# getActiveLanguageCodes( )

Gets the language codes of all active languages in a KeyValueCollection

Gets the language codes of all active languages in a KeyValueCollection

Returns

KeyValueCollection
API documentation generated by ApiGen