Method |
Description |
|
__call ( [type] $method, [type] $arguments ) : [type] |
Any calls made we proxy to the underlying compiler |
|
__construct ( Illuminate\View\Compilers\CompilerInterface $compiler, DeviseCompiler $DeviseCompiler, DeviseParser $DeviseParser ) |
Construct a new blade compiler |
|
compile ( string $path = null ) : void |
Compile the view at the given path. |
|
extend ( Closure $closure ) : [type] |
[extend description] |
|
getCompiledPath ( string $path ) : string |
Get the path to the compiled version of a view. |
|
isExpired ( string $path ) : boolean |
Determine if the given view is expired. |
|