LDAP Account Manager

PDFLabelValue
in package
implements PDFEntry

Simple PDF object to print label value entries.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

PDFEntry
Common interface for all PDF entries.

Table of Contents

$label  : string
$value  : string
__construct()  : mixed
Constructor
getHeadline()  : string|null
Returns the head line of the entry.
getLabel()  : string
Returns the label.
getValue()  : string
Returns the value.

Properties

$label

private string $label

$value

private string $value

Methods

__construct()

Constructor

public __construct(string $label, string $value) : mixed
Parameters
$label : string

label

$value : string

value

Return values
mixed

getHeadline()

Returns the head line of the entry.

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

label

getLabel()

Returns the label.

public getLabel() : string
Return values
string

$label label

getValue()

Returns the value.

public getValue() : string
Return values
string

$value value

Search results