Language

package

Default

Methods

Constructor

__construct(string $language_code) 

Arguments

$language_code

string

Language code

Get element from language array by key

get(string $value) : string

Arguments

$value

string

Key of string

Response

string

Load language

load(string $name, string $code = null) 

Arguments

$name

string

Key of string

$code

string

Language code

Get language for views

show(string $value, string $name, string $code = null) : string
static

Arguments

$value

string

this is "word" value from language file

$name

string

name of file with language

$code

string

optional, language code

Response

string

Properties

_array

_array : 

Type(s)

_languageCode

_languageCode : 
static

Type(s)