Class report

Description

Located in /report.php (line 10)

FPDF
   |
   --report
Method Summary
void __construct (string $title, [string $font = ])
void __destruct ()
void Footer ()
void Header ()
void Table (array $header, array $info, string $titulo)
void Text (string $contents)
Methods
Constructor __construct (line 21)
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
Destructor __destruct (line 142)
void __destruct ()
Footer (line 62)
void Footer ()
Header (line 37)
void Header ()
Table (line 90)
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
Text (line 77)
void Text (string $contents)
  • string $contents: O texto a ser impresso

Documentation generated on Thu, 18 Oct 2007 13:50:29 -0300 by phpDocumentor 1.3.2