You are here

function PrintTCPDF::Footer in Printer, email and PDF versions 6

Same name in this branch
  1. 6 print_pdf/print_pdf.class_php4.inc \PrintTCPDF::Footer()
  2. 6 print_pdf/print_pdf.class.inc \PrintTCPDF::Footer()
Same name and namespace in other branches
  1. 5.4 print_pdf/print_pdf.class_php4.inc \PrintTCPDF::Footer()
  2. 5.4 print_pdf/print_pdf.class.inc \PrintTCPDF::Footer()
  3. 5.3 print_pdf/print_pdf.class_php4.inc \PrintTCPDF::Footer()
  4. 5.3 print_pdf/print_pdf.class.inc \PrintTCPDF::Footer()
  5. 7.2 print_pdf/lib_handlers/print_pdf_tcpdf/print_pdf_tcpdf.class.inc \PrintTCPDF::Footer()
  6. 7 print_pdf/print_pdf.class.inc \PrintTCPDF::Footer()
  7. 5.x print_pdf/print_pdf.class_php4.inc \PrintTCPDF::Footer()
  8. 5.x print_pdf/print_pdf.class.inc \PrintTCPDF::Footer()

File

print_pdf/print_pdf.class_php4.inc, line 22
Extend the TCPDF class to be able to customize the Footer (PHP4 version)

Class

PrintTCPDF
@file Extend the TCPDF class to be able to customize the Footer (PHP4 version)

Code

function Footer() {
  $this = theme('print_pdf_tcpdf_footer2', $this);
}