Translation
Table of Contents
Properties
-
$LanguageFile
: string
Methods
-
__construct()
: mixed
-
Translate()
: string|bool
-
DoTranslation()
: string
$LanguageFile
private
string
$LanguageFile
__construct()
public
__construct([mixed $LanguageFile = null ]) : mixed
Parameters
-
$LanguageFile
: mixed
= null
-
Translate()
public
Translate(string $Key) : string|bool
Parameters
-
$Key
: string
-
Return values
string|bool
DoTranslation()
private
DoTranslation(string $LanguageFile, string $Key) : string
Parameters
-
$LanguageFile
: string
-
-
$Key
: string
-