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

CompilesRawPhp

Methods

protected

compilePhp ( $expression ) : string

Compile the raw PHP statements into valid PHP.

Parameters

  • $expression string
protected

compileUnset ( $expression ) : string

Compile the unset statements into valid PHP.

Parameters

  • $expression string