PDFLabelValue
in package
implements
PDFEntry
Simple PDF object to print label value entries.
Tags
Interfaces, Classes, Traits and Enums
- PDFEntry
- Common interface for all PDF entries.
Table of Contents
- $label : mixed
- $value : mixed
- __construct() : mixed
- Constructor
- getHeadline() : string
- Returns the head line of the entry.
- getLabel() : string
- Returns the label.
- getValue() : string
- Returns the value.
Properties
$label
private
mixed
$label
= ''
$value
private
mixed
$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
Tags
Return values
string —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