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  : mixed
list of PDFTableRow elements
$label  : mixed
optional label of table
__construct()  : mixed
Constructor
getHeadline()  : string
Returns the head line of the entry.

Properties

$rows

list of PDFTableRow elements

public mixed $rows = []

$label

optional label of table

private mixed $label = ''

Methods

__construct()

Constructor

public __construct([string $label = null ]) : mixed
Parameters
$label : string = null

label

Return values
mixed

getHeadline()

Returns the head line of the entry.

public getHeadline() : string
Tags
see
PDFEntry::getHeadline()
Return values
string

label

Search results