trait Illuminate / View / Compilers / Concerns / CompilesTranslations
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

CompilesTranslations

Methods

protected

compileLang ( $expression ) : string

Compile the lang statements into valid PHP.

Parameters

  • $expression string|null
protected

compileEndlang ( ) : string

Compile the end-lang statements into valid PHP.

protected

compileChoice ( $expression ) : string

Compile the choice statements into valid PHP.

Parameters

  • $expression string