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