Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • 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
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractCollection
  • AddressFormatProvider
  • CurrencyCode
  • CustomerStatusProvider
  • EditableCollection
  • EditableKeyValueCollection
  • EmptyCurrencyCode
  • EmptyDateTime
  • EmptyLanguageCode
  • IdCollection
  • KeyValueCollection
  • LanguageCode
  • StringCollection
  • YetAnotherLanguageProvider

Class EmptyLanguageCode

EmptyLanguageCode

The purpose of this class is to return an empty string as representation of a empty language code value.

LanguageCode
Extended by EmptyLanguageCode
Package: Shared
Category: System
Located at Shared/EmptyLanguageCode.inc.php

Methods summary

public
# __construct( )

Override constructor, as no argument are passed, and therefore no validation is needed in this class.

Override constructor, as no argument are passed, and therefore no validation is needed in this class.

Throws

InvalidArgumentException

Overrides

LanguageCode::__construct
public string
# __toString( )

Returns the language code.

Returns the language code.

Returns

string

Overrides

LanguageCode::__toString

Methods inherited from LanguageCode

asString()

Properties summary

Properties inherited from LanguageCode

$languageCode

API documentation generated by ApiGen