interface
Illuminate
/
View
/
Compilers
/
CompilerInterface
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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