PDFPage Class Reference

Detailed Description

PDFPage instances define the content of a pdf page by using a set of FPDF/FPDI commands inside the PDFPage::render method.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 19 of file PDFPage.php.

Public Member Functions

 render ($pdf, $page, $data=null)
 

Member Function Documentation

render (   $pdf,
  $page,
  $data = null 
)

Render data onto a pdf.

Parameters
$pdfA reference to the FPDF/FPDI instance to render onto
$pageThe page number in the pdf document
$dataAn optional data object to get data from.