void
__construct
(string $title, [string $font = ])
-
string
$title: O título principal do relatório
-
string
$font: O tamanho da fonte a ser usada no relatório
void
Table
(array $header, array $info, string $titulo)
-
array
$header: Um array contendo o cabeçalho da tabela a ser impressa
-
array
$info: Um array contendo os dados a serem impressos
-
string
$titulo: Título da tabela
void
Text
(string $contents)
-
string
$contents: O texto a ser impresso