class PhpEngine implements EngineInterface (View source)

Methods

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

Get the evaluated contents of the view.

Details

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

Get the evaluated contents of the view.

Parameters

string $path
array $data

Return Value

string