PhpEngine
class PhpEngine implements Engine (View source)
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
Details
string
get(string $path, array $data = [])
Get the evaluated contents of the view.
protected string
evaluatePath(string $__path, array $__data)
Get the evaluated contents of the view at the given path.
protected void
handleViewException(Throwable $e, int $obLevel)
Handle a view exception.