PhpEngine
class PhpEngine implements Engine (View source)
Properties
protected Filesystem | $files | The filesystem instance. |
Methods
string
get(string $path, array $data = [])
Get the evaluated contents of the view.
string
evaluatePath(string $path, array $data)
Get the evaluated contents of the view at the given path.
void