PDFTable
in package
implements
PDFEntry
Represents a table for PDF export.
Tags
Interfaces, Classes, Traits and Enums
- PDFEntry
- Common interface for all PDF entries.
Table of Contents
- $rows : array<string|int, mixed>
- $label : string|null
- optional label of table
- __construct() : mixed
- Constructor
- getHeadline() : string|null
- Returns the head line of the entry.
Properties
$rows
public
array<string|int, mixed>
$rows
= []
list of PDFTableRow elements
$label
optional label of table
private
string|null
$label
Methods
__construct()
Constructor
public
__construct([string|null $label = null ]) : mixed
Parameters
- $label : string|null = null
-
label
Return values
mixed —getHeadline()
Returns the head line of the entry.
public
getHeadline() : string|null
Tags
Return values
string|null —label