PDFTextSection
in package
Section for static text.
Tags
Table of Contents
- $text : mixed
- __construct() : mixed
- Constructor.
- export() : string
- Exports the section.
- getText() : string
- Returns the text.
Properties
$text
private
mixed
$text
= ''
Methods
__construct()
Constructor.
public
__construct(string $text) : mixed
Parameters
- $text : string
-
text
Return values
mixed —export()
Exports the section.
public
export() : string
Return values
string —text
getText()
Returns the text.
public
getText() : string
Return values
string —text