class CompilerEngine extends PhpEngine (View source)

Methods

string
get( string $path, array $data = array())

Get the evaluated contents of the view.

void
__construct( CompilerInterface $compiler)

Create a new Blade view engine instance.

getCompiler()

Get the compiler implementation.

Details

at line line 43
string get( string $path, array $data = array())

Get the evaluated contents of the view.

Parameters

string $path
array $data

Return Value

string

at line line 31
void __construct( CompilerInterface $compiler)

Create a new Blade view engine instance.

Parameters

CompilerInterface $compiler

Return Value

void

at line line 98
CompilerInterface getCompiler()

Get the compiler implementation.

Return Value

CompilerInterface