final class Learn

Methods

static 
newLanguage()

No description

void
fromMoFile(string $localePath)

Merge additional language from .mo file

void
fromPhpFile(string $localePath)

Append additional language from php file

Details

at line 15
static newLanguage()

No description

at line 29
void fromMoFile(string $localePath)

Merge additional language from .mo file

Parameters

string $localePath

Return Value

void

at line 45
void fromPhpFile(string $localePath)

Append additional language from php file

Parameters

string $localePath

Return Value

void