You are here

public function PrintTCPDF::setTcpdfLink 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::setTcpdfLink()
  2. 7 print_pdf/print_pdf.class.inc \PrintTCPDF::setTcpdfLink()

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 setTcpdfLink($tcpdflink) {
  $this->tcpdflink = $tcpdflink;
}