trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesIncludes
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CompilesIncludes
Methods
protected
compileEach ( $expression ) : string
Compile the each statements into valid PHP.
Parameters
- $expression string
protected
compileInclude ( $expression ) : string
Compile the include statements into valid PHP.
Parameters
- $expression string
protected
compileIncludeIf ( $expression ) : string
Compile the include-if statements into valid PHP.
Parameters
- $expression string
protected
compileIncludeWhen ( $expression ) : string
Compile the include-when statements into valid PHP.
Parameters
- $expression string
protected
compileIncludeUnless ( $expression ) : string
Compile the include-unless statements into valid PHP.
Parameters
- $expression string
protected
compileIncludeFirst ( $expression ) : string
Compile the include-first statements into valid PHP.
Parameters
- $expression string