LDAP Account Manager

PDFTable
in package
implements PDFEntry

Represents a table for PDF export.

Tags
author

Roland Gruber

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
see
PDFEntry::getHeadline()
Return values
string|null

label

Search results