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 $path)

Compile the view at the given path.

Details

at line 13
string getCompiledPath(string $path)

Get the path to the compiled version of a view.

Parameters

string $path

Return Value

string

at line 21
bool isExpired(string $path)

Determine if the given view is expired.

Parameters

string $path

Return Value

bool

at line 29
void compile(string $path)

Compile the view at the given path.

Parameters

string $path

Return Value

void