request implements renderable, templatable
Table of Contents
Interfaces
- renderable
- templatable
Properties
- $page : mixed
Methods
- __construct() : mixed
- export_for_template() : array<string|int, mixed>
Properties
$page
public
mixed
$page
= 0
Methods
__construct()
public
__construct([mixed $page = 0 ]) : mixed
Parameters
- $page : mixed = 0
export_for_template()
public
export_for_template(renderer_base $output) : array<string|int, mixed>
Parameters
- $output : renderer_base