LanguageFile
in package
implements
GXModuleComponent
Class LanguageFile
Interfaces, Classes and Traits
- GXModuleComponent
- Interface GXModuleComponent
Table of Contents
- $filePath : string
- $language : string
- create() : LanguageFile
- filePath() : string
- language() : string
- type() : string
- __construct() : mixed
- LanguageFile constructor.
Properties
$filePath
private
string
$filePath
$language
private
string
$language
Methods
create()
public
static create(string $filePath, string $language) : LanguageFile
Parameters
- $filePath : string
- $language : string
Return values
LanguageFile —filePath()
public
filePath() : string
Return values
string —language()
public
language() : string
Return values
string —type()
public
static type() : string
Return values
string —__construct()
LanguageFile constructor.
private
__construct(string $filePath, string $language) : mixed
Parameters
- $filePath : string
- $language : string