trait Illuminate / View / Compilers / Concerns / CompilesIncludes

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