report_issuances implements renderable, templatable
Table of Contents
Interfaces
- renderable
- templatable
Properties
Methods
- __construct() : mixed
- export_for_template() : array<string|int, mixed>
- prepare_searchcriteria() : array<string|int, mixed>
- Prepare search criteria.
- prepare_data() : array<string|int, mixed>
- Prepare data to be displayed in the table.
Properties
$formdata
public
mixed
$formdata
= null
$page
public
mixed
$page
= 0
Methods
__construct()
public
__construct([mixed $page = 0 ][, mixed $formdata = null ]) : mixed
Parameters
- $page : mixed = 0
- $formdata : mixed = null
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_searchcriteria()
Prepare search criteria.
public
prepare_searchcriteria() : array<string|int, mixed>
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