public function TCPDFDrupal::Footer in TCPDF 7
Sets the footer of the document.
Return value
NULL
File
- ./
tcpdf.class.inc, line 95 - Contains \TCPDF\TCPDFDrupal.
Class
- TCPDFDrupal
- Do not create a new instance of this class manually. Use tcpdf_get_instance().
Code
public function Footer() {
if (!$this
->DrupalGenRunningSection($this->drupalFooter)) {
return parent::Footer();
}
}