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.

Parameters

string $expression

Return Value

string

at line 23
protected string compileEndphp()

Compile end-php statements into valid PHP.

Return Value

string

at line 34
protected string compileUnset(string $expression)

Compile the unset statements into valid PHP.

Parameters

string $expression

Return Value

string