public function PrintTCPDF::setFooterContent in Printer, email and PDF versions 7.2
Same name and namespace in other branches
- 6 print_pdf/print_pdf.class.inc \PrintTCPDF::setFooterContent()
- 7 print_pdf/print_pdf.class.inc \PrintTCPDF::setFooterContent()
Page footer data.
Parameters
string $arg: Footer contents.
File
- print_pdf/
lib_handlers/ print_pdf_tcpdf/ print_pdf_tcpdf.class.inc, line 31 - 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;
}