interface Illuminate / View / Compilers / CompilerInterface

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