Maximilian Kresse před 5 roky
rodič
revize
66e6696f1c
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      src/Output/QRFpdf.php

+ 6 - 0
src/Output/QRFpdf.php

@@ -7,6 +7,12 @@ namespace chillerlan\QRCode\Output;
 use chillerlan\QRCode\Data\QRMatrix;
 use chillerlan\QRCode\Data\QRMatrix;
 use chillerlan\Settings\SettingsContainerInterface;
 use chillerlan\Settings\SettingsContainerInterface;
 
 
+/**
+ * QRFpdf output module (requires fpdf)
+ *
+ * @see https://github.com/Setasign/FPDF
+ * @see http://www.fpdf.org/
+ */
 class QRFpdf extends QROutputAbstract
 class QRFpdf extends QROutputAbstract
 {
 {
     public function __construct(SettingsContainerInterface $options, QRMatrix $matrix)
     public function __construct(SettingsContainerInterface $options, QRMatrix $matrix)