PhpEngine
in package
implements
Engine
Interfaces, Classes and Traits
Table of Contents
- get() : string
- Get the evaluated contents of the view.
- evaluatePath() : string
- Get the evaluated contents of the view at the given path.
- handleViewException() : void
- Handle a view exception.
Methods
get()
Get the evaluated contents of the view.
public
get(string $path[, array<string|int, mixed> $data = [] ]) : string
Parameters
- $path : string
- $data : array<string|int, mixed> = []
Return values
string —evaluatePath()
Get the evaluated contents of the view at the given path.
protected
evaluatePath(string $__path, array<string|int, mixed> $__data) : string
Parameters
- $__path : string
- $__data : array<string|int, mixed>
Return values
string —handleViewException()
Handle a view exception.
protected
handleViewException(Exception $e, int $obLevel) : void
Parameters
- $e : Exception
- $obLevel : int