CompilesRawPhp
Table of Contents
- compilePhp() : string
- Compile the raw PHP statements into valid PHP.
- compileUnset() : string
- Compile the unset statements into valid PHP.
Methods
compilePhp()
Compile the raw PHP statements into valid PHP.
protected
compilePhp(string $expression) : string
Parameters
- $expression : string
Return values
string —compileUnset()
Compile the unset statements into valid PHP.
protected
compileUnset(string $expression) : string
Parameters
- $expression : string