interface Illuminate / View / Compilers / CompilerInterface
You are viewing an older version of the documentation. For the latest, please visit master documentation.

CompilerInterface

Methods

public

getCompiledPath ( $path ) : string

Get the path to the compiled version of a view.

Parameters

  • $path string
public

isExpired ( $path ) : bool

Determine if the given view is expired.

Parameters

  • $path string
public

compile ( $path ) : void

Compile the view at the given path.

Parameters

  • $path string