Ejemplo n.º 1
0
 /**
  * This function must be named "Footer" to work with the TCPDF library
  *
  * @return void
  *
  * @see PDF::Footer()
  */
 public function Footer()
 {
     if ($this->_withDoc) {
         parent::Footer();
     }
 }