trait CompilesTranslations

Methods

string
compileLang(string $expression)

Compile the lang statements into valid PHP.

string
compileEndlang()

Compile the end-lang statements into valid PHP.

string
compileChoice(string $expression)

Compile the choice statements into valid PHP.

Details

at line 13
protected string compileLang(string $expression)

Compile the lang statements into valid PHP.

Parameters

string $expression

Return Value

string

at line 29
protected string compileEndlang()

Compile the end-lang statements into valid PHP.

Return Value

string

at line 40
protected string compileChoice(string $expression)

Compile the choice statements into valid PHP.

Parameters

string $expression

Return Value

string