CompilesIncludes
trait CompilesIncludes (View source)
Methods
Compile the each statements into valid PHP.
Compile the include statements into valid PHP.
Compile the include-if statements into valid PHP.
Compile the include-when statements into valid PHP.
Compile the include-unless statements into valid PHP.
Compile the include-first statements into valid PHP.
Compile the include-isolated statements into valid PHP.
Details
protected string
compileEach(string $expression)
Compile the each statements into valid PHP.
protected string
compileInclude(string $expression)
Compile the include statements into valid PHP.
protected string
compileIncludeIf(string $expression)
Compile the include-if statements into valid PHP.
protected string
compileIncludeWhen(string $expression)
Compile the include-when statements into valid PHP.
protected string
compileIncludeUnless(string $expression)
Compile the include-unless statements into valid PHP.
protected string
compileIncludeFirst(string $expression)
Compile the include-first statements into valid PHP.
protected string
compileIncludeIsolated(string $expression)
Compile the include-isolated statements into valid PHP.