trait CompilesTranslations

Methods

string
compileLang(string|null $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 12
protected string compileLang(string|null $expression)

Compile the lang statements into valid PHP.

Parameters

string|null $expression

Return Value

string

at line 27
protected string compileEndlang()

Compile the end-lang statements into valid PHP.

Return Value

string

at line 35
protected string compileChoice(string $expression)

Compile the choice statements into valid PHP.

Parameters

string $expression

Return Value

string