CompilerInterface
in
Table of Contents
- compile() : void
- Compile the view at the given path.
- getCompiledPath() : string
- Get the path to the compiled version of a view.
- isExpired() : bool
- Determine if the given view is expired.
Methods
compile()
Compile the view at the given path.
public
compile(string $path) : void
Parameters
- $path : string
Return values
void —getCompiledPath()
Get the path to the compiled version of a view.
public
getCompiledPath(string $path) : string
Parameters
- $path : string
Return values
string —isExpired()
Determine if the given view is expired.
public
isExpired(string $path) : bool
Parameters
- $path : string