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