trait CompilesErrors

Methods

string
compileError(string $expression)

Compile the error statements into valid PHP.

string
compileEnderror()

Compile the enderror statements into valid PHP.

Details

at line 12
protected string compileError(string $expression)

Compile the error statements into valid PHP.

Parameters

string $expression

Return Value

string

at line 26
protected string compileEnderror()

Compile the enderror statements into valid PHP.

Return Value

string