tcpdflink = $tcpdflink; } // Page footer data public function setFooterContent($arg = '') { $this->footer = $arg; } // Page footer public function Footer() { theme('print_pdf_tcpdf_footer2', array('pdf' => $this)); } }