13 lines
291 B
PHP
13 lines
291 B
PHP
<?php
|
|
/**
|
|
* This file is part of FPDI
|
|
*
|
|
* @package FPDI
|
|
* @copyright Copyright (c) 2017 Setasign - Jan Slabon (http://www.setasign.com)
|
|
* @license http://opensource.org/licenses/mit-license The MIT License
|
|
* @version 1.6.2
|
|
*/
|
|
class fpdi_bridge extends FPDF
|
|
{
|
|
// empty body
|
|
} |