wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
PDFPage Class Reference

Public Member Functions

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

Detailed Description

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.

Id:
class.PDFPage.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 29 of file class.PDFPage.php.

Member Function Documentation

PDFPage::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.

Definition at line 37 of file class.PDFPage.php.

References WCMFException\throwEx().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: