LAMTCPDF
extends TCPDF
in package
Table of Contents
- $fontName : string
- $structure : PDFStructure
- __construct() : mixed
- Constructor.
- Footer() : mixed
- {@inheritDoc}
- Header() : mixed
- {@inheritDoc}
Properties
$fontName
private
string
$fontName
font name
$structure
private
PDFStructure
$structure
structure
Methods
__construct()
Constructor.
public
__construct(PDFStructure $structure, string $fontName) : mixed
Parameters
- $structure : PDFStructure
-
PDF structure
- $fontName : string
-
font name
Return values
mixed —Footer()
{@inheritDoc}
public
Footer() : mixed
Tags
Return values
mixed —Header()
{@inheritDoc}
public
Header() : mixed