CompilesIncludes
Table of Contents
- compileEach() : string
- Compile the each statements into valid PHP.
- compileInclude() : string
- Compile the include statements into valid PHP.
- compileIncludeFirst() : string
- Compile the include-first statements into valid PHP.
- compileIncludeIf() : string
- Compile the include-if statements into valid PHP.
- compileIncludeWhen() : string
- Compile the include-when statements into valid PHP.
Methods
compileEach()
Compile the each statements into valid PHP.
protected
compileEach(string $expression) : string
Parameters
- $expression : string
Return values
string —compileInclude()
Compile the include statements into valid PHP.
protected
compileInclude(string $expression) : string
Parameters
- $expression : string
Return values
string —compileIncludeFirst()
Compile the include-first statements into valid PHP.
protected
compileIncludeFirst(string $expression) : string
Parameters
- $expression : string
Return values
string —compileIncludeIf()
Compile the include-if statements into valid PHP.
protected
compileIncludeIf(string $expression) : string
Parameters
- $expression : string
Return values
string —compileIncludeWhen()
Compile the include-when statements into valid PHP.
protected
compileIncludeWhen(string $expression) : string
Parameters
- $expression : string