You are here

public function PrintTCPDF::setFooterContent in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 7.2 print_pdf/lib_handlers/print_pdf_tcpdf/print_pdf_tcpdf.class.inc \PrintTCPDF::setFooterContent()
  2. 7 print_pdf/print_pdf.class.inc \PrintTCPDF::setFooterContent()

File

print_pdf/print_pdf.class.inc, line 21
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 setFooterContent($arg = '') {
  $this->footer = $arg;
}