trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesRawPhp
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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