CompilesRawPhp
trait CompilesRawPhp
Methods
string
compilePhp(string|null $expression)
Compile the raw PHP statements into valid PHP.
string
compileUnset(string $expression)
Compile the unset statements into valid PHP.
Details
at line 12
protected string
compilePhp(string|null $expression)
Compile the raw PHP statements into valid PHP.
at line 24
protected string
compileUnset(string $expression)
Compile the unset statements into valid PHP.