Documentation

CompilesTranslations

Table of Contents

compileChoice()  : string
Compile the choice statements into valid PHP.
compileEndlang()  : string
Compile the end-lang statements into valid PHP.
compileLang()  : string
Compile the lang statements into valid PHP.

Methods

compileChoice()

Compile the choice statements into valid PHP.

protected compileChoice(string $expression) : string
Parameters
$expression : string
Return values
string

compileEndlang()

Compile the end-lang statements into valid PHP.

protected compileEndlang() : string
Return values
string

compileLang()

Compile the lang statements into valid PHP.

protected compileLang(string $expression) : string
Parameters
$expression : string
Return values
string

Search results