You are here

public function PrintTCPDF::SetFooterData in Printer, email and PDF versions 5.x

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

File

print_pdf/print_pdf.class.inc, line 16
Extend the TCPDF class to be able to customize the Footer

Class

PrintTCPDF
@file Extend the TCPDF class to be able to customize the Footer

Code

public function SetFooterData($arg = '') {
  $this->footer = $arg;
}