You are here

function PdfTemplate::Footer in Views PDF 7.3

Same name and namespace in other branches
  1. 6 views_pdf_template.php \PdfTemplate::Footer()
  2. 7 views_pdf_template.php \PdfTemplate::Footer()
  3. 7.2 views_pdf_template.php \PdfTemplate::Footer()

Function override to output the footer.

File

./views_pdf_template.php, line 182
PDF Class to generate PDFs with native PHP. This class based on FPDF and FPDI.

Class

PdfTemplate
The main class to generate the PDF.

Code

function Footer() {
  $this
    ->_format_header_footer('footer');
}