SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/FPDF.php

  1. <?php
  2. namespace Sprout\Helpers;
  3.  
  4. use tFPDF;
  5.  
  6. /**
  7.  * A compatibility class - this is just a tFPDF wrapper.
  8.  *
  9.  * See https://github.com/Setasign/FPDI
  10.  *
  11.  * @package Sprout\Helpers
  12.  */
  13. class FPDF extends tFPDF
  14. {
  15. }
  16.