|
wCMF
3.6
|
Public Member Functions | |
| render (&$pdf, $page, $data=null) | |
PDFPage instances define the content of a pdf page by using a set of FPDF/FPDI commands inside the PDFPage::render method.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 29 of file class.PDFPage.php.
| PDFPage::render | ( | & | $pdf, |
| $page, | |||
$data = null |
|||
| ) |
Render data onto a pdf.
| A reference to the FPDF/FPDI instance to render onto | |
| page | The page number in the pdf document |
| data | An optional data object to get data from. |
Definition at line 37 of file class.PDFPage.php.
References WCMFException\throwEx().
Here is the call graph for this function: