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

Class LanguageHelper

Class LanguageHelper

LanguageHelper implements LanguageHelperInterface, CrossCuttingObjectInterface
Package: Extensions\Helpers
Category: System
Located at Extensions/Helpers/LanguageHelper/LanguageHelper.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

LanguageHelper constructor.

LanguageHelper constructor.

Parameters

$db
public LanguageCode
# getLanguageCodeById( IdType $id )

Parameters

$id

Returns

LanguageCode

Override

Implementation of

LanguageHelperInterface::getLanguageCodeById()
public KeyValueCollection
# getLanguageCodes( BoolType $onlyActiveLanguages = null )

Parameters

$onlyActiveLanguages

Returns

KeyValueCollection

Override

Implementation of

LanguageHelperInterface::getLanguageCodes()
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

Implementation of

LanguageHelperInterface::getActiveLanguageCodes()

Properties summary

protected CI_DB_query_builder $db

Database connector.

Database connector.

#
API documentation generated by ApiGen