TimeTrex API Manual

TTPDF extends tcpdf
in package

Table of Contents

__construct()  : mixed
TTPDF constructor.
footer()  : bool
header()  : bool
TCPDF oddly enough defines standard header/footers, instead of disabling them in every script, just override them as blank here.
_freadint()  : number

Methods

__construct()

TTPDF constructor.

public __construct([string $orientation = 'P' ][, string $unit = 'mm' ][, string $format = 'LETTER' ][, string $encoding = 'UTF-8' ][, bool $diskcache = false ]) : mixed
Parameters
$orientation : string = 'P'
$unit : string = 'mm'
$format : string = 'LETTER'
$encoding : string = 'UTF-8'
$diskcache : bool = false
Return values
mixed
public footer() : bool
Return values
bool

header()

TCPDF oddly enough defines standard header/footers, instead of disabling them in every script, just override them as blank here.

public header() : bool
Return values
bool

_freadint()

protected _freadint( $f) : number
Parameters
$f :
Return values
number

Search results