CompilesRawPhp
trait CompilesRawPhp (View source)
Methods
| string |  compilePhp(string $expression)  Compile the raw PHP statements into valid PHP.  |  |
| string |  compileUnset(string $expression)  Compile the unset statements into valid PHP.  |  
Details
protected string compilePhp(string $expression)
Compile the raw PHP statements into valid PHP.
protected string compileUnset(string $expression)
Compile the unset statements into valid PHP.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.8/Illuminate/View/Compilers/Concerns/CompilesRawPhp.html