trait Illuminate / View / Compilers / Concerns / CompilesTranslations
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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