mydocuments implements renderable, templatable
Table of Contents
Interfaces
- renderable
- templatable
Properties
- $page : mixed
Methods
- __construct() : mixed
- export_for_template() : array<string|int, mixed>
- prepare_data() : array<string|int, mixed>
- Prepare data to be displayed in the table.
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
Return values
array<string|int, mixed>prepare_data()
Prepare data to be displayed in the table.
private
prepare_data(issuance $items) : array<string|int, mixed>
Parameters
- $items : issuance