CompilesRawPhp
trait CompilesRawPhp
Methods
string
compilePhp(string $expression)
Compile the raw PHP statements into valid PHP.
string
compileEndphp()
Compile end-php statements into valid PHP.
string
compileUnset(string $expression)
Compile the unset statements into valid PHP.
Details
at line 13
protected string
compilePhp(string $expression)
Compile the raw PHP statements into valid PHP.
at line 23
protected string
compileEndphp()
Compile end-php statements into valid PHP.
at line 34
protected string
compileUnset(string $expression)
Compile the unset statements into valid PHP.