CompilerInterface
interface CompilerInterface
Methods
string
getCompiledPath(string $path)
Get the path to the compiled version of a view.
bool
isExpired(string $path)
Determine if the given view is expired.
void
compile(string|null $path = null)
Compile the view at the given path.
Details
at line 12
string
getCompiledPath(string $path)
Get the path to the compiled version of a view.
at line 17
bool
isExpired(string $path)
Determine if the given view is expired.
at line 22
void
compile(string|null $path = null)
Compile the view at the given path.