interface Engine

Methods

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

Get the evaluated contents of the view.

Details

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

Get the evaluated contents of the view.

Parameters

string $path
array $data

Return Value

string