Documentation

Jonah_View_Base
in package

Table of Contents

$_params  : array<string|int, mixed>
Values to include in the view's scope
__construct()  : mixed
Const'r
run()  : mixed
Render this view.
_exit()  : mixed

Properties

$_params

Values to include in the view's scope

protected array<string|int, mixed> $_params

Methods

__construct()

Const'r

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

View parameters

Return values
mixed

run()

Render this view.

public abstract run() : mixed
Return values
mixed

_exit()

protected _exit(mixed $message) : mixed
Parameters
$message : mixed
Return values
mixed

Search results