class Pdf extends Pdf (View source)

Adapted from a LGPL script by Philip Clarke

Constants

PMA_PDF_FONT

PDF font to use.

Properties

array $footerset from  Pdf
array $alias from  Pdf
array $tablewidths
array $headerset

Methods

__construct(string $orientation = 'P', string $unit = 'mm', string $format = 'A4', bool $unicode = true, string $encoding = 'UTF-8', bool $diskcache = false, false|int $pdfa = false)

Constructs PDF and configures standard parameters.

void
Footer()

This function must be named "Footer" to work with the TCPDF library

from  Pdf
void
setAlias(string $name, string $value)

Function to set alias which will be expanded on page rendering.

from  Pdf
void
_putpages()

Improved with alias expanding.

from  Pdf
never
Error(mixed $msg = '')

Displays an error message

from  Pdf
bool
checkPageBreak(mixed $h = 0, mixed $y = '', mixed $addpage = true)

Add page if needed.

void
Header()

This method is used to render the page header.

void
morepagestable(int|float $lineheight = 8)

Generate table

void
setTopMargin(mixed $margin)

Defines the top margin.

void
getTriggers(string $db, string $table)

Prints triggers

void
getTableDef(string $db, string $table, bool $doRelation, bool $doComments, bool $doMime)

Print $table's CREATE definition

void
mysqlReport(string $query)

MySQL report

void
setTitleFontSize(int $titleFontSize)

No description

void
setTitleText(string $titleText)

No description

void
setCurrentDb(string|null $currentDb)

No description

void
setCurrentTable(string|null $currentTable)

No description

void
setDbAlias(string|null $dbAlias)

No description

void
setTableAlias(string|null $tableAlias)

No description

void
setAliases(array $aliases)

No description

void
setPurpose(string $purpose)

No description

Details

__construct(string $orientation = 'P', string $unit = 'mm', string $format = 'A4', bool $unicode = true, string $encoding = 'UTF-8', bool $diskcache = false, false|int $pdfa = false)

Constructs PDF and configures standard parameters.

Parameters

string $orientation

page orientation

string $unit unit
string $format

the format used for pages

bool $unicode

true means that the input text is unicode

string $encoding

charset encoding; default is UTF-8.

bool $diskcache

DEPRECATED TCPDF FEATURE

false|int $pdfa

If not false, set the document to PDF/A mode and the good version (1 or 3)

This function must be named "Footer" to work with the TCPDF library

Return Value

void

void setAlias(string $name, string $value)

Function to set alias which will be expanded on page rendering.

Parameters

string $name

name of the alias

string $value

value of the alias

Return Value

void

void _putpages()

Improved with alias expanding.

Return Value

void

never Error(mixed $msg = '')

Displays an error message

Parameters

mixed $msg

the error message

Return Value

never

bool checkPageBreak(mixed $h = 0, mixed $y = '', mixed $addpage = true)

Add page if needed.

Parameters

mixed $h

cell height. Default value: 0

mixed $y

starting y position, leave empty for current position

mixed $addpage

if true add a page, otherwise only return the true/false state

Return Value

bool

void Header()

This method is used to render the page header.

Return Value

void

void morepagestable(int|float $lineheight = 8)

Generate table

Parameters

int|float $lineheight

Height of line

Return Value

void

void setTopMargin(mixed $margin)

Defines the top margin.

The method can be called before creating the first page.

Parameters

mixed $margin

the margin

Return Value

void

void getTriggers(string $db, string $table)

Prints triggers

Parameters

string $db

database name

string $table

table name

Return Value

void

void getTableDef(string $db, string $table, bool $doRelation, bool $doComments, bool $doMime)

Print $table's CREATE definition

Parameters

string $db

the database name

string $table

the table name

bool $doRelation

whether to include relation comments

bool $doComments

whether to include the pmadb-style column comments as comments in the structure; this is deprecated but the parameter is left here because /export calls PMA_exportStructure() also for other export types which use this parameter

bool $doMime

whether to include mime comments

Return Value

void

void mysqlReport(string $query)

MySQL report

Parameters

string $query

Query to execute

Return Value

void

void setTitleFontSize(int $titleFontSize)

No description

Parameters

int $titleFontSize

Return Value

void

void setTitleText(string $titleText)

No description

Parameters

string $titleText

Return Value

void

void setCurrentDb(string|null $currentDb)

No description

Parameters

string|null $currentDb

Return Value

void

void setCurrentTable(string|null $currentTable)

No description

Parameters

string|null $currentTable

Return Value

void

void setDbAlias(string|null $dbAlias)

No description

Parameters

string|null $dbAlias

Return Value

void

void setTableAlias(string|null $tableAlias)

No description

Parameters

string|null $tableAlias

Return Value

void

void setAliases(array $aliases)

No description

Parameters

array $aliases

Return Value

void

void setPurpose(string $purpose)

No description

Parameters

string $purpose

Return Value

void