CompilesFragments
trait CompilesFragments
Properties
| protected string|null | $lastFragment | The last compiled fragment. |
Methods
string
compileFragment(string $expression)
Compile the fragment statements into valid PHP.
string
compileEndfragment()
Compile the end-fragment statements into valid PHP.
Details
at line 17
protected string
compileFragment(string $expression)
Compile the fragment statements into valid PHP.
at line 27
protected string
compileEndfragment()
Compile the end-fragment statements into valid PHP.