public function PrintTCPDF::setTcpdfLink in Printer, email and PDF versions 7
Same name and namespace in other branches
- 6 print_pdf/print_pdf.class.inc \PrintTCPDF::setTcpdfLink()
- 7.2 print_pdf/lib_handlers/print_pdf_tcpdf/print_pdf_tcpdf.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;
}