W3cubDocs

/Laravel 5.8

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.

Parameters

string $expression

Return Value

string

protected string compileUnset(string $expression)

Compile the unset statements into valid PHP.

Parameters

string $expression

Return Value

string

© 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