LanguageMapper
extends Mapper
Table of Contents
Methods
-
formatLanguageObject()
: array<string|int, mixed>
-
getFileName()
: string
-
getFilePath()
: string
-
getFolderPath()
: string
-
getFormattedTermList()
: array<string|int, mixed>
-
mapper()
: mixed
public
static formatLanguageObject(mixed $languageobject) : array<string|int, mixed>
Parameters
-
$languageobject
: mixed
-
Return values
array<string|int, mixed>
getFileName()
public
static getFileName(mixed $language) : string
Parameters
-
$language
: mixed
-
getFilePath()
public
static getFilePath(mixed $language) : string
Parameters
-
$language
: mixed
-
getFolderPath()
public
static getFolderPath() : string
public
static getFormattedTermList(mixed $rawtermList) : array<string|int, mixed>
Parameters
-
$rawtermList
: mixed
-
Return values
array<string|int, mixed>
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
-
$map
: array<string|int, mixed>
-
-
$original
: array<string|int, mixed>
-
-
$reverse
: bool
= true
-