public function PrintTCPDF::setTcpdfLink in Printer, email and PDF versions 7.2
Same name and namespace in other branches
- 6 print_pdf/print_pdf.class.inc \PrintTCPDF::setTcpdfLink()
- 7 print_pdf/print_pdf.class.inc \PrintTCPDF::setTcpdfLink()
Display invisible link at the bottom of all pages.
Parameters
string $tcpdflink: TCPDF link.
File
- print_pdf/
lib_handlers/ print_pdf_tcpdf/ print_pdf_tcpdf.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 setTcpdfLink($tcpdflink) {
$this->tcpdflink = $tcpdflink;
}