LanguageDependentConfiguration
extends
Configuration
in
Interface LanguageDependentConfiguration
Table of Contents
- key() : string
- Returns the configuration key.
- languageCode() : string
- sortOrder() : int|null
- Returns the configuration sort order.
- value() : string|null
- Returns the configuration value.
Methods
key()
Returns the configuration key.
public
key() : string
Return values
string —languageCode()
public
languageCode() : string
Return values
string —sortOrder()
Returns the configuration sort order.
public
sortOrder() : int|null
Return values
int|null —value()
Returns the configuration value.
public
value() : string|null