I18N
extends Component
in package
FinalYes
Tags
Table of Contents
Properties
- $appKind : mixed
- $copies : array<string|int, mixed>
- $hashCode : int
- $hashCounter : int
- $language : mixed
- $languages : mixed
- $path : mixed
- $site : mixed
- $translations : mixed
Methods
- __() : string
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- extends() : bool
- getReflection() : ReflectionClass
- isValidLanguage() : bool
- setAppKind() : void
- setLanguage() : void
- setLoadContext() : void
- setPath() : void
- setSite() : void
- init() : mixed
- loadTranslations() : array<string|int, mixed>
Properties
$appKind
private
static mixed
$appKind
= \Wolfgang\Interfaces\Application\IApplication::KIND_SITE
$copies
private
static array<string|int, mixed>
$copies
= array()
Tags
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
$language
private
static mixed
$language
= DEFAULT_LANGUAGE_CODE
$languages
private
static mixed
$languages
= array('de-DE', 'en-CA', 'fr-FR', 'he-IL', 'es-ES', 'pt-PT')
$path
private
static mixed
$path
= null
$site
private
static mixed
$site
= null
$translations
private
static mixed
$translations
= []
Methods
__()
public
static __(string $text[, string $language = null ][, array<string|int, mixed> $replacements = array() ]) : string
Parameters
- $text : string
- $language : string = null
- $replacements : array<string|int, mixed> = array()
Tags
Return values
string__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassisValidLanguage()
public
static isValidLanguage(string $language) : bool
Parameters
- $language : string
Return values
boolsetAppKind()
public
static setAppKind(string $appKind) : void
Parameters
- $appKind : string
setLanguage()
public
static setLanguage(string $language) : void
Parameters
- $language : string
Tags
setLoadContext()
public
static setLoadContext(string $site, string $appKind, string $path, string $language) : void
Parameters
- $site : string
- $appKind : string
- $path : string
- $language : string
setPath()
public
static setPath(string $path) : void
Parameters
- $path : string
setSite()
public
static setSite(string $site) : void
Parameters
- $site : string
init()
protected
init() : mixed
loadTranslations()
private
static loadTranslations(string $language) : array<string|int, mixed>
Parameters
- $language : string