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