This commit is contained in:
Maximilian Kresse
2020-06-03 10:13:21 +02:00
parent 745099642a
commit 66e6696f1c
+6
View File
@@ -7,6 +7,12 @@ namespace chillerlan\QRCode\Output;
use chillerlan\QRCode\Data\QRMatrix;
use chillerlan\Settings\SettingsContainerInterface;
/**
* QRFpdf output module (requires fpdf)
*
* @see https://github.com/Setasign/FPDF
* @see http://www.fpdf.org/
*/
class QRFpdf extends QROutputAbstract
{
public function __construct(SettingsContainerInterface $options, QRMatrix $matrix)