class FileEngine implements EngineInterface

Methods

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

Get the evaluated contents of the view.

Details

at line 14
string get(string $path, array $data = [])

Get the evaluated contents of the view.

Parameters

string $path
array $data

Return Value

string