Selaa lähdekoodia

Deploying to gh-pages from @ chillerlan/php-qrcode@2590ded12eb23f9104ede3da6b88fb95c89e05ad 🚀

codemasher 3 vuotta sitten
vanhempi
commit
952a58a768
100 muutettua tiedostoa jossa 2284 lisäystä ja 1745 poistoa
  1. 22 17
      classes/chillerlan-QRCode-Common-BitBuffer.html
  2. 75 70
      classes/chillerlan-QRCode-Common-ECICharset.html
  3. 30 25
      classes/chillerlan-QRCode-Common-EccLevel.html
  4. 20 15
      classes/chillerlan-QRCode-Common-FormatInformation.html
  5. 21 16
      classes/chillerlan-QRCode-Common-GF256.html
  6. 24 19
      classes/chillerlan-QRCode-Common-GenericGFPoly.html
  7. 41 36
      classes/chillerlan-QRCode-Common-MaskPattern.html
  8. 36 31
      classes/chillerlan-QRCode-Common-Mode.html
  9. 15 10
      classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html
  10. 16 11
      classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html
  11. 12 7
      classes/chillerlan-QRCode-Common-Version.html
  12. 23 18
      classes/chillerlan-QRCode-Data-AlphaNum.html
  13. 21 16
      classes/chillerlan-QRCode-Data-Byte.html
  14. 23 18
      classes/chillerlan-QRCode-Data-ECI.html
  15. 21 16
      classes/chillerlan-QRCode-Data-Kanji.html
  16. 24 19
      classes/chillerlan-QRCode-Data-Number.html
  17. 10 5
      classes/chillerlan-QRCode-Data-QRCodeDataException.html
  18. 23 18
      classes/chillerlan-QRCode-Data-QRData.html
  19. 18 12
      classes/chillerlan-QRCode-Data-QRDataModeAbstract.html
  20. 16 11
      classes/chillerlan-QRCode-Data-QRDataModeInterface.html
  21. 69 64
      classes/chillerlan-QRCode-Data-QRMatrix.html
  22. 33 28
      classes/chillerlan-QRCode-Decoder-Binarizer.html
  23. 37 32
      classes/chillerlan-QRCode-Decoder-BitMatrix.html
  24. 16 11
      classes/chillerlan-QRCode-Decoder-Decoder.html
  25. 27 22
      classes/chillerlan-QRCode-Decoder-DecoderResult.html
  26. 26 21
      classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html
  27. 26 21
      classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html
  28. 24 18
      classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html
  29. 17 12
      classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html
  30. 10 5
      classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html
  31. 20 15
      classes/chillerlan-QRCode-Detector-AlignmentPattern.html
  32. 20 15
      classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html
  33. 21 16
      classes/chillerlan-QRCode-Detector-Detector.html
  34. 26 21
      classes/chillerlan-QRCode-Detector-FinderPattern.html
  35. 37 32
      classes/chillerlan-QRCode-Detector-FinderPatternFinder.html
  36. 13 8
      classes/chillerlan-QRCode-Detector-GridSampler.html
  37. 27 22
      classes/chillerlan-QRCode-Detector-PerspectiveTransform.html
  38. 10 5
      classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html
  39. 19 14
      classes/chillerlan-QRCode-Detector-ResultPoint.html
  40. 10 5
      classes/chillerlan-QRCode-Output-QRCodeOutputException.html
  41. 25 20
      classes/chillerlan-QRCode-Output-QRFpdf.html
  42. 28 23
      classes/chillerlan-QRCode-Output-QRGdImage.html
  43. 29 23
      classes/chillerlan-QRCode-Output-QRImage.html
  44. 29 24
      classes/chillerlan-QRCode-Output-QRImagick.html
  45. 32 27
      classes/chillerlan-QRCode-Output-QRMarkup.html
  46. 26 20
      classes/chillerlan-QRCode-Output-QROutputAbstract.html
  47. 54 49
      classes/chillerlan-QRCode-Output-QROutputInterface.html
  48. 29 24
      classes/chillerlan-QRCode-Output-QRString.html
  49. 236 107
      classes/chillerlan-QRCode-QRCode.html
  50. 10 5
      classes/chillerlan-QRCode-QRCodeException.html
  51. 76 71
      classes/chillerlan-QRCode-QROptions.html
  52. 76 71
      classes/chillerlan-QRCode-QROptionsTrait.html
  53. 15 10
      classes/chillerlan-QRCodeTest-Common-BitBufferTest.html
  54. 19 14
      classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html
  55. 27 22
      classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html
  56. 28 23
      classes/chillerlan-QRCodeTest-Data-ByteTest.html
  57. 26 21
      classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html
  58. 27 22
      classes/chillerlan-QRCodeTest-Data-KanjiTest.html
  59. 27 22
      classes/chillerlan-QRCodeTest-Data-NumberTest.html
  60. 37 32
      classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html
  61. 25 20
      classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html
  62. 24 19
      classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html
  63. 24 19
      classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html
  64. 24 19
      classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html
  65. 24 19
      classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html
  66. 25 20
      classes/chillerlan-QRCodeTest-Output-QRImagickTest.html
  67. 23 18
      classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html
  68. 23 18
      classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html
  69. 23 18
      classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html
  70. 22 17
      classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html
  71. 23 18
      classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html
  72. 23 18
      classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html
  73. 23 18
      classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html
  74. 23 18
      classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
  75. 23 18
      classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
  76. 22 17
      classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
  77. 16 11
      classes/chillerlan-QRCodeTest-QRCodeTest.html
  78. 24 19
      classes/chillerlan-QRCodeTest-QROptionsTest.html
  79. 31 14
      css/base.css
  80. 4 0
      css/template.css
  81. BIN
      descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ
  82. BIN
      descriptors/-/F/jRgdyBLyXKT+BGk4NfTw
  83. BIN
      descriptors/-/F/kNxgM6+xXQuNe88gSOxA
  84. BIN
      descriptors/-/O/p5-gmoh5hPLmm04gN4pQ
  85. BIN
      descriptors/0/8/K5Nh3Keev5uTA1xbHsFg
  86. BIN
      descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ
  87. BIN
      descriptors/0/N/GpaeNybzoU59gW6UhBnQ
  88. BIN
      descriptors/1/C/HhgHbACpp2-v5vnsHqoQ
  89. BIN
      descriptors/1/W/3ebKU0GB6zhMUdVP1b+A
  90. BIN
      descriptors/1/W/oHvshtXLek5m48kI4qYQ
  91. BIN
      descriptors/3/O/NJboKaggdJkamainZjsA
  92. BIN
      descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA
  93. BIN
      descriptors/5/S/JYW4u1Ss7g87mvPurwuQ
  94. BIN
      descriptors/6/1/lB29Unf+MGop8ZfQpbxw
  95. BIN
      descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg
  96. BIN
      descriptors/7/8/QsSJcxuDttqz7kaLKK9w
  97. BIN
      descriptors/8/B/YUUawcRPu8iqa0H4uRzA
  98. BIN
      descriptors/8/T/vc7T6bnZ3UycLojYYsbQ
  99. BIN
      descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ
  100. BIN
      descriptors/A/H/DD90x3SluOjSxkcV88ZA

+ 22 - 17
classes/chillerlan-QRCode-Common-BitBuffer.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -131,80 +136,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Read count (bits)</dd>
 <dd>Read count (bits)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>The buffer content</dd>
 <dd>The buffer content</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Read count (bytes)</dd>
 <dd>Read count (bytes)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Length of the content (bits)</dd>
 <dd>Length of the content (bits)</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>BitBuffer constructor.</dd>
 <dd>BitBuffer constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>returns the buffer content</dd>
 <dd>returns the buffer content</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current buffer length</dd>
 <dd>returns the current buffer length</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>appends a sequence of bits</dd>
 <dd>appends a sequence of bits</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>appends a single bit</dd>
 <dd>appends a single bit</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a>
     <a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 75 - 70
classes/chillerlan-QRCode-Common-ECICharset.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -133,168 +138,168 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_BIG5">BIG5</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_BIG5">BIG5</a>
     <span>
     <span>
-        &nbsp;= 28                    </span>
+        &nbsp;= 28                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437">CP437</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437">CP437</a>
     <span>
     <span>
-        &nbsp;= 0                    </span>
+        &nbsp;= 0                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437_WO_GLI">CP437_WO_GLI</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437_WO_GLI">CP437_WO_GLI</a>
     <span>
     <span>
-        &nbsp;= 2                    </span>
+        &nbsp;= 2                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_EUC_KR">EUC_KR</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_EUC_KR">EUC_KR</a>
     <span>
     <span>
-        &nbsp;= 30                    </span>
+        &nbsp;= 30                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_GB18030">GB18030</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_GB18030">GB18030</a>
     <span>
     <span>
-        &nbsp;= 29                    </span>
+        &nbsp;= 29                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UCS_2">ISO_IEC_10646_UCS_2</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UCS_2">ISO_IEC_10646_UCS_2</a>
     <span>
     <span>
-        &nbsp;= 25                    </span>
+        &nbsp;= 25                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UTF_8">ISO_IEC_10646_UTF_8</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UTF_8">ISO_IEC_10646_UTF_8</a>
     <span>
     <span>
-        &nbsp;= 26                    </span>
+        &nbsp;= 26                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_646_1991">ISO_IEC_646_1991</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_646_1991">ISO_IEC_646_1991</a>
     <span>
     <span>
-        &nbsp;= 27                    </span>
+        &nbsp;= 27                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1">ISO_IEC_8859_1</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1">ISO_IEC_8859_1</a>
     <span>
     <span>
-        &nbsp;= 3                    </span>
+        &nbsp;= 3                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_10">ISO_IEC_8859_10</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_10">ISO_IEC_8859_10</a>
     <span>
     <span>
-        &nbsp;= 12                    </span>
+        &nbsp;= 12                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_11">ISO_IEC_8859_11</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_11">ISO_IEC_8859_11</a>
     <span>
     <span>
-        &nbsp;= 13                    </span>
+        &nbsp;= 13                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_13">ISO_IEC_8859_13</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_13">ISO_IEC_8859_13</a>
     <span>
     <span>
-        &nbsp;= 15                    </span>
+        &nbsp;= 15                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_14">ISO_IEC_8859_14</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_14">ISO_IEC_8859_14</a>
     <span>
     <span>
-        &nbsp;= 16                    </span>
+        &nbsp;= 16                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_15">ISO_IEC_8859_15</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_15">ISO_IEC_8859_15</a>
     <span>
     <span>
-        &nbsp;= 17                    </span>
+        &nbsp;= 17                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_16">ISO_IEC_8859_16</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_16">ISO_IEC_8859_16</a>
     <span>
     <span>
-        &nbsp;= 18                    </span>
+        &nbsp;= 18                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1_GLI">ISO_IEC_8859_1_GLI</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1_GLI">ISO_IEC_8859_1_GLI</a>
     <span>
     <span>
-        &nbsp;= 1                    </span>
+        &nbsp;= 1                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_2">ISO_IEC_8859_2</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_2">ISO_IEC_8859_2</a>
     <span>
     <span>
-        &nbsp;= 4                    </span>
+        &nbsp;= 4                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_3">ISO_IEC_8859_3</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_3">ISO_IEC_8859_3</a>
     <span>
     <span>
-        &nbsp;= 5                    </span>
+        &nbsp;= 5                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_4">ISO_IEC_8859_4</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_4">ISO_IEC_8859_4</a>
     <span>
     <span>
-        &nbsp;= 6                    </span>
+        &nbsp;= 6                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_5">ISO_IEC_8859_5</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_5">ISO_IEC_8859_5</a>
     <span>
     <span>
-        &nbsp;= 7                    </span>
+        &nbsp;= 7                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_6">ISO_IEC_8859_6</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_6">ISO_IEC_8859_6</a>
     <span>
     <span>
-        &nbsp;= 8                    </span>
+        &nbsp;= 8                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_7">ISO_IEC_8859_7</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_7">ISO_IEC_8859_7</a>
     <span>
     <span>
-        &nbsp;= 9                    </span>
+        &nbsp;= 9                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_8">ISO_IEC_8859_8</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_8">ISO_IEC_8859_8</a>
     <span>
     <span>
-        &nbsp;= 10                    </span>
+        &nbsp;= 10                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_9">ISO_IEC_8859_9</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_9">ISO_IEC_8859_9</a>
     <span>
     <span>
-        &nbsp;= 11                    </span>
+        &nbsp;= 11                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -333,70 +338,70 @@
     self::BIG5 =&gt; &#039;BIG-5&#039;,
     self::BIG5 =&gt; &#039;BIG-5&#039;,
     self::GB18030 =&gt; &#039;GB18030&#039;,
     self::GB18030 =&gt; &#039;GB18030&#039;,
     self::EUC_KR =&gt; &#039;EUC-KR&#039;,
     self::EUC_KR =&gt; &#039;EUC-KR&#039;,
-]                    </span>
+]                            </span>
 </dt>
 </dt>
 <dd>map of charset id -&gt; name</dd>
 <dd>map of charset id -&gt; name</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_SHIFT_JIS">SHIFT_JIS</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_SHIFT_JIS">SHIFT_JIS</a>
     <span>
     <span>
-        &nbsp;= 20                    </span>
+        &nbsp;= 20                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1250_LATIN_2">WINDOWS_1250_LATIN_2</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1250_LATIN_2">WINDOWS_1250_LATIN_2</a>
     <span>
     <span>
-        &nbsp;= 21                    </span>
+        &nbsp;= 21                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1251_CYRILLIC">WINDOWS_1251_CYRILLIC</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1251_CYRILLIC">WINDOWS_1251_CYRILLIC</a>
     <span>
     <span>
-        &nbsp;= 22                    </span>
+        &nbsp;= 22                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1252_LATIN_1">WINDOWS_1252_LATIN_1</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1252_LATIN_1">WINDOWS_1252_LATIN_1</a>
     <span>
     <span>
-        &nbsp;= 23                    </span>
+        &nbsp;= 23                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1256_ARABIC">WINDOWS_1256_ARABIC</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1256_ARABIC">WINDOWS_1256_ARABIC</a>
     <span>
     <span>
-        &nbsp;= 24                    </span>
+        &nbsp;= 24                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#property_charsetID">$charsetID</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#property_charsetID">$charsetID</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current ECI character set ID</dd>
 <dd>The current ECI character set ID</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getID">getID()</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getID">getID()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Returns the current character set ID</dd>
 <dd>Returns the current character set ID</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getName">getName()</a>
     <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getName">getName()</a>
     <span>
     <span>
-                        &nbsp;: string|null    </span>
+                                &nbsp;: string|null    </span>
 </dt>
 </dt>
 <dd>Returns the name of the current character set or null if no name is available</dd>
 <dd>Returns the name of the current character set or null if no name is available</dd>
 
 
@@ -426,7 +431,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">BIG5</span>
     <span class="phpdocumentor-signature__name">BIG5</span>
     = <span class="phpdocumentor-signature__default-value">28</span>
     = <span class="phpdocumentor-signature__default-value">28</span>
 </code>
 </code>
@@ -455,7 +460,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">CP437</span>
     <span class="phpdocumentor-signature__name">CP437</span>
     = <span class="phpdocumentor-signature__default-value">0</span>
     = <span class="phpdocumentor-signature__default-value">0</span>
 </code>
 </code>
@@ -484,7 +489,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">CP437_WO_GLI</span>
     <span class="phpdocumentor-signature__name">CP437_WO_GLI</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
 </code>
 </code>
@@ -513,7 +518,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">EUC_KR</span>
     <span class="phpdocumentor-signature__name">EUC_KR</span>
     = <span class="phpdocumentor-signature__default-value">30</span>
     = <span class="phpdocumentor-signature__default-value">30</span>
 </code>
 </code>
@@ -542,7 +547,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">GB18030</span>
     <span class="phpdocumentor-signature__name">GB18030</span>
     = <span class="phpdocumentor-signature__default-value">29</span>
     = <span class="phpdocumentor-signature__default-value">29</span>
 </code>
 </code>
@@ -571,7 +576,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_10646_UCS_2</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_10646_UCS_2</span>
     = <span class="phpdocumentor-signature__default-value">25</span>
     = <span class="phpdocumentor-signature__default-value">25</span>
 </code>
 </code>
@@ -600,7 +605,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_10646_UTF_8</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_10646_UTF_8</span>
     = <span class="phpdocumentor-signature__default-value">26</span>
     = <span class="phpdocumentor-signature__default-value">26</span>
 </code>
 </code>
@@ -629,7 +634,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_646_1991</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_646_1991</span>
     = <span class="phpdocumentor-signature__default-value">27</span>
     = <span class="phpdocumentor-signature__default-value">27</span>
 </code>
 </code>
@@ -658,7 +663,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_1</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_1</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
 </code>
 </code>
@@ -687,7 +692,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_10</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_10</span>
     = <span class="phpdocumentor-signature__default-value">12</span>
     = <span class="phpdocumentor-signature__default-value">12</span>
 </code>
 </code>
@@ -716,7 +721,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_11</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_11</span>
     = <span class="phpdocumentor-signature__default-value">13</span>
     = <span class="phpdocumentor-signature__default-value">13</span>
 </code>
 </code>
@@ -745,7 +750,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_13</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_13</span>
     = <span class="phpdocumentor-signature__default-value">15</span>
     = <span class="phpdocumentor-signature__default-value">15</span>
 </code>
 </code>
@@ -774,7 +779,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_14</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_14</span>
     = <span class="phpdocumentor-signature__default-value">16</span>
     = <span class="phpdocumentor-signature__default-value">16</span>
 </code>
 </code>
@@ -803,7 +808,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_15</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_15</span>
     = <span class="phpdocumentor-signature__default-value">17</span>
     = <span class="phpdocumentor-signature__default-value">17</span>
 </code>
 </code>
@@ -832,7 +837,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_16</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_16</span>
     = <span class="phpdocumentor-signature__default-value">18</span>
     = <span class="phpdocumentor-signature__default-value">18</span>
 </code>
 </code>
@@ -861,7 +866,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_1_GLI</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_1_GLI</span>
     = <span class="phpdocumentor-signature__default-value">1</span>
     = <span class="phpdocumentor-signature__default-value">1</span>
 </code>
 </code>
@@ -890,7 +895,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_2</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_2</span>
     = <span class="phpdocumentor-signature__default-value">4</span>
     = <span class="phpdocumentor-signature__default-value">4</span>
 </code>
 </code>
@@ -919,7 +924,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_3</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_3</span>
     = <span class="phpdocumentor-signature__default-value">5</span>
     = <span class="phpdocumentor-signature__default-value">5</span>
 </code>
 </code>
@@ -948,7 +953,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_4</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_4</span>
     = <span class="phpdocumentor-signature__default-value">6</span>
     = <span class="phpdocumentor-signature__default-value">6</span>
 </code>
 </code>
@@ -977,7 +982,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_5</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_5</span>
     = <span class="phpdocumentor-signature__default-value">7</span>
     = <span class="phpdocumentor-signature__default-value">7</span>
 </code>
 </code>
@@ -1006,7 +1011,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_6</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_6</span>
     = <span class="phpdocumentor-signature__default-value">8</span>
     = <span class="phpdocumentor-signature__default-value">8</span>
 </code>
 </code>
@@ -1035,7 +1040,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_7</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_7</span>
     = <span class="phpdocumentor-signature__default-value">9</span>
     = <span class="phpdocumentor-signature__default-value">9</span>
 </code>
 </code>
@@ -1064,7 +1069,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_8</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_8</span>
     = <span class="phpdocumentor-signature__default-value">10</span>
     = <span class="phpdocumentor-signature__default-value">10</span>
 </code>
 </code>
@@ -1093,7 +1098,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_9</span>
     <span class="phpdocumentor-signature__name">ISO_IEC_8859_9</span>
     = <span class="phpdocumentor-signature__default-value">11</span>
     = <span class="phpdocumentor-signature__default-value">11</span>
 </code>
 </code>
@@ -1123,7 +1128,7 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">MB_ENCODINGS</span>
     <span class="phpdocumentor-signature__name">MB_ENCODINGS</span>
     = <span class="phpdocumentor-signature__default-value">[
     = <span class="phpdocumentor-signature__default-value">[
     self::CP437 =&gt; null,
     self::CP437 =&gt; null,
@@ -1197,7 +1202,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">SHIFT_JIS</span>
     <span class="phpdocumentor-signature__name">SHIFT_JIS</span>
     = <span class="phpdocumentor-signature__default-value">20</span>
     = <span class="phpdocumentor-signature__default-value">20</span>
 </code>
 </code>
@@ -1226,7 +1231,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1250_LATIN_2</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1250_LATIN_2</span>
     = <span class="phpdocumentor-signature__default-value">21</span>
     = <span class="phpdocumentor-signature__default-value">21</span>
 </code>
 </code>
@@ -1255,7 +1260,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1251_CYRILLIC</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1251_CYRILLIC</span>
     = <span class="phpdocumentor-signature__default-value">22</span>
     = <span class="phpdocumentor-signature__default-value">22</span>
 </code>
 </code>
@@ -1284,7 +1289,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1252_LATIN_1</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1252_LATIN_1</span>
     = <span class="phpdocumentor-signature__default-value">23</span>
     = <span class="phpdocumentor-signature__default-value">23</span>
 </code>
 </code>
@@ -1313,7 +1318,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1256_ARABIC</span>
     <span class="phpdocumentor-signature__name">WINDOWS_1256_ARABIC</span>
     = <span class="phpdocumentor-signature__default-value">24</span>
     = <span class="phpdocumentor-signature__default-value">24</span>
 </code>
 </code>

+ 30 - 25
classes/chillerlan-QRCode-Common-EccLevel.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,28 +139,28 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_H">H</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_H">H</a>
     <span>
     <span>
-        &nbsp;= 0b10                    </span>
+        &nbsp;= 0b10                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_L">L</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_L">L</a>
     <span>
     <span>
-        &nbsp;= 0b1                    </span>
+        &nbsp;= 0b1                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_M">M</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_M">M</a>
     <span>
     <span>
-        &nbsp;= 0b0                    </span>
+        &nbsp;= 0b0                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_Q">Q</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_Q">Q</a>
     <span>
     <span>
-        &nbsp;= 0b11                    </span>
+        &nbsp;= 0b11                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -202,7 +207,7 @@
     0b1001010101,
     0b1001010101,
     0b110100001100,
     0b110100001100,
     0b100000111011,
     0b100000111011,
-]]                    </span>
+]]                            </span>
 </dt>
 </dt>
 <dd>ISO/IEC 18004:2000 Section 8.9 - Format Information</dd>
 <dd>ISO/IEC 18004:2000 Section 8.9 - Format Information</dd>
 
 
@@ -290,56 +295,56 @@
     39 =&gt; [22496, 17728, 12656, 9776],
     39 =&gt; [22496, 17728, 12656, 9776],
     // 173
     // 173
     40 =&gt; [23648, 18672, 13328, 10208],
     40 =&gt; [23648, 18672, 13328, 10208],
-]                    </span>
+]                            </span>
 </dt>
 </dt>
 <dd>ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40</dd>
 <dd>ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40</dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current ECC level value</dd>
 <dd>The current ECC level value</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method___toString">__toString()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method___toString">__toString()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns the string representation of the current ECC level</dd>
 <dd>returns the string representation of the current ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getformatPattern">getformatPattern()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getformatPattern">getformatPattern()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the format pattern for the given $eccLevel and $maskPattern</dd>
 <dd>returns the format pattern for the given $eccLevel and $maskPattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getLevel">getLevel()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getLevel">getLevel()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current ECC level</dd>
 <dd>returns the current ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getMaxBits">getMaxBits()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getMaxBits">getMaxBits()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, int&gt;    </span>
+                                &nbsp;: array&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd>returns an array with the max bit lengths for version 1-40 and the current ECC level</dd>
 <dd>returns an array with the max bit lengths for version 1-40 and the current ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getOrdinal">getOrdinal()</a>
     <a href="classes/chillerlan-QRCode-Common-EccLevel.html#method_getOrdinal">getOrdinal()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the ordinal value of the current ECC level</dd>
 <dd>returns the ordinal value of the current ECC level</dd>
 
 
@@ -369,7 +374,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">H</span>
     <span class="phpdocumentor-signature__name">H</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
 </code>
 </code>
@@ -396,7 +401,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">L</span>
     <span class="phpdocumentor-signature__name">L</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
 </code>
 </code>
@@ -423,7 +428,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M</span>
     <span class="phpdocumentor-signature__name">M</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
 </code>
 </code>
@@ -450,7 +455,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">Q</span>
     <span class="phpdocumentor-signature__name">Q</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
 </code>
 </code>
@@ -478,7 +483,7 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">array&lt;string|int, array&lt;string|int, int&gt;&gt;</span>
+        <span class="phpdocumentor-signature__type">array&lt;string|int, array&lt;string|int, int&gt;&gt;</span>
     <span class="phpdocumentor-signature__name">FORMAT_PATTERN</span>
     <span class="phpdocumentor-signature__name">FORMAT_PATTERN</span>
     = <span class="phpdocumentor-signature__default-value">[[
     = <span class="phpdocumentor-signature__default-value">[[
     // L
     // L
@@ -548,7 +553,7 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">MAX_BITS</span>
     <span class="phpdocumentor-signature__name">MAX_BITS</span>
     = <span class="phpdocumentor-signature__default-value">[
     = <span class="phpdocumentor-signature__default-value">[
     //  v  =&gt; [    L,     M,     Q,     H]  // modules
     //  v  =&gt; [    L,     M,     Q,     H]  // modules

+ 20 - 15
classes/chillerlan-QRCode-Common-FormatInformation.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -157,49 +162,49 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#constant_DECODE_LOOKUP">DECODE_LOOKUP</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#constant_DECODE_LOOKUP">DECODE_LOOKUP</a>
     <span>
     <span>
-        &nbsp;= [[0x0, 0x5412], [0x1, 0x5125], [0x2, 0x5e7c], [0x3, 0x5b4b], [0x4, 0x45f9], [0x5, 0x40ce], [0x6, 0x4f97], [0x7, 0x4aa0], [0x8, 0x77c4], [0x9, 0x72f3], [0xa, 0x7daa], [0xb, 0x789d], [0xc, 0x662f], [0xd, 0x6318], [0xe, 0x6c41], [0xf, 0x6976], [0x10, 0x1689], [0x11, 0x13be], [0x12, 0x1ce7], [0x13, 0x19d0], [0x14, 0x762], [0x15, 0x255], [0x16, 0xd0c], [0x17, 0x83b], [0x18, 0x355f], [0x19, 0x3068], [0x1a, 0x3f31], [0x1b, 0x3a06], [0x1c, 0x24b4], [0x1d, 0x2183], [0x1e, 0x2eda], [0x1f, 0x2bed]]                    </span>
+        &nbsp;= [[0x0, 0x5412], [0x1, 0x5125], [0x2, 0x5e7c], [0x3, 0x5b4b], [0x4, 0x45f9], [0x5, 0x40ce], [0x6, 0x4f97], [0x7, 0x4aa0], [0x8, 0x77c4], [0x9, 0x72f3], [0xa, 0x7daa], [0xb, 0x789d], [0xc, 0x662f], [0xd, 0x6318], [0xe, 0x6c41], [0xf, 0x6976], [0x10, 0x1689], [0x11, 0x13be], [0x12, 0x1ce7], [0x13, 0x19d0], [0x14, 0x762], [0x15, 0x255], [0x16, 0xd0c], [0x17, 0x83b], [0x18, 0x355f], [0x19, 0x3068], [0x1a, 0x3f31], [0x1b, 0x3a06], [0x1c, 0x24b4], [0x1d, 0x2183], [0x1e, 0x2eda], [0x1f, 0x2bed]]                            </span>
 </dt>
 </dt>
 <dd>See ISO 18004:2006, Annex C, Table C.1</dd>
 <dd>See ISO 18004:2006, Annex C, Table C.1</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#constant_FORMAT_INFO_MASK_QR">FORMAT_INFO_MASK_QR</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#constant_FORMAT_INFO_MASK_QR">FORMAT_INFO_MASK_QR</a>
     <span>
     <span>
-        &nbsp;= 0x5412                    </span>
+        &nbsp;= 0x5412                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#property_errorCorrectionLevel">$errorCorrectionLevel</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#property_errorCorrectionLevel">$errorCorrectionLevel</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current ECC level value</dd>
 <dd>The current ECC level value</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#property_maskPattern">$maskPattern</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#property_maskPattern">$maskPattern</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current mask pattern (0-7)</dd>
 <dd>The current mask pattern (0-7)</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Receives the format information from a parsed QR Code, detects ECC level and mask pattern</dd>
 <dd>Receives the format information from a parsed QR Code, detects ECC level and mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method_getErrorCorrectionLevel">getErrorCorrectionLevel()</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method_getErrorCorrectionLevel">getErrorCorrectionLevel()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Returns and EccLevel instance ith the detected ECC level set</dd>
 <dd>Returns and EccLevel instance ith the detected ECC level set</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method_getMaskPattern">getMaskPattern()</a>
     <a href="classes/chillerlan-QRCode-Common-FormatInformation.html#method_getMaskPattern">getMaskPattern()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Returns a MaskPattern instance with the detected mask pattern set</dd>
 <dd>Returns a MaskPattern instance with the detected mask pattern set</dd>
 
 
@@ -230,7 +235,7 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">DECODE_LOOKUP</span>
     <span class="phpdocumentor-signature__name">DECODE_LOOKUP</span>
     = <span class="phpdocumentor-signature__default-value">[[0x0, 0x5412], [0x1, 0x5125], [0x2, 0x5e7c], [0x3, 0x5b4b], [0x4, 0x45f9], [0x5, 0x40ce], [0x6, 0x4f97], [0x7, 0x4aa0], [0x8, 0x77c4], [0x9, 0x72f3], [0xa, 0x7daa], [0xb, 0x789d], [0xc, 0x662f], [0xd, 0x6318], [0xe, 0x6c41], [0xf, 0x6976], [0x10, 0x1689], [0x11, 0x13be], [0x12, 0x1ce7], [0x13, 0x19d0], [0x14, 0x762], [0x15, 0x255], [0x16, 0xd0c], [0x17, 0x83b], [0x18, 0x355f], [0x19, 0x3068], [0x1a, 0x3f31], [0x1b, 0x3a06], [0x1c, 0x24b4], [0x1d, 0x2183], [0x1e, 0x2eda], [0x1f, 0x2bed]]</span>
     = <span class="phpdocumentor-signature__default-value">[[0x0, 0x5412], [0x1, 0x5125], [0x2, 0x5e7c], [0x3, 0x5b4b], [0x4, 0x45f9], [0x5, 0x40ce], [0x6, 0x4f97], [0x7, 0x4aa0], [0x8, 0x77c4], [0x9, 0x72f3], [0xa, 0x7daa], [0xb, 0x789d], [0xc, 0x662f], [0xd, 0x6318], [0xe, 0x6c41], [0xf, 0x6976], [0x10, 0x1689], [0x11, 0x13be], [0x12, 0x1ce7], [0x13, 0x19d0], [0x14, 0x762], [0x15, 0x255], [0x16, 0xd0c], [0x17, 0x83b], [0x18, 0x355f], [0x19, 0x3068], [0x1a, 0x3f31], [0x1b, 0x3a06], [0x1c, 0x24b4], [0x1d, 0x2183], [0x1e, 0x2eda], [0x1f, 0x2bed]]</span>
 </code>
 </code>
@@ -260,7 +265,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">FORMAT_INFO_MASK_QR</span>
     <span class="phpdocumentor-signature__name">FORMAT_INFO_MASK_QR</span>
     = <span class="phpdocumentor-signature__default-value">0x5412</span>
     = <span class="phpdocumentor-signature__default-value">0x5412</span>
 </code>
 </code>

+ 21 - 16
classes/chillerlan-QRCode-Common-GF256.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -162,7 +167,7 @@ for convenience and speed (but at the cost of memory).</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_expTable">expTable</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#constant_expTable">expTable</a>
     <span>
     <span>
-        &nbsp;= [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]                    </span>
+        &nbsp;= [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -427,50 +432,50 @@ for convenience and speed (but at the cost of memory).</p>
     80,
     80,
     88,
     88,
     175,
     175,
-]                    </span>
+]                            </span>
 </dt>
 </dt>
 <dd>irreducible polynomial whose coefficients are represented by the bits of an int,
 <dd>irreducible polynomial whose coefficients are represented by the bits of an int,
 where the least-significant bit represents the constant coefficient</dd>
 where the least-significant bit represents the constant coefficient</dd>
 
 
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_addOrSubtract">addOrSubtract()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_addOrSubtract">addOrSubtract()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Implements both addition and subtraction -- they are the same in GF(size).</dd>
 <dd>Implements both addition and subtraction -- they are the same in GF(size).</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_buildMonomial">buildMonomial()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_buildMonomial">buildMonomial()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_exp">exp()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_exp">exp()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_inverse">inverse()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_inverse">inverse()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_log">log()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_log">log()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_multiply">multiply()</a>
     <a href="classes/chillerlan-QRCode-Common-GF256.html#method_multiply">multiply()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -500,7 +505,7 @@ where the least-significant bit represents the constant coefficient</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">expTable</span>
     <span class="phpdocumentor-signature__name">expTable</span>
     = <span class="phpdocumentor-signature__default-value">[1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]</span>
     = <span class="phpdocumentor-signature__default-value">[1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]</span>
 </code>
 </code>
@@ -531,7 +536,7 @@ where the least-significant bit represents the constant coefficient</p>
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">logTable</span>
     <span class="phpdocumentor-signature__name">logTable</span>
     = <span class="phpdocumentor-signature__default-value">[
     = <span class="phpdocumentor-signature__default-value">[
     0,
     0,

+ 24 - 19
classes/chillerlan-QRCode-Common-GenericGFPoly.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -150,94 +155,94 @@ port of his C++ Reed-Solomon implementation.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#property_coefficients">$coefficients</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#property_coefficients">$coefficients</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_addOrSubtract">addOrSubtract()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_addOrSubtract">addOrSubtract()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_divide">divide()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_divide">divide()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>&gt;    </span>
+                                &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_evaluateAt">evaluateAt()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_evaluateAt">evaluateAt()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getCoefficient">getCoefficient()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getCoefficient">getCoefficient()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getCoefficients">getCoefficients()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getCoefficients">getCoefficients()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, int&gt;    </span>
+                                &nbsp;: array&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getDegree">getDegree()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_getDegree">getDegree()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_isZero">isZero()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_isZero">isZero()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_mod">mod()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_mod">mod()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiply">multiply()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiply">multiply()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiplyByMonomial">multiplyByMonomial()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiplyByMonomial">multiplyByMonomial()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiplyInt">multiplyInt()</a>
     <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html#method_multiplyInt">multiplyInt()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 41 - 36
classes/chillerlan-QRCode-Common-MaskPattern.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -149,105 +154,105 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_000">PATTERN_000</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_000">PATTERN_000</a>
     <span>
     <span>
-        &nbsp;= 0b0                    </span>
+        &nbsp;= 0b0                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_001">PATTERN_001</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_001">PATTERN_001</a>
     <span>
     <span>
-        &nbsp;= 0b1                    </span>
+        &nbsp;= 0b1                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_010">PATTERN_010</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_010">PATTERN_010</a>
     <span>
     <span>
-        &nbsp;= 0b10                    </span>
+        &nbsp;= 0b10                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_011">PATTERN_011</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_011">PATTERN_011</a>
     <span>
     <span>
-        &nbsp;= 0b11                    </span>
+        &nbsp;= 0b11                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_100">PATTERN_100</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_100">PATTERN_100</a>
     <span>
     <span>
-        &nbsp;= 0b100                    </span>
+        &nbsp;= 0b100                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_101">PATTERN_101</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_101">PATTERN_101</a>
     <span>
     <span>
-        &nbsp;= 0b101                    </span>
+        &nbsp;= 0b101                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_110">PATTERN_110</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_110">PATTERN_110</a>
     <span>
     <span>
-        &nbsp;= 0b110                    </span>
+        &nbsp;= 0b110                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_111">PATTERN_111</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERN_111">PATTERN_111</a>
     <span>
     <span>
-        &nbsp;= 0b111                    </span>
+        &nbsp;= 0b111                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERNS">PATTERNS</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#constant_PATTERNS">PATTERNS</a>
     <span>
     <span>
-        &nbsp;= [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]                    </span>
+        &nbsp;= [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#property_maskPattern">$maskPattern</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#property_maskPattern">$maskPattern</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current mask pattern value (0-7)</dd>
 <dd>The current mask pattern value (0-7)</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>MaskPattern constructor.</dd>
 <dd>MaskPattern constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getBestPattern">getBestPattern()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getBestPattern">getBestPattern()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Evaluates the matrix of the given data interface and returns a new mask pattern instance for the best result</dd>
 <dd>Evaluates the matrix of the given data interface and returns a new mask pattern instance for the best result</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getMask">getMask()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getMask">getMask()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\Closure">Closure</abbr>    </span>
+                                &nbsp;: <abbr title="\Closure">Closure</abbr>    </span>
 </dt>
 </dt>
 <dd>Returns a closure that applies the mask for the chosen mask pattern.</dd>
 <dd>Returns a closure that applies the mask for the chosen mask pattern.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getPattern">getPattern()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_getPattern">getPattern()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Returns the current mask pattern</dd>
 <dd>Returns the current mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule1">testRule1()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule1">testRule1()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Apply mask penalty rule 1 and return the penalty. Find repetitive cells with the same color and
 <dd>Apply mask penalty rule 1 and return the penalty. Find repetitive cells with the same color and
 give penalty to them. Example: 00000 or 11111.</dd>
 give penalty to them. Example: 00000 or 11111.</dd>
@@ -255,7 +260,7 @@ give penalty to them. Example: 00000 or 11111.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule2">testRule2()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule2">testRule2()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Apply mask penalty rule 2 and return the penalty. Find 2x2 blocks with the same color and give
 <dd>Apply mask penalty rule 2 and return the penalty. Find 2x2 blocks with the same color and give
 penalty to them. This is actually equivalent to the spec&#039;s rule, which is to find MxN blocks and give a
 penalty to them. This is actually equivalent to the spec&#039;s rule, which is to find MxN blocks and give a
@@ -264,7 +269,7 @@ penalty proportional to (M-1)x(N-1), because this is the number of 2x2 blocks in
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule3">testRule3()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule3">testRule3()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Apply mask penalty rule 3 and return the penalty. Find consecutive runs of 1:1:3:1:1:4
 <dd>Apply mask penalty rule 3 and return the penalty. Find consecutive runs of 1:1:3:1:1:4
 starting with black, or 4:1:1:3:1:1 starting with white, and give penalty to them.  If we
 starting with black, or 4:1:1:3:1:1 starting with white, and give penalty to them.  If we
@@ -273,7 +278,7 @@ find patterns like 000010111010000, we give penalty once.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule4">testRule4()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_testRule4">testRule4()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Apply mask penalty rule 4 and return the penalty. Calculate the ratio of dark cells and give
 <dd>Apply mask penalty rule 4 and return the penalty. Calculate the ratio of dark cells and give
 penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
 penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
@@ -281,21 +286,21 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_applyRule1">applyRule1()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_applyRule1">applyRule1()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_isWhiteHorizontal">isWhiteHorizontal()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_isWhiteHorizontal">isWhiteHorizontal()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_isWhiteVertical">isWhiteVertical()</a>
     <a href="classes/chillerlan-QRCode-Common-MaskPattern.html#method_isWhiteVertical">isWhiteVertical()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -325,7 +330,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_000</span>
     <span class="phpdocumentor-signature__name">PATTERN_000</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
 </code>
 </code>
@@ -354,7 +359,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_001</span>
     <span class="phpdocumentor-signature__name">PATTERN_001</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
 </code>
 </code>
@@ -383,7 +388,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_010</span>
     <span class="phpdocumentor-signature__name">PATTERN_010</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
 </code>
 </code>
@@ -412,7 +417,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_011</span>
     <span class="phpdocumentor-signature__name">PATTERN_011</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
 </code>
 </code>
@@ -441,7 +446,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_100</span>
     <span class="phpdocumentor-signature__name">PATTERN_100</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
 </code>
 </code>
@@ -470,7 +475,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_101</span>
     <span class="phpdocumentor-signature__name">PATTERN_101</span>
     = <span class="phpdocumentor-signature__default-value">0b101</span>
     = <span class="phpdocumentor-signature__default-value">0b101</span>
 </code>
 </code>
@@ -499,7 +504,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_110</span>
     <span class="phpdocumentor-signature__name">PATTERN_110</span>
     = <span class="phpdocumentor-signature__default-value">0b110</span>
     = <span class="phpdocumentor-signature__default-value">0b110</span>
 </code>
 </code>
@@ -528,7 +533,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">PATTERN_111</span>
     <span class="phpdocumentor-signature__name">PATTERN_111</span>
     = <span class="phpdocumentor-signature__default-value">0b111</span>
     = <span class="phpdocumentor-signature__default-value">0b111</span>
 </code>
 </code>
@@ -557,7 +562,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
+        <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
     <span class="phpdocumentor-signature__name">PATTERNS</span>
     <span class="phpdocumentor-signature__name">PATTERNS</span>
     = <span class="phpdocumentor-signature__default-value">[self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]</span>
     = <span class="phpdocumentor-signature__default-value">[self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]</span>
 </code>
 </code>

+ 36 - 31
classes/chillerlan-QRCode-Common-Mode.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,91 +139,91 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_ALPHANUM">ALPHANUM</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_ALPHANUM">ALPHANUM</a>
     <span>
     <span>
-        &nbsp;= 0b10                    </span>
+        &nbsp;= 0b10                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_BYTE">BYTE</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_BYTE">BYTE</a>
     <span>
     <span>
-        &nbsp;= 0b100                    </span>
+        &nbsp;= 0b100                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_ECI">ECI</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_ECI">ECI</a>
     <span>
     <span>
-        &nbsp;= 0b111                    </span>
+        &nbsp;= 0b111                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_FNC1_FIRST">FNC1_FIRST</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_FNC1_FIRST">FNC1_FIRST</a>
     <span>
     <span>
-        &nbsp;= 0b101                    </span>
+        &nbsp;= 0b101                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_FNC1_SECOND">FNC1_SECOND</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_FNC1_SECOND">FNC1_SECOND</a>
     <span>
     <span>
-        &nbsp;= 0b1001                    </span>
+        &nbsp;= 0b1001                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_INTERFACES">INTERFACES</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_INTERFACES">INTERFACES</a>
     <span>
     <span>
-        &nbsp;= [self::NUMBER =&gt; chillerlanQRCodeDataNumber::class, self::ALPHANUM =&gt; chillerlanQRCodeDataAlphaNum::class, self::KANJI =&gt; chillerlanQRCodeDataKanji::class, self::BYTE =&gt; chillerlanQRCodeDataByte::class]                    </span>
+        &nbsp;= [self::NUMBER =&gt; \chillerlan\QRCode\Data\Number::class, self::ALPHANUM =&gt; \chillerlan\QRCode\Data\AlphaNum::class, self::KANJI =&gt; \chillerlan\QRCode\Data\Kanji::class, self::BYTE =&gt; \chillerlan\QRCode\Data\Byte::class]                            </span>
 </dt>
 </dt>
 <dd>Map of data mode =&gt; interface (detection order)</dd>
 <dd>Map of data mode =&gt; interface (detection order)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_KANJI">KANJI</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_KANJI">KANJI</a>
     <span>
     <span>
-        &nbsp;= 0b1000                    </span>
+        &nbsp;= 0b1000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_LENGTH_BITS">LENGTH_BITS</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_LENGTH_BITS">LENGTH_BITS</a>
     <span>
     <span>
-        &nbsp;= [self::NUMBER =&gt; [10, 12, 14], self::ALPHANUM =&gt; [9, 11, 13], self::BYTE =&gt; [8, 16, 16], self::KANJI =&gt; [8, 10, 12]]                    </span>
+        &nbsp;= [self::NUMBER =&gt; [10, 12, 14], self::ALPHANUM =&gt; [9, 11, 13], self::BYTE =&gt; [8, 16, 16], self::KANJI =&gt; [8, 10, 12]]                            </span>
 </dt>
 </dt>
 <dd>mode length bits for the version breakpoints 1-9, 10-26 and 27-40</dd>
 <dd>mode length bits for the version breakpoints 1-9, 10-26 and 27-40</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_NUMBER">NUMBER</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_NUMBER">NUMBER</a>
     <span>
     <span>
-        &nbsp;= 0b1                    </span>
+        &nbsp;= 0b1                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_STRCTURED_APPEND">STRCTURED_APPEND</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_STRCTURED_APPEND">STRCTURED_APPEND</a>
     <span>
     <span>
-        &nbsp;= 0b11                    </span>
+        &nbsp;= 0b11                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_TERMINATOR">TERMINATOR</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#constant_TERMINATOR">TERMINATOR</a>
     <span>
     <span>
-        &nbsp;= 0b0                    </span>
+        &nbsp;= 0b0                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#method_getLengthBitsForMode">getLengthBitsForMode()</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#method_getLengthBitsForMode">getLengthBitsForMode()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>returns the array of length bits for the given mode</dd>
 <dd>returns the array of length bits for the given mode</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-Mode.html#method_getLengthBitsForVersion">getLengthBitsForVersion()</a>
     <a href="classes/chillerlan-QRCode-Common-Mode.html#method_getLengthBitsForVersion">getLengthBitsForVersion()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the length bits for the version breakpoints 1-9, 10-26 and 27-40</dd>
 <dd>returns the length bits for the version breakpoints 1-9, 10-26 and 27-40</dd>
 
 
@@ -248,7 +253,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">ALPHANUM</span>
     <span class="phpdocumentor-signature__name">ALPHANUM</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
 </code>
 </code>
@@ -275,7 +280,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">BYTE</span>
     <span class="phpdocumentor-signature__name">BYTE</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
 </code>
 </code>
@@ -302,7 +307,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">ECI</span>
     <span class="phpdocumentor-signature__name">ECI</span>
     = <span class="phpdocumentor-signature__default-value">0b111</span>
     = <span class="phpdocumentor-signature__default-value">0b111</span>
 </code>
 </code>
@@ -329,7 +334,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">FNC1_FIRST</span>
     <span class="phpdocumentor-signature__name">FNC1_FIRST</span>
     = <span class="phpdocumentor-signature__default-value">0b101</span>
     = <span class="phpdocumentor-signature__default-value">0b101</span>
 </code>
 </code>
@@ -356,7 +361,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">FNC1_SECOND</span>
     <span class="phpdocumentor-signature__name">FNC1_SECOND</span>
     = <span class="phpdocumentor-signature__default-value">0b1001</span>
     = <span class="phpdocumentor-signature__default-value">0b1001</span>
 </code>
 </code>
@@ -384,9 +389,9 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
+        <span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
     <span class="phpdocumentor-signature__name">INTERFACES</span>
     <span class="phpdocumentor-signature__name">INTERFACES</span>
-    = <span class="phpdocumentor-signature__default-value">[self::NUMBER =&gt; chillerlanQRCodeDataNumber::class, self::ALPHANUM =&gt; chillerlanQRCodeDataAlphaNum::class, self::KANJI =&gt; chillerlanQRCodeDataKanji::class, self::BYTE =&gt; chillerlanQRCodeDataByte::class]</span>
+    = <span class="phpdocumentor-signature__default-value">[self::NUMBER =&gt; \chillerlan\QRCode\Data\Number::class, self::ALPHANUM =&gt; \chillerlan\QRCode\Data\AlphaNum::class, self::KANJI =&gt; \chillerlan\QRCode\Data\Kanji::class, self::BYTE =&gt; \chillerlan\QRCode\Data\Byte::class]</span>
 </code>
 </code>
 
 
 
 
@@ -411,7 +416,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">KANJI</span>
     <span class="phpdocumentor-signature__name">KANJI</span>
     = <span class="phpdocumentor-signature__default-value">0b1000</span>
     = <span class="phpdocumentor-signature__default-value">0b1000</span>
 </code>
 </code>
@@ -439,7 +444,7 @@
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">LENGTH_BITS</span>
     <span class="phpdocumentor-signature__name">LENGTH_BITS</span>
     = <span class="phpdocumentor-signature__default-value">[self::NUMBER =&gt; [10, 12, 14], self::ALPHANUM =&gt; [9, 11, 13], self::BYTE =&gt; [8, 16, 16], self::KANJI =&gt; [8, 10, 12]]</span>
     = <span class="phpdocumentor-signature__default-value">[self::NUMBER =&gt; [10, 12, 14], self::ALPHANUM =&gt; [9, 11, 13], self::BYTE =&gt; [8, 16, 16], self::KANJI =&gt; [8, 10, 12]]</span>
 </code>
 </code>
@@ -469,7 +474,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">NUMBER</span>
     <span class="phpdocumentor-signature__name">NUMBER</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
 </code>
 </code>
@@ -496,7 +501,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">STRCTURED_APPEND</span>
     <span class="phpdocumentor-signature__name">STRCTURED_APPEND</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
     = <span class="phpdocumentor-signature__default-value">0b11</span>
 </code>
 </code>
@@ -523,7 +528,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">TERMINATOR</span>
     <span class="phpdocumentor-signature__name">TERMINATOR</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
 </code>
 </code>

+ 15 - 10
classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -175,10 +180,10 @@ port of his C++ Reed-Solomon implementation.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_decode">decode()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_decode">decode()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, int&gt;    </span>
+                                &nbsp;: array&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd>Decodes given set of received codewords, which include both data and error-correction
 <dd>Decodes given set of received codewords, which include both data and error-correction
 codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place,
 codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place,
@@ -187,21 +192,21 @@ in the input.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_findErrorLocations">findErrorLocations()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_findErrorLocations">findErrorLocations()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_findErrorMagnitudes">findErrorMagnitudes()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_findErrorMagnitudes">findErrorMagnitudes()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_runEuclideanAlgorithm">runEuclideanAlgorithm()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_runEuclideanAlgorithm">runEuclideanAlgorithm()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>&gt;    </span>
+                                &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Common-GenericGFPoly.html"><abbr title="\chillerlan\QRCode\Common\GenericGFPoly">GenericGFPoly</abbr></a>&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 16 - 11
classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -145,38 +150,38 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#property_interleavedData">$interleavedData</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#property_interleavedData">$interleavedData</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\SplFixedArray">SplFixedArray</abbr>            </span>
+                        &nbsp;: <abbr title="\SplFixedArray">SplFixedArray</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#property_interleavedDataIndex">$interleavedDataIndex</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#property_interleavedDataIndex">$interleavedDataIndex</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_interleaveEcBytes">interleaveEcBytes()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_interleaveEcBytes">interleaveEcBytes()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\SplFixedArray">SplFixedArray</abbr>&lt;string|int, int&gt;    </span>
+                                &nbsp;: <abbr title="\SplFixedArray">SplFixedArray</abbr>&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd>ECC interleaving</dd>
 <dd>ECC interleaving</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_generateEcBytes">generateEcBytes()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_generateEcBytes">generateEcBytes()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_interleave">interleave()</a>
     <a href="classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html#method_interleave">interleave()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 12 - 7
classes/chillerlan-QRCode-Common-Version.html


+ 23 - 18
classes/chillerlan-QRCode-Data-AlphaNum.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -140,70 +145,70 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a>
     <span>
     <span>
-        &nbsp;= [&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9, &#039;A&#039; =&gt; 10, &#039;B&#039; =&gt; 11, &#039;C&#039; =&gt; 12, &#039;D&#039; =&gt; 13, &#039;E&#039; =&gt; 14, &#039;F&#039; =&gt; 15, &#039;G&#039; =&gt; 16, &#039;H&#039; =&gt; 17, &#039;I&#039; =&gt; 18, &#039;J&#039; =&gt; 19, &#039;K&#039; =&gt; 20, &#039;L&#039; =&gt; 21, &#039;M&#039; =&gt; 22, &#039;N&#039; =&gt; 23, &#039;O&#039; =&gt; 24, &#039;P&#039; =&gt; 25, &#039;Q&#039; =&gt; 26, &#039;R&#039; =&gt; 27, &#039;S&#039; =&gt; 28, &#039;T&#039; =&gt; 29, &#039;U&#039; =&gt; 30, &#039;V&#039; =&gt; 31, &#039;W&#039; =&gt; 32, &#039;X&#039; =&gt; 33, &#039;Y&#039; =&gt; 34, &#039;Z&#039; =&gt; 35, &#039; &#039; =&gt; 36, &#039;$&#039; =&gt; 37, &#039;%&#039; =&gt; 38, &#039;*&#039; =&gt; 39, &#039;+&#039; =&gt; 40, &#039;-&#039; =&gt; 41, &#039;.&#039; =&gt; 42, &#039;/&#039; =&gt; 43, &#039;:&#039; =&gt; 44]                    </span>
+        &nbsp;= [&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9, &#039;A&#039; =&gt; 10, &#039;B&#039; =&gt; 11, &#039;C&#039; =&gt; 12, &#039;D&#039; =&gt; 13, &#039;E&#039; =&gt; 14, &#039;F&#039; =&gt; 15, &#039;G&#039; =&gt; 16, &#039;H&#039; =&gt; 17, &#039;I&#039; =&gt; 18, &#039;J&#039; =&gt; 19, &#039;K&#039; =&gt; 20, &#039;L&#039; =&gt; 21, &#039;M&#039; =&gt; 22, &#039;N&#039; =&gt; 23, &#039;O&#039; =&gt; 24, &#039;P&#039; =&gt; 25, &#039;Q&#039; =&gt; 26, &#039;R&#039; =&gt; 27, &#039;S&#039; =&gt; 28, &#039;T&#039; =&gt; 29, &#039;U&#039; =&gt; 30, &#039;V&#039; =&gt; 31, &#039;W&#039; =&gt; 32, &#039;X&#039; =&gt; 33, &#039;Y&#039; =&gt; 34, &#039;Z&#039; =&gt; 35, &#039; &#039; =&gt; 36, &#039;$&#039; =&gt; 37, &#039;%&#039; =&gt; 38, &#039;*&#039; =&gt; 39, &#039;+&#039; =&gt; 40, &#039;-&#039; =&gt; 41, &#039;.&#039; =&gt; 42, &#039;/&#039; =&gt; 43, &#039;:&#039; =&gt; 44]                            </span>
 </dt>
 </dt>
 <dd>ISO/IEC 18004:2000 Table 5</dd>
 <dd>ISO/IEC 18004:2000 Table 5</dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 
@@ -234,7 +239,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
 
 
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
+        <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
     <span class="phpdocumentor-signature__name">CHAR_TO_ORD</span>
     <span class="phpdocumentor-signature__name">CHAR_TO_ORD</span>
     = <span class="phpdocumentor-signature__default-value">[&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9, &#039;A&#039; =&gt; 10, &#039;B&#039; =&gt; 11, &#039;C&#039; =&gt; 12, &#039;D&#039; =&gt; 13, &#039;E&#039; =&gt; 14, &#039;F&#039; =&gt; 15, &#039;G&#039; =&gt; 16, &#039;H&#039; =&gt; 17, &#039;I&#039; =&gt; 18, &#039;J&#039; =&gt; 19, &#039;K&#039; =&gt; 20, &#039;L&#039; =&gt; 21, &#039;M&#039; =&gt; 22, &#039;N&#039; =&gt; 23, &#039;O&#039; =&gt; 24, &#039;P&#039; =&gt; 25, &#039;Q&#039; =&gt; 26, &#039;R&#039; =&gt; 27, &#039;S&#039; =&gt; 28, &#039;T&#039; =&gt; 29, &#039;U&#039; =&gt; 30, &#039;V&#039; =&gt; 31, &#039;W&#039; =&gt; 32, &#039;X&#039; =&gt; 33, &#039;Y&#039; =&gt; 34, &#039;Z&#039; =&gt; 35, &#039; &#039; =&gt; 36, &#039;$&#039; =&gt; 37, &#039;%&#039; =&gt; 38, &#039;*&#039; =&gt; 39, &#039;+&#039; =&gt; 40, &#039;-&#039; =&gt; 41, &#039;.&#039; =&gt; 42, &#039;/&#039; =&gt; 43, &#039;:&#039; =&gt; 44]</span>
     = <span class="phpdocumentor-signature__default-value">[&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9, &#039;A&#039; =&gt; 10, &#039;B&#039; =&gt; 11, &#039;C&#039; =&gt; 12, &#039;D&#039; =&gt; 13, &#039;E&#039; =&gt; 14, &#039;F&#039; =&gt; 15, &#039;G&#039; =&gt; 16, &#039;H&#039; =&gt; 17, &#039;I&#039; =&gt; 18, &#039;J&#039; =&gt; 19, &#039;K&#039; =&gt; 20, &#039;L&#039; =&gt; 21, &#039;M&#039; =&gt; 22, &#039;N&#039; =&gt; 23, &#039;O&#039; =&gt; 24, &#039;P&#039; =&gt; 25, &#039;Q&#039; =&gt; 26, &#039;R&#039; =&gt; 27, &#039;S&#039; =&gt; 28, &#039;T&#039; =&gt; 29, &#039;U&#039; =&gt; 30, &#039;V&#039; =&gt; 31, &#039;W&#039; =&gt; 32, &#039;X&#039; =&gt; 33, &#039;Y&#039; =&gt; 34, &#039;Z&#039; =&gt; 35, &#039; &#039; =&gt; 36, &#039;$&#039; =&gt; 37, &#039;%&#039; =&gt; 38, &#039;*&#039; =&gt; 39, &#039;+&#039; =&gt; 40, &#039;-&#039; =&gt; 41, &#039;.&#039; =&gt; 42, &#039;/&#039; =&gt; 43, &#039;:&#039; =&gt; 44]</span>
 </code>
 </code>
@@ -313,7 +318,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonMode::ALPHANUM</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::ALPHANUM</span></code>
 
 
     
     
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>

+ 21 - 16
classes/chillerlan-QRCode-Data-Byte.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -137,66 +142,66 @@ ISO/IEC 18004:2000 Section 8.4.4</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-Byte.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-Byte.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-Byte.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 
@@ -272,7 +277,7 @@ ISO/IEC 18004:2000 Section 8.4.4</p>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonMode::BYTE</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::BYTE</span></code>
 
 
     
     
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>

+ 23 - 18
classes/chillerlan-QRCode-Data-ECI.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,80 +141,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#property_encoding">$encoding</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#property_encoding">$encoding</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>The current ECI encoding id</dd>
 <dd>The current ECI encoding id</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_parseValue">parseValue()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_parseValue">parseValue()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-ECICharset.html"><abbr title="\chillerlan\QRCode\Common\ECICharset">ECICharset</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-ECICharset.html"><abbr title="\chillerlan\QRCode\Common\ECICharset">ECICharset</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-ECI.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 
@@ -285,7 +290,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonMode::ECI</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::ECI</span></code>
 
 
     
     
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>

+ 21 - 16
classes/chillerlan-QRCode-Data-Kanji.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -137,66 +142,66 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>checks if a string qualifies as Kanji</dd>
 <dd>checks if a string qualifies as Kanji</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-Kanji.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 
@@ -272,7 +277,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonMode::KANJI</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::KANJI</span></code>
 
 
     
     
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>

+ 24 - 19
classes/chillerlan-QRCode-Data-Number.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -140,77 +145,77 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a>
     <span>
     <span>
-        &nbsp;= [&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9]                    </span>
+        &nbsp;= [&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9]                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-Number.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_parseInt">parseInt()</a>
     <a href="classes/chillerlan-QRCode-Data-Number.html#method_parseInt">parseInt()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>get the code for the given numeric string</dd>
 <dd>get the code for the given numeric string</dd>
 
 
@@ -240,7 +245,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
+        <span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
     <span class="phpdocumentor-signature__name">NUMBER_TO_ORD</span>
     <span class="phpdocumentor-signature__name">NUMBER_TO_ORD</span>
     = <span class="phpdocumentor-signature__default-value">[&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9]</span>
     = <span class="phpdocumentor-signature__default-value">[&#039;0&#039; =&gt; 0, &#039;1&#039; =&gt; 1, &#039;2&#039; =&gt; 2, &#039;3&#039; =&gt; 3, &#039;4&#039; =&gt; 4, &#039;5&#039; =&gt; 5, &#039;6&#039; =&gt; 6, &#039;7&#039; =&gt; 7, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9]</span>
 </code>
 </code>
@@ -319,7 +324,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__static">static</span>    <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
     <span class="phpdocumentor-signature__name">$datamode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonMode::NUMBER</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::NUMBER</span></code>
 
 
     
     
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>

+ 10 - 5
classes/chillerlan-QRCode-Data-QRCodeDataException.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             

+ 23 - 18
classes/chillerlan-QRCode-Data-QRData.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -131,87 +136,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_bitBuffer">$bitBuffer</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_bitBuffer">$bitBuffer</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a>            </span>
 </dt>
 </dt>
 <dd>a BitBuffer instance</dd>
 <dd>a BitBuffer instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_dataSegments">$dataSegments</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_dataSegments">$dataSegments</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
 </dt>
 </dt>
 <dd>an EccLevel instance</dd>
 <dd>an EccLevel instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_maxBitsForEcc">$maxBitsForEcc</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_maxBitsForEcc">$maxBitsForEcc</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>Max bits for the current ECC mode</dd>
 <dd>Max bits for the current ECC mode</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd>the options instance</dd>
 <dd>the options instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
 </dt>
 </dt>
 <dd>current QR Code version</dd>
 <dd>current QR Code version</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRData constructor.</dd>
 <dd>QRData constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_setData">setData()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_setData">setData()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Sets the data string (internally called by the constructor)</dd>
 <dd>Sets the data string (internally called by the constructor)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_writeMatrix">writeMatrix()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_writeMatrix">writeMatrix()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>returns a fresh matrix object with the data written and masked with the given $maskPattern</dd>
 <dd>returns a fresh matrix object with the data written and masked with the given $maskPattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_estimateTotalBitLength">estimateTotalBitLength()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_estimateTotalBitLength">estimateTotalBitLength()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>estimates the total length of the several mode segments in order to guess the minimum version</dd>
 <dd>estimates the total length of the several mode segments in order to guess the minimum version</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_getMinimumVersion">getMinimumVersion()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_getMinimumVersion">getMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the minimum version number for the given string</dd>
 <dd>returns the minimum version number for the given string</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_writeBitBuffer">writeBitBuffer()</a>
     <a href="classes/chillerlan-QRCode-Data-QRData.html#method_writeBitBuffer">writeBitBuffer()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>creates a BitBuffer and writes the string data to it</dd>
 <dd>creates a BitBuffer and writes the string data to it</dd>
 
 

+ 18 - 12
classes/chillerlan-QRCode-Data-QRDataModeAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -126,7 +131,7 @@
 
 
 
 
 <h3 id="interfaces_class_traits">
 <h3 id="interfaces_class_traits">
-    Interfaces, Classes and Traits
+    Interfaces, Classes, Traits and Enums
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
 </h3>
 </h3>
 
 
@@ -135,6 +140,7 @@
         <dd>Specifies the methods reqired for the data modules (Number, Alphanum, Byte and Kanji)</dd>
         <dd>Specifies the methods reqired for the data modules (Number, Alphanum, Byte and Kanji)</dd>
     
     
     
     
+    
     </dl>
     </dl>
 
 
 
 
@@ -144,38 +150,38 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The data to write</dd>
 <dd>The data to write</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_datamode">$datamode</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_datamode">$datamode</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 <dd>the current data mode: Num, Alphanum, Kanji, Byte</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRDataModeAbstract constructor.</dd>
 <dd>QRDataModeAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the character count of the $data string</dd>
 <dd>returns the character count of the $data string</dd>
 
 

+ 16 - 11
classes/chillerlan-QRCode-Data-QRDataModeInterface.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -127,38 +132,38 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_decodeSegment">decodeSegment()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_decodeSegment">decodeSegment()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>reads a segment from the BitBuffer and decodes in the current data mode</dd>
 <dd>reads a segment from the BitBuffer and decodes in the current data mode</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_getDataMode">getDataMode()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_getDataMode">getDataMode()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>returns the current data mode constant</dd>
 <dd>returns the current data mode constant</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_getLengthInBits">getLengthInBits()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_getLengthInBits">getLengthInBits()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>retruns the length in bits of the data string</dd>
 <dd>retruns the length in bits of the data string</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_validateString">validateString()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_validateString">validateString()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>checks if the given string qualifies for the encoder module</dd>
 <dd>checks if the given string qualifies for the encoder module</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_write">write()</a>
     <a href="classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_write">write()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>writes the actual data string to the BitBuffer, uses the given version to determine the length bits</dd>
 <dd>writes the actual data string to the BitBuffer, uses the given version to determine the length bits</dd>
 
 

+ 69 - 64
classes/chillerlan-QRCode-Data-QRMatrix.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -149,203 +154,203 @@ maps the ECC coded binary data and applies the mask pattern</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_IS_DARK">IS_DARK</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_IS_DARK">IS_DARK</a>
     <span>
     <span>
-        &nbsp;= 0b100000000000                    </span>
+        &nbsp;= 0b100000000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_ALIGNMENT">M_ALIGNMENT</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_ALIGNMENT">M_ALIGNMENT</a>
     <span>
     <span>
-        &nbsp;= 0b10000                    </span>
+        &nbsp;= 0b10000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_DARKMODULE">M_DARKMODULE</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_DARKMODULE">M_DARKMODULE</a>
     <span>
     <span>
-        &nbsp;= 0b1                    </span>
+        &nbsp;= 0b1                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_DATA">M_DATA</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_DATA">M_DATA</a>
     <span>
     <span>
-        &nbsp;= 0b10                    </span>
+        &nbsp;= 0b10                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FINDER">M_FINDER</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FINDER">M_FINDER</a>
     <span>
     <span>
-        &nbsp;= 0b100                    </span>
+        &nbsp;= 0b100                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FINDER_DOT">M_FINDER_DOT</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FINDER_DOT">M_FINDER_DOT</a>
     <span>
     <span>
-        &nbsp;= 0b10000000000                    </span>
+        &nbsp;= 0b10000000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FORMAT">M_FORMAT</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_FORMAT">M_FORMAT</a>
     <span>
     <span>
-        &nbsp;= 0b1000000                    </span>
+        &nbsp;= 0b1000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_LOGO">M_LOGO</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_LOGO">M_LOGO</a>
     <span>
     <span>
-        &nbsp;= 0b1000000000                    </span>
+        &nbsp;= 0b1000000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_NULL">M_NULL</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_NULL">M_NULL</a>
     <span>
     <span>
-        &nbsp;= 0b0                    </span>
+        &nbsp;= 0b0                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_QUIETZONE">M_QUIETZONE</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_QUIETZONE">M_QUIETZONE</a>
     <span>
     <span>
-        &nbsp;= 0b100000000                    </span>
+        &nbsp;= 0b100000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_SEPARATOR">M_SEPARATOR</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_SEPARATOR">M_SEPARATOR</a>
     <span>
     <span>
-        &nbsp;= 0b1000                    </span>
+        &nbsp;= 0b1000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TEST">M_TEST</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TEST">M_TEST</a>
     <span>
     <span>
-        &nbsp;= 0b11111111111                    </span>
+        &nbsp;= 0b11111111111                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TIMING">M_TIMING</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_TIMING">M_TIMING</a>
     <span>
     <span>
-        &nbsp;= 0b100000                    </span>
+        &nbsp;= 0b100000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
             <dt class="phpdocumentor-table-of-contents__entry -constant -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_VERSION">M_VERSION</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_M_VERSION">M_VERSION</a>
     <span>
     <span>
-        &nbsp;= 0b10000000                    </span>
+        &nbsp;= 0b10000000                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the current ECC level</dd>
 <dd>the current ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_maskPattern">$maskPattern</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_maskPattern">$maskPattern</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>|null            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>|null            </span>
 </dt>
 </dt>
 <dd>the used mask pattern, set via QRMatrix::mask()</dd>
 <dd>the used mask pattern, set via QRMatrix::mask()</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>the actual matrix data array</dd>
 <dd>the actual matrix data array</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the size (side length) of the matrix, including quiet zone (if created)</dd>
 <dd>the size (side length) of the matrix, including quiet zone (if created)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
 </dt>
 </dt>
 <dd>a Version instance</dd>
 <dd>a Version instance</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRMatrix constructor.</dd>
 <dd>QRMatrix constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_check">check()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_check">check()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Checks whether a module is true (dark) or false (light)</dd>
 <dd>Checks whether a module is true (dark) or false (light)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkType">checkType()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkType">checkType()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Checks whether a module is of the given $M_TYPE</dd>
 <dd>Checks whether a module is of the given $M_TYPE</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkTypes">checkTypes()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkTypes">checkTypes()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>checks whether a module matches one of the given $M_TYPES</dd>
 <dd>checks whether a module matches one of the given $M_TYPES</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_eccLevel">eccLevel()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_eccLevel">eccLevel()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Returns the current ECC level</dd>
 <dd>Returns the current ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_flip">flip()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_flip">flip()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Flips the value of the module</dd>
 <dd>Flips the value of the module</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_get">get()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_get">get()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Returns the value of the module at position [$x, $y]</dd>
 <dd>Returns the value of the module at position [$x, $y]</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_initFormatInfo">initFormatInfo()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_initFormatInfo">initFormatInfo()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>shortcut to set format and version info</dd>
 <dd>shortcut to set format and version info</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_initFunctionalPatterns">initFunctionalPatterns()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_initFunctionalPatterns">initFunctionalPatterns()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>shortcut to initialize the functional patterns</dd>
 <dd>shortcut to initialize the functional patterns</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mapData">mapData()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mapData">mapData()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Maps the binary $data array from QRData::maskECC() on the matrix,
 <dd>Maps the binary $data array from QRData::maskECC() on the matrix,
 masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
 masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
@@ -353,105 +358,105 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mask">mask()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mask">mask()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Applies the mask pattern</dd>
 <dd>Applies the mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_maskPattern">maskPattern()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_maskPattern">maskPattern()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd>Returns the current mask pattern</dd>
 <dd>Returns the current mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_matrix">matrix()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_matrix">matrix()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;|array&lt;string|int, array&lt;string|int, bool&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;|array&lt;string|int, array&lt;string|int, bool&gt;&gt;    </span>
 </dt>
 </dt>
 <dd>Returns the data matrix, returns a pure boolean representation if $boolean is set to true</dd>
 <dd>Returns the data matrix, returns a pure boolean representation if $boolean is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_set">set()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_set">set()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Sets the $M_TYPE value for the module at position [$x, $y]</dd>
 <dd>Sets the $M_TYPE value for the module at position [$x, $y]</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setAlignmentPattern">setAlignmentPattern()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setAlignmentPattern">setAlignmentPattern()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the 5x5 alignment patterns</dd>
 <dd>Draws the 5x5 alignment patterns</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setDarkModule">setDarkModule()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setDarkModule">setDarkModule()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Sets the &quot;dark module&quot;, that is always on the same position 1x1px away from the bottom left finder</dd>
 <dd>Sets the &quot;dark module&quot;, that is always on the same position 1x1px away from the bottom left finder</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setFinderPattern">setFinderPattern()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setFinderPattern">setFinderPattern()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the 7x7 finder patterns in the corners top left/right and bottom left</dd>
 <dd>Draws the 7x7 finder patterns in the corners top left/right and bottom left</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setFormatInfo">setFormatInfo()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setFormatInfo">setFormatInfo()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the format info along the finder patterns</dd>
 <dd>Draws the format info along the finder patterns</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setLogoSpace">setLogoSpace()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setLogoSpace">setLogoSpace()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Clears a space of $width * $height in order to add a logo or text.</dd>
 <dd>Clears a space of $width * $height in order to add a logo or text.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setQuietZone">setQuietZone()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setQuietZone">setQuietZone()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the &quot;quiet zone&quot; of $size around the matrix</dd>
 <dd>Draws the &quot;quiet zone&quot; of $size around the matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setSeparators">setSeparators()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setSeparators">setSeparators()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the separator lines around the finder patterns</dd>
 <dd>Draws the separator lines around the finder patterns</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setTimingPattern">setTimingPattern()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setTimingPattern">setTimingPattern()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the timing pattern (h/v checkered line between the finder patterns)</dd>
 <dd>Draws the timing pattern (h/v checkered line between the finder patterns)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setVersionNumber">setVersionNumber()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_setVersionNumber">setVersionNumber()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Draws the version information, 2x 3x6 pixel</dd>
 <dd>Draws the version information, 2x 3x6 pixel</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_size">size()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_size">size()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Returns the absoulute size of the matrix, including quiet zone (after setting it).</dd>
 <dd>Returns the absoulute size of the matrix, including quiet zone (after setting it).</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_version">version()</a>
     <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_version">version()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Returns the current version number</dd>
 <dd>Returns the current version number</dd>
 
 
@@ -481,7 +486,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">IS_DARK</span>
     <span class="phpdocumentor-signature__name">IS_DARK</span>
     = <span class="phpdocumentor-signature__default-value">0b100000000000</span>
     = <span class="phpdocumentor-signature__default-value">0b100000000000</span>
 </code>
 </code>
@@ -508,7 +513,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_ALIGNMENT</span>
     <span class="phpdocumentor-signature__name">M_ALIGNMENT</span>
     = <span class="phpdocumentor-signature__default-value">0b10000</span>
     = <span class="phpdocumentor-signature__default-value">0b10000</span>
 </code>
 </code>
@@ -535,7 +540,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_DARKMODULE</span>
     <span class="phpdocumentor-signature__name">M_DARKMODULE</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
     = <span class="phpdocumentor-signature__default-value">0b1</span>
 </code>
 </code>
@@ -562,7 +567,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_DATA</span>
     <span class="phpdocumentor-signature__name">M_DATA</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
     = <span class="phpdocumentor-signature__default-value">0b10</span>
 </code>
 </code>
@@ -589,7 +594,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_FINDER</span>
     <span class="phpdocumentor-signature__name">M_FINDER</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
     = <span class="phpdocumentor-signature__default-value">0b100</span>
 </code>
 </code>
@@ -616,7 +621,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_FINDER_DOT</span>
     <span class="phpdocumentor-signature__name">M_FINDER_DOT</span>
     = <span class="phpdocumentor-signature__default-value">0b10000000000</span>
     = <span class="phpdocumentor-signature__default-value">0b10000000000</span>
 </code>
 </code>
@@ -643,7 +648,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_FORMAT</span>
     <span class="phpdocumentor-signature__name">M_FORMAT</span>
     = <span class="phpdocumentor-signature__default-value">0b1000000</span>
     = <span class="phpdocumentor-signature__default-value">0b1000000</span>
 </code>
 </code>
@@ -670,7 +675,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_LOGO</span>
     <span class="phpdocumentor-signature__name">M_LOGO</span>
     = <span class="phpdocumentor-signature__default-value">0b1000000000</span>
     = <span class="phpdocumentor-signature__default-value">0b1000000000</span>
 </code>
 </code>
@@ -697,7 +702,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_NULL</span>
     <span class="phpdocumentor-signature__name">M_NULL</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
     = <span class="phpdocumentor-signature__default-value">0b0</span>
 </code>
 </code>
@@ -724,7 +729,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_QUIETZONE</span>
     <span class="phpdocumentor-signature__name">M_QUIETZONE</span>
     = <span class="phpdocumentor-signature__default-value">0b100000000</span>
     = <span class="phpdocumentor-signature__default-value">0b100000000</span>
 </code>
 </code>
@@ -751,7 +756,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_SEPARATOR</span>
     <span class="phpdocumentor-signature__name">M_SEPARATOR</span>
     = <span class="phpdocumentor-signature__default-value">0b1000</span>
     = <span class="phpdocumentor-signature__default-value">0b1000</span>
 </code>
 </code>
@@ -778,7 +783,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_TEST</span>
     <span class="phpdocumentor-signature__name">M_TEST</span>
     = <span class="phpdocumentor-signature__default-value">0b11111111111</span>
     = <span class="phpdocumentor-signature__default-value">0b11111111111</span>
 </code>
 </code>
@@ -805,7 +810,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_TIMING</span>
     <span class="phpdocumentor-signature__name">M_TIMING</span>
     = <span class="phpdocumentor-signature__default-value">0b100000</span>
     = <span class="phpdocumentor-signature__default-value">0b100000</span>
 </code>
 </code>
@@ -832,7 +837,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)</dd>
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">int</span>
+        <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">M_VERSION</span>
     <span class="phpdocumentor-signature__name">M_VERSION</span>
     = <span class="phpdocumentor-signature__default-value">0b10000000</span>
     = <span class="phpdocumentor-signature__default-value">0b10000000</span>
 </code>
 </code>

+ 33 - 28
classes/chillerlan-QRCode-Decoder-Binarizer.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -160,70 +165,70 @@ but for now it was not a win to use local blocks for 1D.</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE">BLOCK_SIZE</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE">BLOCK_SIZE</a>
     <span>
     <span>
-        &nbsp;= 8                    </span>
+        &nbsp;= 8                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE_MASK">BLOCK_SIZE_MASK</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE_MASK">BLOCK_SIZE_MASK</a>
     <span>
     <span>
-        &nbsp;= 7                    </span>
+        &nbsp;= 7                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE_POWER">BLOCK_SIZE_POWER</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_BLOCK_SIZE_POWER">BLOCK_SIZE_POWER</a>
     <span>
     <span>
-        &nbsp;= 3                    </span>
+        &nbsp;= 3                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_LUMINANCE_BUCKETS">LUMINANCE_BUCKETS</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_LUMINANCE_BUCKETS">LUMINANCE_BUCKETS</a>
     <span>
     <span>
-        &nbsp;= 32                    </span>
+        &nbsp;= 32                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_LUMINANCE_SHIFT">LUMINANCE_SHIFT</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_LUMINANCE_SHIFT">LUMINANCE_SHIFT</a>
     <span>
     <span>
-        &nbsp;= 3                    </span>
+        &nbsp;= 3                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_MIN_DYNAMIC_RANGE">MIN_DYNAMIC_RANGE</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_MIN_DYNAMIC_RANGE">MIN_DYNAMIC_RANGE</a>
     <span>
     <span>
-        &nbsp;= 24                    </span>
+        &nbsp;= 24                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_MINIMUM_DIMENSION">MINIMUM_DIMENSION</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#constant_MINIMUM_DIMENSION">MINIMUM_DIMENSION</a>
     <span>
     <span>
-        &nbsp;= 40                    </span>
+        &nbsp;= 40                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#property_source">$source</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#property_source">$source</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html"><abbr title="\chillerlan\QRCode\Decoder\LuminanceSourceInterface">LuminanceSourceInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html"><abbr title="\chillerlan\QRCode\Decoder\LuminanceSourceInterface">LuminanceSourceInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_getBlackMatrix">getBlackMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_getBlackMatrix">getBlackMatrix()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Calculates the final BitMatrix once for all requests. This could be called once from the
 <dd>Calculates the final BitMatrix once for all requests. This could be called once from the
 constructor instead, but there are some advantages to doing it lazily, such as making
 constructor instead, but there are some advantages to doing it lazily, such as making
@@ -232,14 +237,14 @@ profiling easier, and not doing heavy lifting when callers don&#039;t expect it.
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_calculateBlackPoints">calculateBlackPoints()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_calculateBlackPoints">calculateBlackPoints()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Calculates a single black point for each block of pixels and saves it away.</dd>
 <dd>Calculates a single black point for each block of pixels and saves it away.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_calculateThresholdForBlock">calculateThresholdForBlock()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_calculateThresholdForBlock">calculateThresholdForBlock()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>For each block in the image, calculate the average black point using a 5x5 grid
 <dd>For each block in the image, calculate the average black point using a 5x5 grid
 of the blocks around it. Also handles the corner cases (fractional blocks are computed based
 of the blocks around it. Also handles the corner cases (fractional blocks are computed based
@@ -248,21 +253,21 @@ on the last pixels in the row/column which are also used in the previous block).
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_cap">cap()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_cap">cap()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_estimateBlackPoint">estimateBlackPoint()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_estimateBlackPoint">estimateBlackPoint()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_getHistogramBlackMatrix">getHistogramBlackMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Binarizer.html#method_getHistogramBlackMatrix">getHistogramBlackMatrix()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -292,7 +297,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE</span>
     = <span class="phpdocumentor-signature__default-value">8</span>
     = <span class="phpdocumentor-signature__default-value">8</span>
 </code>
 </code>
@@ -321,7 +326,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE_MASK</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE_MASK</span>
     = <span class="phpdocumentor-signature__default-value">7</span>
     = <span class="phpdocumentor-signature__default-value">7</span>
 </code>
 </code>
@@ -350,7 +355,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE_POWER</span>
     <span class="phpdocumentor-signature__name">BLOCK_SIZE_POWER</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
 </code>
 </code>
@@ -379,7 +384,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">LUMINANCE_BUCKETS</span>
     <span class="phpdocumentor-signature__name">LUMINANCE_BUCKETS</span>
     = <span class="phpdocumentor-signature__default-value">32</span>
     = <span class="phpdocumentor-signature__default-value">32</span>
 </code>
 </code>
@@ -408,7 +413,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">LUMINANCE_SHIFT</span>
     <span class="phpdocumentor-signature__name">LUMINANCE_SHIFT</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
     = <span class="phpdocumentor-signature__default-value">3</span>
 </code>
 </code>
@@ -437,7 +442,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">MIN_DYNAMIC_RANGE</span>
     <span class="phpdocumentor-signature__name">MIN_DYNAMIC_RANGE</span>
     = <span class="phpdocumentor-signature__default-value">24</span>
     = <span class="phpdocumentor-signature__default-value">24</span>
 </code>
 </code>
@@ -466,7 +471,7 @@ on the last pixels in the row/column which are also used in the previous block).
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">MINIMUM_DIMENSION</span>
     <span class="phpdocumentor-signature__name">MINIMUM_DIMENSION</span>
     = <span class="phpdocumentor-signature__default-value">40</span>
     = <span class="phpdocumentor-signature__default-value">40</span>
 </code>
 </code>

+ 37 - 32
classes/chillerlan-QRCode-Decoder-BitMatrix.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -130,101 +135,101 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_bits">$bits</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_bits">$bits</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_dimension">$dimension</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_dimension">$dimension</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_formatInfo">$formatInfo</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_formatInfo">$formatInfo</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_mirror">$mirror</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_mirror">$mirror</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_rowSize">$rowSize</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_rowSize">$rowSize</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_flip">flip()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_flip">flip()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Flips the given bit. 1 &lt;&lt; (0xf9 &amp; 0x1f)</dd>
 <dd>Flips the given bit. 1 &lt;&lt; (0xf9 &amp; 0x1f)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_get">get()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_get">get()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Gets the requested bit, where true means black.</dd>
 <dd>Gets the requested bit, where true means black.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getDimension">getDimension()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getDimension">getDimension()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getFormatInfo">getFormatInfo()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getFormatInfo">getFormatInfo()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getVersion">getVersion()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_getVersion">getVersion()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_mirror">mirror()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_mirror">mirror()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Mirror the bit matrix in order to attempt a second reading.</dd>
 <dd>Mirror the bit matrix in order to attempt a second reading.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readCodewords">readCodewords()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readCodewords">readCodewords()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Reads the bits in the BitMatrix representing the finder pattern in the
 <dd>Reads the bits in the BitMatrix representing the finder pattern in the
 correct order in order to reconstruct the codewords bytes contained within the
 correct order in order to reconstruct the codewords bytes contained within the
@@ -233,77 +238,77 @@ QR Code.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_set">set()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_set">set()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Sets the given bit to true.</dd>
 <dd>Sets the given bit to true.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_setMirror">setMirror()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_setMirror">setMirror()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Prepare the parser for a mirrored operation.</dd>
 <dd>Prepare the parser for a mirrored operation.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_setRegion">setRegion()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_setRegion">setRegion()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Sets a square region of the bit matrix to true.</dd>
 <dd>Sets a square region of the bit matrix to true.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_buildFunctionPattern">buildFunctionPattern()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_buildFunctionPattern">buildFunctionPattern()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>See ISO 18004:2006 Annex E</dd>
 <dd>See ISO 18004:2006 Annex E</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_copyBit">copyBit()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_copyBit">copyBit()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_decodeVersionInformation">decodeVersionInformation()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_decodeVersionInformation">decodeVersionInformation()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_doDecodeFormatInformation">doDecodeFormatInformation()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_doDecodeFormatInformation">doDecodeFormatInformation()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_numBitsDiffering">numBitsDiffering()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_numBitsDiffering">numBitsDiffering()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readFormatInformation">readFormatInformation()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readFormatInformation">readFormatInformation()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-FormatInformation.html"><abbr title="\chillerlan\QRCode\Common\FormatInformation">FormatInformation</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Reads format information from one of its two locations within the QR Code.</dd>
 <dd>Reads format information from one of its two locations within the QR Code.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readVersion">readVersion()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_readVersion">readVersion()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Reads version information from one of its two locations within the QR Code.</dd>
 <dd>Reads version information from one of its two locations within the QR Code.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_unmask">unmask()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_unmask">unmask()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Implementations of this method reverse the data masking process applied to a QR Code and
 <dd>Implementations of this method reverse the data masking process applied to a QR Code and
 make its bits ready to read.</dd>
 make its bits ready to read.</dd>
@@ -311,7 +316,7 @@ make its bits ready to read.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_uRShift">uRShift()</a>
     <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html#method_uRShift">uRShift()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 16 - 11
classes/chillerlan-QRCode-Decoder-Decoder.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -147,17 +152,17 @@ the QR Code from an image.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decode">decode()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decode">decode()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Decodes a QR Code represented as a BitMatrix.</dd>
 <dd>Decodes a QR Code represented as a BitMatrix.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_correctErrors">correctErrors()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_correctErrors">correctErrors()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Given data and error-correction codewords received, possibly corrupted by errors, attempts to
 <dd>Given data and error-correction codewords received, possibly corrupted by errors, attempts to
 correct the errors in-place using Reed-Solomon error correction.</dd>
 correct the errors in-place using Reed-Solomon error correction.</dd>
@@ -165,21 +170,21 @@ correct the errors in-place using Reed-Solomon error correction.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeBitStream">decodeBitStream()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeBitStream">decodeBitStream()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeMatrix">decodeMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeMatrix">decodeMatrix()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html"><abbr title="\chillerlan\QRCode\Decoder\DecoderResult">DecoderResult</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_getDataBlocks">getDataBlocks()</a>
     <a href="classes/chillerlan-QRCode-Decoder-Decoder.html#method_getDataBlocks">getDataBlocks()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>When QR Codes use multiple data blocks, they are actually interleaved.</dd>
 <dd>When QR Codes use multiple data blocks, they are actually interleaved.</dd>
 
 

+ 27 - 22
classes/chillerlan-QRCode-Decoder-DecoderResult.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,115 +141,115 @@ as well as a String interpretation of those bytes, if applicable.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -public">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, int&gt;            </span>
+                        &nbsp;: array&lt;string|int, int&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
             <dt class="phpdocumentor-table-of-contents__entry -property -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___set">__set()</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___set">__set()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_fromIterable">fromIterable()</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_fromIterable">fromIterable()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_hasStructuredAppend">hasStructuredAppend()</a>
     <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_hasStructuredAppend">hasStructuredAppend()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 26 - 21
classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -135,73 +140,73 @@ It does not support rotation.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#property_gdImage">$gdImage</a>
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#property_gdImage">$gdImage</a>
     <span>
     <span>
-                &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
+                        &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>GDLuminanceSource constructor.</dd>
 <dd>GDLuminanceSource constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_fromBlob">fromBlob()</a>
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_fromBlob">fromBlob()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_fromFile">fromFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_fromFile">fromFile()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
@@ -209,7 +214,7 @@ It does not support rotation.</p>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
@@ -220,28 +225,28 @@ getMatrix() may never be called.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_setLuminancePixels">setLuminancePixels()</a>
     <a href="classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html#method_setLuminancePixels">setLuminancePixels()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 26 - 21
classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -135,73 +140,73 @@ It does not support rotation.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#property_imagick">$imagick</a>
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#property_imagick">$imagick</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\Imagick">Imagick</abbr>            </span>
+                        &nbsp;: <abbr title="\Imagick">Imagick</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>IMagickLuminanceSource constructor.</dd>
 <dd>IMagickLuminanceSource constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_fromBlob">fromBlob()</a>
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_fromBlob">fromBlob()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_fromFile">fromFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_fromFile">fromFile()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
@@ -209,7 +214,7 @@ It does not support rotation.</p>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
@@ -220,28 +225,28 @@ getMatrix() may never be called.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_setLuminancePixels">setLuminancePixels()</a>
     <a href="classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html#method_setLuminancePixels">setLuminancePixels()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 24 - 18
classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -146,7 +151,7 @@ for other Readers in the chain.</p>
 
 
 
 
 <h3 id="interfaces_class_traits">
 <h3 id="interfaces_class_traits">
-    Interfaces, Classes and Traits
+    Interfaces, Classes, Traits and Enums
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
 </h3>
 </h3>
 
 
@@ -155,6 +160,7 @@ for other Readers in the chain.</p>
         <dd></dd>
         <dd></dd>
     
     
     
     
+    
     </dl>
     </dl>
 
 
 
 
@@ -164,52 +170,52 @@ for other Readers in the chain.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_height">$height</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_luminances">$luminances</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#property_width">$width</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getHeight">getHeight()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getMatrix">getMatrix()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
@@ -217,7 +223,7 @@ for other Readers in the chain.</p>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getRow">getRow()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
@@ -228,21 +234,21 @@ getMatrix() may never be called.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_getWidth">getWidth()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_checkFile">checkFile()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html#method_setLuminancePixel">setLuminancePixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 17 - 12
classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -126,31 +131,31 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromBlob">fromBlob()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromBlob">fromBlob()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Creates a LuminanceSource instance from the given data blob</dd>
 <dd>Creates a LuminanceSource instance from the given data blob</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromFile">fromFile()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromFile">fromFile()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Creates a LuminanceSource instance from the given file</dd>
 <dd>Creates a LuminanceSource instance from the given file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getHeight">getHeight()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getHeight">getHeight()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getMatrix">getMatrix()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getMatrix">getMatrix()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 <dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
 `int luminance = array[y * width + x] &amp; 0xff`</dd>
@@ -158,7 +163,7 @@
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getRow">getRow()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getRow">getRow()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 <dd>Fetches one row of luminance data from the underlying platform&#039;s bitmap. Values range from
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
 0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
@@ -169,7 +174,7 @@ getMatrix() may never be called.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getWidth">getWidth()</a>
     <a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getWidth">getWidth()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 10 - 5
classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             

+ 20 - 15
classes/chillerlan-QRCode-Detector-AlignmentPattern.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -150,38 +155,38 @@ all but the simplest QR Codes.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
@@ -189,7 +194,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html#method_combineEstimate">combineEstimate()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html#method_combineEstimate">combineEstimate()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Combines this object&#039;s current estimate of a finder pattern position and module size
 <dd>Combines this object&#039;s current estimate of a finder pattern position and module size
 with a new estimate. It returns a new FinderPattern containing an average of the two.</dd>
 with a new estimate. It returns a new FinderPattern containing an average of the two.</dd>
@@ -197,21 +202,21 @@ with a new estimate. It returns a new FinderPattern containing an average of the
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 20 - 15
classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -153,38 +158,38 @@ some code.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_bitMatrix">$bitMatrix</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_bitMatrix">$bitMatrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_moduleSize">$moduleSize</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_moduleSize">$moduleSize</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_possibleCenters">$possibleCenters</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#property_possibleCenters">$possibleCenters</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Creates a finder that will look in a portion of the whole image.</dd>
 <dd>Creates a finder that will look in a portion of the whole image.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_find">find()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_find">find()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd>This method attempts to find the bottom-right alignment pattern in the image. It is a bit messy since
 <dd>This method attempts to find the bottom-right alignment pattern in the image. It is a bit messy since
 it&#039;s pretty performance-critical and so is written to be fast foremost.</dd>
 it&#039;s pretty performance-critical and so is written to be fast foremost.</dd>
@@ -192,7 +197,7 @@ it&#039;s pretty performance-critical and so is written to be fast foremost.</dd
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_centerFromEnd">centerFromEnd()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_centerFromEnd">centerFromEnd()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Given a count of black/white/black pixels just seen and an end position,
 <dd>Given a count of black/white/black pixels just seen and an end position,
 figures the location of the center of this black/white/black run.</dd>
 figures the location of the center of this black/white/black run.</dd>
@@ -200,7 +205,7 @@ figures the location of the center of this black/white/black run.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_crossCheckVertical">crossCheckVertical()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_crossCheckVertical">crossCheckVertical()</a>
     <span>
     <span>
-                        &nbsp;: float|null    </span>
+                                &nbsp;: float|null    </span>
 </dt>
 </dt>
 <dd>After a horizontal scan finds a potential alignment pattern, this method
 <dd>After a horizontal scan finds a potential alignment pattern, this method
 &quot;cross-checks&quot; by scanning down vertically through the center of the possible
 &quot;cross-checks&quot; by scanning down vertically through the center of the possible
@@ -209,14 +214,14 @@ alignment pattern to see if the same proportion is detected.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_foundPatternCross">foundPatternCross()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_foundPatternCross">foundPatternCross()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_handlePossibleCenter">handlePossibleCenter()</a>
     <a href="classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html#method_handlePossibleCenter">handlePossibleCenter()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd>This is called when a horizontal scan finds a possible alignment pattern. It will
 <dd>This is called when a horizontal scan finds a possible alignment pattern. It will
 cross check with a vertical scan, and if successful, will see if this pattern had been
 cross check with a vertical scan, and if successful, will see if this pattern had been

+ 21 - 16
classes/chillerlan-QRCode-Detector-Detector.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -147,31 +152,31 @@ is rotated or skewed, or partially obscured.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#property_bitMatrix">$bitMatrix</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#property_bitMatrix">$bitMatrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Detector constructor.</dd>
 <dd>Detector constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_detect">detect()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_detect">detect()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Detects a QR Code in an image.</dd>
 <dd>Detects a QR Code in an image.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSize">calculateModuleSize()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSize">calculateModuleSize()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Computes an average estimated module size based on estimated derived from the positions
 <dd>Computes an average estimated module size based on estimated derived from the positions
 of the three finder patterns.</dd>
 of the three finder patterns.</dd>
@@ -179,7 +184,7 @@ of the three finder patterns.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSizeOneWay">calculateModuleSizeOneWay()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSizeOneWay">calculateModuleSizeOneWay()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Estimates module size based on two finder patterns -- it uses
 <dd>Estimates module size based on two finder patterns -- it uses
 #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int) to figure the
 #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int) to figure the
@@ -188,7 +193,7 @@ width of each, measuring along the axis between their centers.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_computeDimension">computeDimension()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_computeDimension">computeDimension()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>Computes the dimension (number of modules on a size) of the QR Code based on the position
 <dd>Computes the dimension (number of modules on a size) of the QR Code based on the position
 of the finder patterns and estimated module size.</dd>
 of the finder patterns and estimated module size.</dd>
@@ -196,14 +201,14 @@ of the finder patterns and estimated module size.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_createTransform">createTransform()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_createTransform">createTransform()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html"><abbr title="\chillerlan\QRCode\Detector\PerspectiveTransform">PerspectiveTransform</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html"><abbr title="\chillerlan\QRCode\Detector\PerspectiveTransform">PerspectiveTransform</abbr></a>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_findAlignmentInRegion">findAlignmentInRegion()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_findAlignmentInRegion">findAlignmentInRegion()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null    </span>
 </dt>
 </dt>
 <dd>Attempts to locate an alignment pattern in a limited region of the image, which is
 <dd>Attempts to locate an alignment pattern in a limited region of the image, which is
 guessed to contain it.</dd>
 guessed to contain it.</dd>
@@ -211,14 +216,14 @@ guessed to contain it.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRun">sizeOfBlackWhiteBlackRun()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRun">sizeOfBlackWhiteBlackRun()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>This method traces a line from a po$in the image, in the direction towards another point.</dd>
 <dd>This method traces a line from a po$in the image, in the direction towards another point.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRunBothWays">sizeOfBlackWhiteBlackRunBothWays()</a>
     <a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRunBothWays">sizeOfBlackWhiteBlackRunBothWays()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>See #sizeOfBlackWhiteBlackRun(int, int, int, int); computes the total width of
 <dd>See #sizeOfBlackWhiteBlackRun(int, int, int, int); computes the total width of
 a finder pattern by looking for a black-white-black run from the center in the direction
 a finder pattern by looking for a black-white-black run from the center in the direction

+ 26 - 21
classes/chillerlan-QRCode-Detector-FinderPattern.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -151,45 +156,45 @@ as a convenience to the finder&#039;s bookkeeping.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#property_count">$count</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#property_count">$count</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
@@ -197,7 +202,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_combineEstimate">combineEstimate()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_combineEstimate">combineEstimate()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd>Combines this object&#039;s current estimate of a finder pattern position and module size
 <dd>Combines this object&#039;s current estimate of a finder pattern position and module size
 with a new estimate. It returns a new FinderPattern containing a weighted average
 with a new estimate. It returns a new FinderPattern containing a weighted average
@@ -206,56 +211,56 @@ based on count.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_distance">distance()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_distance">distance()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getCount">getCount()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getCount">getCount()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getDistance">getDistance()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getDistance">getDistance()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getSquaredDistance">getSquaredDistance()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_getSquaredDistance">getSquaredDistance()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Get square of distance between a and b.</dd>
 <dd>Get square of distance between a and b.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_squaredDistance">squaredDistance()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html#method_squaredDistance">squaredDistance()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 37 - 32
classes/chillerlan-QRCode-Detector-FinderPatternFinder.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -152,63 +157,63 @@ markers at three corners of a QR Code.</p>
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_CENTER_QUORUM">CENTER_QUORUM</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_CENTER_QUORUM">CENTER_QUORUM</a>
     <span>
     <span>
-        &nbsp;= 2                    </span>
+        &nbsp;= 2                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_MAX_MODULES">MAX_MODULES</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_MAX_MODULES">MAX_MODULES</a>
     <span>
     <span>
-        &nbsp;= 177                    </span>
+        &nbsp;= 177                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_MIN_SKIP">MIN_SKIP</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#constant_MIN_SKIP">MIN_SKIP</a>
     <span>
     <span>
-        &nbsp;= 2                    </span>
+        &nbsp;= 2                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_bitMatrix">$bitMatrix</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_bitMatrix">$bitMatrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_hasSkipped">$hasSkipped</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_hasSkipped">$hasSkipped</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_possibleCenters">$possibleCenters</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#property_possibleCenters">$possibleCenters</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Creates a finder that will search the image for three finder patterns.</dd>
 <dd>Creates a finder that will search the image for three finder patterns.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_find">find()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_find">find()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
+                                &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_centerFromEnd">centerFromEnd()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_centerFromEnd">centerFromEnd()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Given a count of black/white/black/white/black pixels just seen and an end position,
 <dd>Given a count of black/white/black/white/black pixels just seen and an end position,
 figures the location of the center of this run.</dd>
 figures the location of the center of this run.</dd>
@@ -216,7 +221,7 @@ figures the location of the center of this run.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckDiagonal">crossCheckDiagonal()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckDiagonal">crossCheckDiagonal()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>After a vertical and horizontal scan finds a potential finder pattern, this method
 <dd>After a vertical and horizontal scan finds a potential finder pattern, this method
 &quot;cross-cross-cross-checks&quot; by scanning down diagonally through the center of the possible
 &quot;cross-cross-cross-checks&quot; by scanning down diagonally through the center of the possible
@@ -225,7 +230,7 @@ finder pattern to see if the same proportion is detected.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckHorizontal">crossCheckHorizontal()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckHorizontal">crossCheckHorizontal()</a>
     <span>
     <span>
-                        &nbsp;: float|null    </span>
+                                &nbsp;: float|null    </span>
 </dt>
 </dt>
 <dd>Like #crossCheckVertical(int, int, int, int), and in fact is basically identical,
 <dd>Like #crossCheckVertical(int, int, int, int), and in fact is basically identical,
 except it reads horizontally instead of vertically. This is used to cross-cross
 except it reads horizontally instead of vertically. This is used to cross-cross
@@ -234,7 +239,7 @@ check a vertical cross check and locate the real center of the alignment pattern
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckVertical">crossCheckVertical()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossCheckVertical">crossCheckVertical()</a>
     <span>
     <span>
-                        &nbsp;: float|null    </span>
+                                &nbsp;: float|null    </span>
 </dt>
 </dt>
 <dd>After a horizontal scan finds a potential finder pattern, this method
 <dd>After a horizontal scan finds a potential finder pattern, this method
 &quot;cross-checks&quot; by scanning down vertically through the center of the possible
 &quot;cross-checks&quot; by scanning down vertically through the center of the possible
@@ -243,56 +248,56 @@ finder pattern to see if the same proportion is detected.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossProductZ">crossProductZ()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_crossProductZ">crossProductZ()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd>Returns the z component of the cross product between vectors BC and BA.</dd>
 <dd>Returns the z component of the cross product between vectors BC and BA.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_doShiftCounts2">doShiftCounts2()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_doShiftCounts2">doShiftCounts2()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, int&gt;    </span>
+                                &nbsp;: array&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_findRowSkip">findRowSkip()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_findRowSkip">findRowSkip()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternCross">foundPatternCross()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternCross">foundPatternCross()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternDiagonal">foundPatternDiagonal()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternDiagonal">foundPatternDiagonal()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternVariance">foundPatternVariance()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_foundPatternVariance">foundPatternVariance()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_getCrossCheckStateCount">getCrossCheckStateCount()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_getCrossCheckStateCount">getCrossCheckStateCount()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, int&gt;    </span>
+                                &nbsp;: array&lt;string|int, int&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_handlePossibleCenter">handlePossibleCenter()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_handlePossibleCenter">handlePossibleCenter()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>This is called when a horizontal scan finds a possible alignment pattern. It will
 <dd>This is called when a horizontal scan finds a possible alignment pattern. It will
 cross check with a vertical scan, and if successful, will, ah, cross-cross-check
 cross check with a vertical scan, and if successful, will, ah, cross-cross-check
@@ -302,14 +307,14 @@ center of the pattern in cases of extreme skew.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_haveMultiplyConfirmedCenters">haveMultiplyConfirmedCenters()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_haveMultiplyConfirmedCenters">haveMultiplyConfirmedCenters()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_orderBestPatterns">orderBestPatterns()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_orderBestPatterns">orderBestPatterns()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
+                                &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
 </dt>
 </dt>
 <dd>Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC
 <dd>Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC
 and BC is less than AC, and the angle between BC and BA is less than 180 degrees.</dd>
 and BC is less than AC, and the angle between BC and BA is less than 180 degrees.</dd>
@@ -317,7 +322,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_selectBestPatterns">selectBestPatterns()</a>
     <a href="classes/chillerlan-QRCode-Detector-FinderPatternFinder.html#method_selectBestPatterns">selectBestPatterns()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
+                                &nbsp;: array&lt;string|int, <a href="classes/chillerlan-QRCode-Detector-FinderPattern.html"><abbr title="\chillerlan\QRCode\Detector\FinderPattern">FinderPattern</abbr></a>&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -347,7 +352,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">CENTER_QUORUM</span>
     <span class="phpdocumentor-signature__name">CENTER_QUORUM</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
 </code>
 </code>
@@ -376,7 +381,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">MAX_MODULES</span>
     <span class="phpdocumentor-signature__name">MAX_MODULES</span>
     = <span class="phpdocumentor-signature__default-value">177</span>
     = <span class="phpdocumentor-signature__default-value">177</span>
 </code>
 </code>
@@ -405,7 +410,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">MIN_SKIP</span>
     <span class="phpdocumentor-signature__name">MIN_SKIP</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
     = <span class="phpdocumentor-signature__default-value">2</span>
 </code>
 </code>

+ 13 - 8
classes/chillerlan-QRCode-Detector-GridSampler.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -154,10 +159,10 @@ with an instance of a class which implements this interface.</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-GridSampler.html#method_sampleGrid">sampleGrid()</a>
     <a href="classes/chillerlan-QRCode-Detector-GridSampler.html#method_sampleGrid">sampleGrid()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>Samples an image for a rectangular matrix of bits of the given dimension. The sampling
 <dd>Samples an image for a rectangular matrix of bits of the given dimension. The sampling
 transformation is determined by the coordinates of 4 points, in the original and transformed
 transformation is determined by the coordinates of 4 points, in the original and transformed
@@ -166,7 +171,7 @@ image space.</dd>
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-GridSampler.html#method_checkAndNudgePoints">checkAndNudgePoints()</a>
     <a href="classes/chillerlan-QRCode-Detector-GridSampler.html#method_checkAndNudgePoints">checkAndNudgePoints()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Checks a set of points that have been transformed to sample points on an image against
 <dd>Checks a set of points that have been transformed to sample points on an image against
 the image&#039;s dimensions to see if the point are even within the image.</dd>
 the image&#039;s dimensions to see if the point are even within the image.</dd>

+ 27 - 22
classes/chillerlan-QRCode-Detector-PerspectiveTransform.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -148,115 +153,115 @@ directly upon section 3.4.2 of George Wolberg&#039;s &quot;Digital Image Warping
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a11">$a11</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a11">$a11</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a12">$a12</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a12">$a12</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a13">$a13</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a13">$a13</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a21">$a21</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a21">$a21</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a22">$a22</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a22">$a22</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a23">$a23</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a23">$a23</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a31">$a31</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a31">$a31</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a32">$a32</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a32">$a32</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a33">$a33</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#property_a33">$a33</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_quadrilateralToQuadrilateral">quadrilateralToQuadrilateral()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_quadrilateralToQuadrilateral">quadrilateralToQuadrilateral()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_transformPoints">transformPoints()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_transformPoints">transformPoints()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_buildAdjoint">buildAdjoint()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_buildAdjoint">buildAdjoint()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_quadrilateralToSquare">quadrilateralToSquare()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_quadrilateralToSquare">quadrilateralToSquare()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_set">set()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_set">set()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_squareToQuadrilateral">squareToQuadrilateral()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_squareToQuadrilateral">squareToQuadrilateral()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_times">times()</a>
     <a href="classes/chillerlan-QRCode-Detector-PerspectiveTransform.html#method_times">times()</a>
     <span>
     <span>
-                        &nbsp;: self    </span>
+                                &nbsp;: self    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 10 - 5
classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             

+ 19 - 14
classes/chillerlan-QRCode-Detector-ResultPoint.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -147,38 +152,38 @@ would be the location of a finder pattern or the corner of the barcode, for exam
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_estimatedModuleSize">$estimatedModuleSize</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_x">$x</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#property_y">$y</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_aboutEquals">aboutEquals()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 <dd>Determines if this finder pattern &quot;about equals&quot; a finder pattern at the stated
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
 position and size -- meaning, it is at nearly the same center with nearly the same size.</dd>
@@ -186,21 +191,21 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getEstimatedModuleSize">getEstimatedModuleSize()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getX">getX()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <a href="classes/chillerlan-QRCode-Detector-ResultPoint.html#method_getY">getY()</a>
     <span>
     <span>
-                        &nbsp;: float    </span>
+                                &nbsp;: float    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 10 - 5
classes/chillerlan-QRCode-Output-QRCodeOutputException.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             

+ 25 - 20
classes/chillerlan-QRCode-Output-QRFpdf.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -156,101 +161,101 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QRFpdf constructor.</dd>
 <dd>QRFpdf constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: string|<abbr title="\FPDF">FPDF</abbr>    </span>
+                                &nbsp;: string|<abbr title="\FPDF">FPDF</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 

+ 28 - 23
classes/chillerlan-QRCode-Output-QRGdImage.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -148,122 +153,122 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#property_image">$image</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#property_image">$image</a>
     <span>
     <span>
-                &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
+                        &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
 </dt>
 </dt>
 <dd>The GD image resource</dd>
 <dd>The GD image resource</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: string|resource|<abbr title="\GdImage">GdImage</abbr>    </span>
+                                &nbsp;: string|resource|<abbr title="\GdImage">GdImage</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dumpImage">dumpImage()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dumpImage">dumpImage()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Creates the final image by calling the desired GD output function</dd>
 <dd>Creates the final image by calling the desired GD output function</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_setPixel">setPixel()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_setPixel">setPixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Creates a single QR pixel with the given settings</dd>
 <dd>Creates a single QR pixel with the given settings</dd>
 
 

+ 29 - 23
classes/chillerlan-QRCode-Output-QRImage.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -131,6 +136,7 @@
                     <span class="phpdocumentor-tag__name">deprecated</span>
                     <span class="phpdocumentor-tag__name">deprecated</span>
                 </dt>
                 </dt>
                 <dd class="phpdocumentor-tag-list__definition">
                 <dd class="phpdocumentor-tag-list__definition">
+                                            <span class="phpdocumentor-tag-link">5.0.0</span>
                                                                                 
                                                                                 
                                                  <section class="phpdocumentor-description"><p>backward compatibility, use QRGdImage instead</p>
                                                  <section class="phpdocumentor-description"><p>backward compatibility, use QRGdImage instead</p>
 </section>
 </section>
@@ -157,122 +163,122 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#property_image">$image</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#property_image">$image</a>
     <span>
     <span>
-                &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
+                        &nbsp;: resource|<abbr title="\GdImage">GdImage</abbr>            </span>
 </dt>
 </dt>
 <dd>The GD image resource</dd>
 <dd>The GD image resource</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: string|resource|<abbr title="\GdImage">GdImage</abbr>    </span>
+                                &nbsp;: string|resource|<abbr title="\GdImage">GdImage</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dumpImage">dumpImage()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_dumpImage">dumpImage()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Creates the final image by calling the desired GD output function</dd>
 <dd>Creates the final image by calling the desired GD output function</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_setPixel">setPixel()</a>
     <a href="classes/chillerlan-QRCode-Output-QRGdImage.html#method_setPixel">setPixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Creates a single QR pixel with the given settings</dd>
 <dd>Creates a single QR pixel with the given settings</dd>
 
 

+ 29 - 24
classes/chillerlan-QRCode-Output-QRImagick.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -156,129 +161,129 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#property_imagick">$imagick</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#property_imagick">$imagick</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\Imagick">Imagick</abbr>            </span>
+                        &nbsp;: <abbr title="\Imagick">Imagick</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#property_imagickDraw">$imagickDraw</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#property_imagickDraw">$imagickDraw</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ImagickDraw">ImagickDraw</abbr>            </span>
+                        &nbsp;: <abbr title="\ImagickDraw">ImagickDraw</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: string|<abbr title="\Imagick">Imagick</abbr>    </span>
+                                &nbsp;: string|<abbr title="\Imagick">Imagick</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_drawImage">drawImage()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_drawImage">drawImage()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Creates the QR image via ImagickDraw</dd>
 <dd>Creates the QR image via ImagickDraw</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_setPixel">setPixel()</a>
     <a href="classes/chillerlan-QRCode-Output-QRImagick.html#method_setPixel">setPixel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>draws a single pixel at the given position</dd>
 <dd>draws a single pixel at the given position</dd>
 
 

+ 32 - 27
classes/chillerlan-QRCode-Output-QRMarkup.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,143 +141,143 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#property_defaultMode">$defaultMode</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#property_defaultMode">$defaultMode</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_html">html()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_html">html()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>HTML output</dd>
 <dd>HTML output</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svg">svg()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svg">svg()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>SVG output</dd>
 <dd>SVG output</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgHeader">svgHeader()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgHeader">svgHeader()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns the &lt;svg&gt; header with the given options parsed</dd>
 <dd>returns the &lt;svg&gt; header with the given options parsed</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgModule">svgModule()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgModule">svgModule()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns a path segment for a single module</dd>
 <dd>returns a path segment for a single module</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgPaths">svgPaths()</a>
     <a href="classes/chillerlan-QRCode-Output-QRMarkup.html#method_svgPaths">svgPaths()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns one or more SVG &lt;path&gt; elements</dd>
 <dd>returns one or more SVG &lt;path&gt; elements</dd>
 
 
@@ -313,7 +318,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$defaultMode</span>
     <span class="phpdocumentor-signature__name">$defaultMode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_MARKUP_SVG</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 26 - 20
classes/chillerlan-QRCode-Output-QROutputAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -127,7 +132,7 @@
 
 
 
 
 <h3 id="interfaces_class_traits">
 <h3 id="interfaces_class_traits">
-    Interfaces, Classes and Traits
+    Interfaces, Classes, Traits and Enums
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
     <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
 </h3>
 </h3>
 
 
@@ -136,6 +141,7 @@
         <dd>Converts the data matrix into readable output</dd>
         <dd>Converts the data matrix into readable output</dd>
     
     
     
     
+    
     </dl>
     </dl>
 
 
 
 
@@ -145,94 +151,94 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 

+ 54 - 49
classes/chillerlan-QRCode-Output-QROutputInterface.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -132,35 +137,35 @@
     <span>
     <span>
         &nbsp;= [
         &nbsp;= [
     // light
     // light
-    chillerlanQRCodeDataQRMatrix::M_NULL =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_DATA =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_FINDER =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_SEPARATOR =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_ALIGNMENT =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_TIMING =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_FORMAT =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_VERSION =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_QUIETZONE =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_LOGO =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_TEST =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_NULL =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_DATA =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_TIMING =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_FORMAT =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_VERSION =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_LOGO =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_TEST =&gt; false,
     // dark
     // dark
-    chillerlanQRCodeDataQRMatrix::M_DARKMODULE | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_DATA | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FINDER | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_ALIGNMENT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_TIMING | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FORMAT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_VERSION | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FINDER_DOT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_TEST | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-]                    </span>
+    \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_DATA | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_TIMING | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FORMAT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_VERSION | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_TEST | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+]                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>generates the output, optionally dumps it to a file, and returns it</dd>
 <dd>generates the output, optionally dumps it to a file, and returns it</dd>
 
 
@@ -190,31 +195,31 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">public</span>
     <span class="phpdocumentor-signature__visibility">public</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">DEFAULT_MODULE_VALUES</span>
     <span class="phpdocumentor-signature__name">DEFAULT_MODULE_VALUES</span>
     = <span class="phpdocumentor-signature__default-value">[
     = <span class="phpdocumentor-signature__default-value">[
     // light
     // light
-    chillerlanQRCodeDataQRMatrix::M_NULL =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_DATA =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_FINDER =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_SEPARATOR =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_ALIGNMENT =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_TIMING =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_FORMAT =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_VERSION =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_QUIETZONE =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_LOGO =&gt; false,
-    chillerlanQRCodeDataQRMatrix::M_TEST =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_NULL =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_DATA =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_TIMING =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_FORMAT =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_VERSION =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_LOGO =&gt; false,
+    \chillerlan\QRCode\Data\QRMatrix::M_TEST =&gt; false,
     // dark
     // dark
-    chillerlanQRCodeDataQRMatrix::M_DARKMODULE | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_DATA | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FINDER | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_ALIGNMENT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_TIMING | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FORMAT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_VERSION | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_FINDER_DOT | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
-    chillerlanQRCodeDataQRMatrix::M_TEST | chillerlanQRCodeDataQRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_DATA | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_TIMING | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FORMAT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_VERSION | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
+    \chillerlan\QRCode\Data\QRMatrix::M_TEST | \chillerlan\QRCode\Data\QRMatrix::IS_DARK =&gt; true,
 ]</span>
 ]</span>
 </code>
 </code>
 
 

+ 29 - 24
classes/chillerlan-QRCode-Output-QRString.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,122 +139,122 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#property_defaultMode">$defaultMode</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#property_defaultMode">$defaultMode</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_length">$length</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the side length of the QR image (modules * scale)</dd>
 <dd>the side length of the QR image (modules * scale)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd>the (filled) data matrix object</dd>
 <dd>the (filled) data matrix object</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount">$moduleCount</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current size of the QR matrix</dd>
 <dd>the current size of the QR matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 <dd>an (optional) array of color values for the several QR matrix parts</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>the current scaling for a QR pixel</dd>
 <dd>the current scaling for a QR pixel</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method___construct">__construct()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>QROutputAbstract constructor.</dd>
 <dd>QROutputAbstract constructor.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_dump">dump()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_dump">dump()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_base64encode">base64encode()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 <dd>Returns a base64 data URI for the given string and mime type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_getDefaultModuleValue">getDefaultModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 <dd>Returns a defualt value for either dark or light modules (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_getModuleValue">getModuleValue()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_getModuleValue">getModuleValue()</a>
     <span>
     <span>
-                        &nbsp;: mixed    </span>
+                                &nbsp;: mixed    </span>
 </dt>
 </dt>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 <dd>Returns the final value for the given input (return value depends on the output module)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_json">json()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_json">json()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>JSON output</dd>
 <dd>JSON output</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_moduleValueIsValid">moduleValueIsValid()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd>Determines whether the given value is valid</dd>
 <dd>Determines whether the given value is valid</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>saves the qr data to a file</dd>
 <dd>saves the qr data to a file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues">setModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Sets the initial module values</dd>
 <dd>Sets the initial module values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_text">text()</a>
     <a href="classes/chillerlan-QRCode-Output-QRString.html#method_text">text()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>string output</dd>
 <dd>string output</dd>
 
 
@@ -290,7 +295,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$defaultMode</span>
     <span class="phpdocumentor-signature__name">$defaultMode</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_STRING_TEXT</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_STRING_TEXT</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 236 - 107
classes/chillerlan-QRCode-QRCode.html


+ 10 - 5
classes/chillerlan-QRCode-QRCodeException.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             

+ 76 - 71
classes/chillerlan-QRCode-QROptions.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,430 +141,430 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addLogoSpace">$addLogoSpace</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addLogoSpace">$addLogoSpace</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Toggles logo space creation</dd>
 <dd>Toggles logo space creation</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addQuietzone">$addQuietzone</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addQuietzone">$addQuietzone</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Add a &quot;quiet zone&quot; (margin) according to the QR code spec</dd>
 <dd>Add a &quot;quiet zone&quot; (margin) according to the QR code spec</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cachefile">$cachefile</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cachefile">$cachefile</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>/path/to/cache.file</dd>
 <dd>/path/to/cache.file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_circleRadius">$circleRadius</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_circleRadius">$circleRadius</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd>specifies the radius of the modules when $svgDrawCircularModules is set to true</dd>
 <dd>specifies the radius of the modules when $svgDrawCircularModules is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cssClass">$cssClass</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cssClass">$cssClass</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>a common css class</dd>
 <dd>a common css class</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_drawCircularModules">$drawCircularModules</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_drawCircularModules">$drawCircularModules</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>specify whether to draw the modules as filled circles</dd>
 <dd>specify whether to draw the modules as filled circles</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Error correct level</dd>
 <dd>Error correct level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eol">$eol</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eol">$eol</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>newline string [HTML, SVG, TEXT]</dd>
 <dd>newline string [HTML, SVG, TEXT]</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_fpdfMeasureUnit">$fpdfMeasureUnit</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_fpdfMeasureUnit">$fpdfMeasureUnit</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>Measurement unit for FPDF output: pt, mm, cm, in (defaults to &quot;pt&quot;)</dd>
 <dd>Measurement unit for FPDF output: pt, mm, cm, in (defaults to &quot;pt&quot;)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageBase64">$imageBase64</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageBase64">$imageBase64</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>toggle base64 or raw image data</dd>
 <dd>toggle base64 or raw image data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparencyBG">$imageTransparencyBG</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparencyBG">$imageTransparencyBG</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparent">$imageTransparent</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparent">$imageTransparent</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>toggle transparency, not supported by jpg</dd>
 <dd>toggle transparency, not supported by jpg</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickBG">$imagickBG</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickBG">$imagickBG</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>Imagick background color (defaults to &quot;transparent&quot;)</dd>
 <dd>Imagick background color (defaults to &quot;transparent&quot;)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickFormat">$imagickFormat</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickFormat">$imagickFormat</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>Imagick output format</dd>
 <dd>Imagick output format</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_jpegQuality">$jpegQuality</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_jpegQuality">$jpegQuality</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_keepAsSquare">$keepAsSquare</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_keepAsSquare">$keepAsSquare</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>specifies which module types to exclude when $svgDrawCircularModules is set to true</dd>
 <dd>specifies which module types to exclude when $svgDrawCircularModules is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceHeight">$logoSpaceHeight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceHeight">$logoSpaceHeight</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>height of the logo space</dd>
 <dd>height of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartX">$logoSpaceStartX</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartX">$logoSpaceStartX</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>optional horizontal start position of the logo space (top left corner)</dd>
 <dd>optional horizontal start position of the logo space (top left corner)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartY">$logoSpaceStartY</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartY">$logoSpaceStartY</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>optional vertical start position of the logo space (top left corner)</dd>
 <dd>optional vertical start position of the logo space (top left corner)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceWidth">$logoSpaceWidth</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceWidth">$logoSpaceWidth</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>width of the logo space</dd>
 <dd>width of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupDark">$markupDark</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupDark">$markupDark</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>markup substitute for dark (CSS value)</dd>
 <dd>markup substitute for dark (CSS value)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupLight">$markupLight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupLight">$markupLight</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>markup substitute for light (CSS value)</dd>
 <dd>markup substitute for light (CSS value)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_maskPattern">$maskPattern</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_maskPattern">$maskPattern</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Mask Pattern to use (no value in using, mostly for unit testing purposes)</dd>
 <dd>Mask Pattern to use (no value in using, mostly for unit testing purposes)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;|null            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;|null            </span>
 </dt>
 </dt>
 <dd>Module values map</dd>
 <dd>Module values map</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>the FQCN of the custom QROutputInterface if $outputType is set to QRCode::OUTPUT_CUSTOM</dd>
 <dd>the FQCN of the custom QROutputInterface if $outputType is set to QRCode::OUTPUT_CUSTOM</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputType">$outputType</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputType">$outputType</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The output type</dd>
 <dd>The output type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_pngCompression">$pngCompression</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_pngCompression">$pngCompression</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_quietzoneSize">$quietzoneSize</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_quietzoneSize">$quietzoneSize</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Size of the quiet zone</dd>
 <dd>Size of the quiet zone</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerGrayscale">$readerGrayscale</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerGrayscale">$readerGrayscale</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>grayscale the image before reading</dd>
 <dd>grayscale the image before reading</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerIncreaseContrast">$readerIncreaseContrast</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerIncreaseContrast">$readerIncreaseContrast</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>increase the contrast before reading</dd>
 <dd>increase the contrast before reading</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerUseImagickIfAvailable">$readerUseImagickIfAvailable</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerUseImagickIfAvailable">$readerUseImagickIfAvailable</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>use Imaagick (if available) when reading QR Codes</dd>
 <dd>use Imaagick (if available) when reading QR Codes</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_returnResource">$returnResource</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_returnResource">$returnResource</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Return the image resource instead of a render if applicable.</dd>
 <dd>Return the image resource instead of a render if applicable.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>size of a QR code pixel [SVG, IMAGE_*], HTML via CSS</dd>
 <dd>size of a QR code pixel [SVG, IMAGE_*], HTML via CSS</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths">$svgConnectPaths</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths">$svgConnectPaths</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.</dd>
 <dd>whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDefs">$svgDefs</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDefs">$svgDefs</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>anything between &lt;defs&gt;</dd>
 <dd>anything between &lt;defs&gt;</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect">$svgExcludeFromConnect</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect">$svgExcludeFromConnect</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>specify which paths/patterns to exclude from connecting if $svgConnectPaths is set to true</dd>
 <dd>specify which paths/patterns to exclude from connecting if $svgConnectPaths is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight">$svgHeight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight">$svgHeight</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>optional &quot;height&quot; attribute with the specified value (note that the value is not checked!)</dd>
 <dd>optional &quot;height&quot; attribute with the specified value (note that the value is not checked!)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgOpacity">$svgOpacity</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgOpacity">$svgOpacity</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd>SVG opacity</dd>
 <dd>SVG opacity</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio">$svgPreserveAspectRatio</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio">$svgPreserveAspectRatio</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgViewBoxSize">$svgViewBoxSize</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgViewBoxSize">$svgViewBoxSize</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>SVG viewBox size. a single integer number which defines width/height of the viewBox attribute.</dd>
 <dd>SVG viewBox size. a single integer number which defines width/height of the viewBox attribute.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth">$svgWidth</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth">$svgWidth</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>optional &quot;width&quot; attribute with the specified value (note that the value is not checked!)</dd>
 <dd>optional &quot;width&quot; attribute with the specified value (note that the value is not checked!)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textDark">$textDark</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textDark">$textDark</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>string substitute for dark</dd>
 <dd>string substitute for dark</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textLight">$textLight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textLight">$textLight</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>string substitute for light</dd>
 <dd>string substitute for light</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>QR Code version number</dd>
 <dd>QR Code version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMax">$versionMax</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMax">$versionMax</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Maximum QR version</dd>
 <dd>Maximum QR version</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMin">$versionMin</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMin">$versionMin</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Minimum QR version</dd>
 <dd>Minimum QR version</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_getLuminanceSourceFQCN">getLuminanceSourceFQCN()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_getLuminanceSourceFQCN">getLuminanceSourceFQCN()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns the FQCN of the luminance source class to use in the reader (GD or Imagick)</dd>
 <dd>returns the FQCN of the luminance source class to use in the reader (GD or Imagick)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>clamp the logo space values between 0 and maximum length (177 modules at version 40)</dd>
 <dd>clamp the logo space values between 0 and maximum length (177 modules at version 40)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_eccLevel">set_eccLevel()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_eccLevel">set_eccLevel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the error correction level</dd>
 <dd>sets the error correction level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_fpdfMeasureUnit">set_fpdfMeasureUnit()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_fpdfMeasureUnit">set_fpdfMeasureUnit()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the FPDF measurement unit</dd>
 <dd>sets the FPDF measurement unit</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_imageTransparencyBG">set_imageTransparencyBG()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_imageTransparencyBG">set_imageTransparencyBG()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the transparency background color</dd>
 <dd>sets the transparency background color</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceHeight">set_logoSpaceHeight()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceHeight">set_logoSpaceHeight()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set logo space height</dd>
 <dd>clamp/set logo space height</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartX">set_logoSpaceStartX()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartX">set_logoSpaceStartX()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set horizontal logo space start</dd>
 <dd>clamp/set horizontal logo space start</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartY">set_logoSpaceStartY()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartY">set_logoSpaceStartY()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set vertical logo space start</dd>
 <dd>clamp/set vertical logo space start</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceWidth">set_logoSpaceWidth()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceWidth">set_logoSpaceWidth()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set logo space width</dd>
 <dd>clamp/set logo space width</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_maskPattern">set_maskPattern()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_maskPattern">set_maskPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets/clamps the mask pattern</dd>
 <dd>sets/clamps the mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_readerUseImagickIfAvailable">set_readerUseImagickIfAvailable()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_readerUseImagickIfAvailable">set_readerUseImagickIfAvailable()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>enables Imagick for the QR Code reader if the extension is available</dd>
 <dd>enables Imagick for the QR Code reader if the extension is available</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_version">set_version()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_version">set_version()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets/clamps the version number</dd>
 <dd>sets/clamps the version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMax">set_versionMax()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMax">set_versionMax()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the maximum version number</dd>
 <dd>sets the maximum version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMin">set_versionMin()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMin">set_versionMin()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the minimum version number</dd>
 <dd>sets the minimum version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_setMinMaxVersion">setMinMaxVersion()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_setMinMaxVersion">setMinMaxVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp min/max version number</dd>
 <dd>clamp min/max version number</dd>
 
 
@@ -819,7 +824,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$eccLevel</span>
     <span class="phpdocumentor-signature__name">$eccLevel</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonEccLevel::L</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\EccLevel::L</span></code>
 
 
         <section class="phpdocumentor-description"><p>QRCode::ECC_X where X is:</p>
         <section class="phpdocumentor-description"><p>QRCode::ECC_X where X is:</p>
 <ul>
 <ul>
@@ -1449,7 +1454,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$maskPattern</span>
     <span class="phpdocumentor-signature__name">$maskPattern</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::MASK_PATTERN_AUTO</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::MASK_PATTERN_AUTO</span></code>
 
 
         <section class="phpdocumentor-description"><p>[0...7] or QRCode::MASK_PATTERN_AUTO</p>
         <section class="phpdocumentor-description"><p>[0...7] or QRCode::MASK_PATTERN_AUTO</p>
 </section>
 </section>
@@ -1558,7 +1563,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$outputType</span>
     <span class="phpdocumentor-signature__name">$outputType</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_MARKUP_SVG</span></code>
 
 
         <section class="phpdocumentor-description"><ul>
         <section class="phpdocumentor-description"><ul>
 <li>QRCode::OUTPUT_MARKUP_XXXX where XXXX = HTML, SVG</li>
 <li>QRCode::OUTPUT_MARKUP_XXXX where XXXX = HTML, SVG</li>
@@ -2308,7 +2313,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$version</span>
     <span class="phpdocumentor-signature__name">$version</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::VERSION_AUTO</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::VERSION_AUTO</span></code>
 
 
         <section class="phpdocumentor-description"><p>[1 ... 40] or QRCode::VERSION_AUTO</p>
         <section class="phpdocumentor-description"><p>[1 ... 40] or QRCode::VERSION_AUTO</p>
 </section>
 </section>

+ 76 - 71
classes/chillerlan-QRCode-QROptionsTrait.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -120,430 +125,430 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addLogoSpace">$addLogoSpace</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addLogoSpace">$addLogoSpace</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Toggles logo space creation</dd>
 <dd>Toggles logo space creation</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addQuietzone">$addQuietzone</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_addQuietzone">$addQuietzone</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Add a &quot;quiet zone&quot; (margin) according to the QR code spec</dd>
 <dd>Add a &quot;quiet zone&quot; (margin) according to the QR code spec</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cachefile">$cachefile</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cachefile">$cachefile</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>/path/to/cache.file</dd>
 <dd>/path/to/cache.file</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_circleRadius">$circleRadius</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_circleRadius">$circleRadius</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd>specifies the radius of the modules when $svgDrawCircularModules is set to true</dd>
 <dd>specifies the radius of the modules when $svgDrawCircularModules is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cssClass">$cssClass</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_cssClass">$cssClass</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>a common css class</dd>
 <dd>a common css class</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_drawCircularModules">$drawCircularModules</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_drawCircularModules">$drawCircularModules</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>specify whether to draw the modules as filled circles</dd>
 <dd>specify whether to draw the modules as filled circles</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eccLevel">$eccLevel</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eccLevel">$eccLevel</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Error correct level</dd>
 <dd>Error correct level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eol">$eol</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_eol">$eol</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>newline string [HTML, SVG, TEXT]</dd>
 <dd>newline string [HTML, SVG, TEXT]</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_fpdfMeasureUnit">$fpdfMeasureUnit</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_fpdfMeasureUnit">$fpdfMeasureUnit</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>Measurement unit for FPDF output: pt, mm, cm, in (defaults to &quot;pt&quot;)</dd>
 <dd>Measurement unit for FPDF output: pt, mm, cm, in (defaults to &quot;pt&quot;)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageBase64">$imageBase64</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageBase64">$imageBase64</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>toggle base64 or raw image data</dd>
 <dd>toggle base64 or raw image data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparencyBG">$imageTransparencyBG</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparencyBG">$imageTransparencyBG</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparent">$imageTransparent</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imageTransparent">$imageTransparent</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>toggle transparency, not supported by jpg</dd>
 <dd>toggle transparency, not supported by jpg</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickBG">$imagickBG</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickBG">$imagickBG</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>Imagick background color (defaults to &quot;transparent&quot;)</dd>
 <dd>Imagick background color (defaults to &quot;transparent&quot;)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickFormat">$imagickFormat</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_imagickFormat">$imagickFormat</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>Imagick output format</dd>
 <dd>Imagick output format</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_jpegQuality">$jpegQuality</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_jpegQuality">$jpegQuality</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_keepAsSquare">$keepAsSquare</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_keepAsSquare">$keepAsSquare</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>specifies which module types to exclude when $svgDrawCircularModules is set to true</dd>
 <dd>specifies which module types to exclude when $svgDrawCircularModules is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceHeight">$logoSpaceHeight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceHeight">$logoSpaceHeight</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>height of the logo space</dd>
 <dd>height of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartX">$logoSpaceStartX</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartX">$logoSpaceStartX</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>optional horizontal start position of the logo space (top left corner)</dd>
 <dd>optional horizontal start position of the logo space (top left corner)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartY">$logoSpaceStartY</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceStartY">$logoSpaceStartY</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>optional vertical start position of the logo space (top left corner)</dd>
 <dd>optional vertical start position of the logo space (top left corner)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceWidth">$logoSpaceWidth</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceWidth">$logoSpaceWidth</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>width of the logo space</dd>
 <dd>width of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupDark">$markupDark</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupDark">$markupDark</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>markup substitute for dark (CSS value)</dd>
 <dd>markup substitute for dark (CSS value)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupLight">$markupLight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_markupLight">$markupLight</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>markup substitute for light (CSS value)</dd>
 <dd>markup substitute for light (CSS value)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_maskPattern">$maskPattern</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_maskPattern">$maskPattern</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Mask Pattern to use (no value in using, mostly for unit testing purposes)</dd>
 <dd>Mask Pattern to use (no value in using, mostly for unit testing purposes)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_moduleValues">$moduleValues</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_moduleValues">$moduleValues</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;|null            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;|null            </span>
 </dt>
 </dt>
 <dd>Module values map</dd>
 <dd>Module values map</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>the FQCN of the custom QROutputInterface if $outputType is set to QRCode::OUTPUT_CUSTOM</dd>
 <dd>the FQCN of the custom QROutputInterface if $outputType is set to QRCode::OUTPUT_CUSTOM</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputType">$outputType</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_outputType">$outputType</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>The output type</dd>
 <dd>The output type</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_pngCompression">$pngCompression</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_pngCompression">$pngCompression</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_quietzoneSize">$quietzoneSize</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_quietzoneSize">$quietzoneSize</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Size of the quiet zone</dd>
 <dd>Size of the quiet zone</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerGrayscale">$readerGrayscale</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerGrayscale">$readerGrayscale</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>grayscale the image before reading</dd>
 <dd>grayscale the image before reading</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerIncreaseContrast">$readerIncreaseContrast</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerIncreaseContrast">$readerIncreaseContrast</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>increase the contrast before reading</dd>
 <dd>increase the contrast before reading</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerUseImagickIfAvailable">$readerUseImagickIfAvailable</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_readerUseImagickIfAvailable">$readerUseImagickIfAvailable</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>use Imaagick (if available) when reading QR Codes</dd>
 <dd>use Imaagick (if available) when reading QR Codes</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_returnResource">$returnResource</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_returnResource">$returnResource</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>Return the image resource instead of a render if applicable.</dd>
 <dd>Return the image resource instead of a render if applicable.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_scale">$scale</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_scale">$scale</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>size of a QR code pixel [SVG, IMAGE_*], HTML via CSS</dd>
 <dd>size of a QR code pixel [SVG, IMAGE_*], HTML via CSS</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths">$svgConnectPaths</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths">$svgConnectPaths</a>
     <span>
     <span>
-                &nbsp;: bool            </span>
+                        &nbsp;: bool            </span>
 </dt>
 </dt>
 <dd>whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.</dd>
 <dd>whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDefs">$svgDefs</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDefs">$svgDefs</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>anything between &lt;defs&gt;</dd>
 <dd>anything between &lt;defs&gt;</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect">$svgExcludeFromConnect</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect">$svgExcludeFromConnect</a>
     <span>
     <span>
-                &nbsp;: array&lt;string|int, mixed&gt;            </span>
+                        &nbsp;: array&lt;string|int, mixed&gt;            </span>
 </dt>
 </dt>
 <dd>specify which paths/patterns to exclude from connecting if $svgConnectPaths is set to true</dd>
 <dd>specify which paths/patterns to exclude from connecting if $svgConnectPaths is set to true</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight">$svgHeight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight">$svgHeight</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>optional &quot;height&quot; attribute with the specified value (note that the value is not checked!)</dd>
 <dd>optional &quot;height&quot; attribute with the specified value (note that the value is not checked!)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgOpacity">$svgOpacity</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgOpacity">$svgOpacity</a>
     <span>
     <span>
-                &nbsp;: float            </span>
+                        &nbsp;: float            </span>
 </dt>
 </dt>
 <dd>SVG opacity</dd>
 <dd>SVG opacity</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio">$svgPreserveAspectRatio</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio">$svgPreserveAspectRatio</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgViewBoxSize">$svgViewBoxSize</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgViewBoxSize">$svgViewBoxSize</a>
     <span>
     <span>
-                &nbsp;: int|null            </span>
+                        &nbsp;: int|null            </span>
 </dt>
 </dt>
 <dd>SVG viewBox size. a single integer number which defines width/height of the viewBox attribute.</dd>
 <dd>SVG viewBox size. a single integer number which defines width/height of the viewBox attribute.</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth">$svgWidth</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth">$svgWidth</a>
     <span>
     <span>
-                &nbsp;: string|null            </span>
+                        &nbsp;: string|null            </span>
 </dt>
 </dt>
 <dd>optional &quot;width&quot; attribute with the specified value (note that the value is not checked!)</dd>
 <dd>optional &quot;width&quot; attribute with the specified value (note that the value is not checked!)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textDark">$textDark</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textDark">$textDark</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>string substitute for dark</dd>
 <dd>string substitute for dark</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textLight">$textLight</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textLight">$textLight</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd>string substitute for light</dd>
 <dd>string substitute for light</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_version">$version</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_version">$version</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>QR Code version number</dd>
 <dd>QR Code version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMax">$versionMax</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMax">$versionMax</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Maximum QR version</dd>
 <dd>Maximum QR version</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMin">$versionMin</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_versionMin">$versionMin</a>
     <span>
     <span>
-                &nbsp;: int            </span>
+                        &nbsp;: int            </span>
 </dt>
 </dt>
 <dd>Minimum QR version</dd>
 <dd>Minimum QR version</dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_getLuminanceSourceFQCN">getLuminanceSourceFQCN()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_getLuminanceSourceFQCN">getLuminanceSourceFQCN()</a>
     <span>
     <span>
-                        &nbsp;: string    </span>
+                                &nbsp;: string    </span>
 </dt>
 </dt>
 <dd>returns the FQCN of the luminance source class to use in the reader (GD or Imagick)</dd>
 <dd>returns the FQCN of the luminance source class to use in the reader (GD or Imagick)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
     <span>
     <span>
-                        &nbsp;: int    </span>
+                                &nbsp;: int    </span>
 </dt>
 </dt>
 <dd>clamp the logo space values between 0 and maximum length (177 modules at version 40)</dd>
 <dd>clamp the logo space values between 0 and maximum length (177 modules at version 40)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_eccLevel">set_eccLevel()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_eccLevel">set_eccLevel()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the error correction level</dd>
 <dd>sets the error correction level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_fpdfMeasureUnit">set_fpdfMeasureUnit()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_fpdfMeasureUnit">set_fpdfMeasureUnit()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the FPDF measurement unit</dd>
 <dd>sets the FPDF measurement unit</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_imageTransparencyBG">set_imageTransparencyBG()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_imageTransparencyBG">set_imageTransparencyBG()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the transparency background color</dd>
 <dd>sets the transparency background color</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceHeight">set_logoSpaceHeight()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceHeight">set_logoSpaceHeight()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set logo space height</dd>
 <dd>clamp/set logo space height</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartX">set_logoSpaceStartX()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartX">set_logoSpaceStartX()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set horizontal logo space start</dd>
 <dd>clamp/set horizontal logo space start</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartY">set_logoSpaceStartY()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceStartY">set_logoSpaceStartY()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set vertical logo space start</dd>
 <dd>clamp/set vertical logo space start</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceWidth">set_logoSpaceWidth()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_logoSpaceWidth">set_logoSpaceWidth()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp/set logo space width</dd>
 <dd>clamp/set logo space width</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_maskPattern">set_maskPattern()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_maskPattern">set_maskPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets/clamps the mask pattern</dd>
 <dd>sets/clamps the mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_readerUseImagickIfAvailable">set_readerUseImagickIfAvailable()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_readerUseImagickIfAvailable">set_readerUseImagickIfAvailable()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>enables Imagick for the QR Code reader if the extension is available</dd>
 <dd>enables Imagick for the QR Code reader if the extension is available</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_version">set_version()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_version">set_version()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets/clamps the version number</dd>
 <dd>sets/clamps the version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMax">set_versionMax()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMax">set_versionMax()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the maximum version number</dd>
 <dd>sets the maximum version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMin">set_versionMin()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_set_versionMin">set_versionMin()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>sets the minimum version number</dd>
 <dd>sets the minimum version number</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_setMinMaxVersion">setMinMaxVersion()</a>
     <a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_setMinMaxVersion">setMinMaxVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>clamp min/max version number</dd>
 <dd>clamp min/max version number</dd>
 
 
@@ -801,7 +806,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$eccLevel</span>
     <span class="phpdocumentor-signature__name">$eccLevel</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeCommonEccLevel::L</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\EccLevel::L</span></code>
 
 
         <section class="phpdocumentor-description"><p>QRCode::ECC_X where X is:</p>
         <section class="phpdocumentor-description"><p>QRCode::ECC_X where X is:</p>
 <ul>
 <ul>
@@ -1431,7 +1436,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$maskPattern</span>
     <span class="phpdocumentor-signature__name">$maskPattern</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::MASK_PATTERN_AUTO</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::MASK_PATTERN_AUTO</span></code>
 
 
         <section class="phpdocumentor-description"><p>[0...7] or QRCode::MASK_PATTERN_AUTO</p>
         <section class="phpdocumentor-description"><p>[0...7] or QRCode::MASK_PATTERN_AUTO</p>
 </section>
 </section>
@@ -1540,7 +1545,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$outputType</span>
     <span class="phpdocumentor-signature__name">$outputType</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_MARKUP_SVG</span></code>
 
 
         <section class="phpdocumentor-description"><ul>
         <section class="phpdocumentor-description"><ul>
 <li>QRCode::OUTPUT_MARKUP_XXXX where XXXX = HTML, SVG</li>
 <li>QRCode::OUTPUT_MARKUP_XXXX where XXXX = HTML, SVG</li>
@@ -2290,7 +2295,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">int</span>
         <span class="phpdocumentor-signature__type">int</span>
     <span class="phpdocumentor-signature__name">$version</span>
     <span class="phpdocumentor-signature__name">$version</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::VERSION_AUTO</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::VERSION_AUTO</span></code>
 
 
         <section class="phpdocumentor-description"><p>[1 ... 40] or QRCode::VERSION_AUTO</p>
         <section class="phpdocumentor-description"><p>[1 ... 40] or QRCode::VERSION_AUTO</p>
 </section>
 </section>

+ 15 - 10
classes/chillerlan-QRCodeTest-Common-BitBufferTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,31 +139,31 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#property_bitBuffer">$bitBuffer</a>
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#property_bitBuffer">$bitBuffer</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_bitProvider">bitProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_bitProvider">bitProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_testPut">testPut()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_testPut">testPut()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-BitBufferTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 19 - 14
classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -147,59 +152,59 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testInvalidMaskPatternException">testInvalidMaskPatternException()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testInvalidMaskPatternException">testInvalidMaskPatternException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testMask">testMask()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testMask">testMask()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule1">testPenaltyRule1()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule1">testPenaltyRule1()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule2">testPenaltyRule2()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule2">testPenaltyRule2()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule3">testPenaltyRule3()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule3">testPenaltyRule3()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule4">testPenaltyRule4()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_testPenaltyRule4">testPenaltyRule4()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
             <dt class="phpdocumentor-table-of-contents__entry -method -private">
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_assertMask">assertMask()</a>
     <a href="classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html#method_assertMask">assertMask()</a>
     <span>
     <span>
-                        &nbsp;: bool    </span>
+                                &nbsp;: bool    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 27 - 22
classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,108 +139,108 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
+                        &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#property_testdata">$testdata</a>
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#property_testdata">$testdata</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)</dd>
 <dd>isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on data overflow</dd>
 <dd>Tests if an exception is thrown on data overflow</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests getting the minimum QR version for the given data</dd>
 <dd>Tests getting the minimum QR version for the given data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests initializing the data matrix</dd>
 <dd>Tests initializing the data matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Verifies the data interface instance</dd>
 <dd>Verifies the data interface instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -276,7 +281,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDataAlphaNum::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Data\AlphaNum::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 28 - 23
classes/chillerlan-QRCodeTest-Data-ByteTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,108 +139,108 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
+                        &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#property_testdata">$testdata</a>
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#property_testdata">$testdata</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>isByte() passses any binary string and only fails on empty strings</dd>
 <dd>isByte() passses any binary string and only fails on empty strings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on data overflow</dd>
 <dd>Tests if an exception is thrown on data overflow</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests getting the minimum QR version for the given data</dd>
 <dd>Tests getting the minimum QR version for the given data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests initializing the data matrix</dd>
 <dd>Tests initializing the data matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Verifies the data interface instance</dd>
 <dd>Verifies the data interface instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#method_testInvalidDataException">testInvalidDataException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-ByteTest.html#method_testInvalidDataException">testInvalidDataException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -276,7 +281,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDataByte::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Data\Byte::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 
@@ -378,7 +383,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$testdata</span>
     <span class="phpdocumentor-signature__name">$testdata</span>
-     = <span class="phpdocumentor-signature__default-value">&#039;[¯\_(ツ)_/¯]&#039;</span></code>
+     = <span class="phpdocumentor-signature__default-value">&#039;[¯\\_(ツ)_/¯]&#039;</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 26 - 21
classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,108 +139,108 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
+                        &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_testdata">$testdata</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_testdata">$testdata</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_stringValidateProvider">stringValidateProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_stringValidateProvider">stringValidateProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on data overflow</dd>
 <dd>Tests if an exception is thrown on data overflow</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests getting the minimum QR version for the given data</dd>
 <dd>Tests getting the minimum QR version for the given data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests initializing the data matrix</dd>
 <dd>Tests initializing the data matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Verifies the data interface instance</dd>
 <dd>Verifies the data interface instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 27 - 22
classes/chillerlan-QRCodeTest-Data-KanjiTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,108 +139,108 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
+                        &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#property_testdata">$testdata</a>
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#property_testdata">$testdata</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-KanjiTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>isKanji() should pass on Kanji/SJIS characters and fail on everything else</dd>
 <dd>isKanji() should pass on Kanji/SJIS characters and fail on everything else</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on data overflow</dd>
 <dd>Tests if an exception is thrown on data overflow</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests getting the minimum QR version for the given data</dd>
 <dd>Tests getting the minimum QR version for the given data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests initializing the data matrix</dd>
 <dd>Tests initializing the data matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Verifies the data interface instance</dd>
 <dd>Verifies the data interface instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -276,7 +281,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDataKanji::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Data\Kanji::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 27 - 22
classes/chillerlan-QRCodeTest-Data-NumberTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,108 +139,108 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_QRData">$QRData</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#property_reflection">$reflection</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
+                        &nbsp;: <abbr title="\ReflectionClass">ReflectionClass</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#property_testdata">$testdata</a>
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#property_testdata">$testdata</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_maskPatternProvider">maskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-NumberTest.html#method_stringValidateProvider">stringValidateProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd>isNumber() should pass on any number and fail on anything else</dd>
 <dd>isNumber() should pass on any number and fail on anything else</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on data overflow</dd>
 <dd>Tests if an exception is thrown on data overflow</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests getting the minimum QR version for the given data</dd>
 <dd>Tests getting the minimum QR version for the given data</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests initializing the data matrix</dd>
 <dd>Tests initializing the data matrix</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Verifies the data interface instance</dd>
 <dd>Verifies the data interface instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataException">testInvalidDataException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 <dd>Tests if an exception is thrown if the given string is empty</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString">testValidateString()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -276,7 +281,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDataNumber::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Data\Number::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 37 - 32
classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -137,175 +142,175 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
             <dt class="phpdocumentor-table-of-contents__entry -constant -private">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#constant_version">version</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#constant_version">version</a>
     <span>
     <span>
-        &nbsp;= 40                    </span>
+        &nbsp;= 40                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testECC">testECC()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testECC">testECC()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if eccLevel() returns the current (given) ECC level</dd>
 <dd>Tests if eccLevel() returns the current (given) ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testFlip">testFlip()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testFlip">testFlip()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests flipping the value of a module</dd>
 <dd>Tests flipping the value of a module</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testGetSetCheck">testGetSetCheck()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testGetSetCheck">testGetSetCheck()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the set(), get() and check() methods</dd>
 <dd>Tests the set(), get() and check() methods</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validates the QRMatrix instance</dd>
 <dd>Validates the QRMatrix instance</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testMaskPattern">testMaskPattern()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testMaskPattern">testMaskPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if maskPattern() returns the current (or default) mask pattern</dd>
 <dd>Tests if maskPattern() returns the current (or default) mask pattern</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetAlignmentPattern">testSetAlignmentPattern()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetAlignmentPattern">testSetAlignmentPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the alignment patterns and verifies their positions - version 1 (no pattern) skipped</dd>
 <dd>Tests the alignment patterns and verifies their positions - version 1 (no pattern) skipped</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetDarkModule">testSetDarkModule()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetDarkModule">testSetDarkModule()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests setting the dark module and verifies its position</dd>
 <dd>Tests setting the dark module and verifies its position</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetFinderPattern">testSetFinderPattern()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetFinderPattern">testSetFinderPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests setting the finder patterns and verifies their positions</dd>
 <dd>Tests setting the finder patterns and verifies their positions</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetFormatInfo">testSetFormatInfo()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetFormatInfo">testSetFormatInfo()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the format patterns and verifies their positions</dd>
 <dd>Tests the format patterns and verifies their positions</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceInvalidEccException">testSetLogoSpaceInvalidEccException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceInvalidEccException">testSetLogoSpaceInvalidEccException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests whether an exception is thrown when an ECC level other than &quot;H&quot; is set when attempting to add logo space</dd>
 <dd>Tests whether an exception is thrown when an ECC level other than &quot;H&quot; is set when attempting to add logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceMaxSizeException">testSetLogoSpaceMaxSizeException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceMaxSizeException">testSetLogoSpaceMaxSizeException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests whether an exception is thrown when the logo space size exceeds the maximum ECC capacity</dd>
 <dd>Tests whether an exception is thrown when the logo space size exceeds the maximum ECC capacity</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceOrientation">testSetLogoSpaceOrientation()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpaceOrientation">testSetLogoSpaceOrientation()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the auto orientation of the logo space</dd>
 <dd>Tests the auto orientation of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpacePosition">testSetLogoSpacePosition()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetLogoSpacePosition">testSetLogoSpacePosition()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the manual positioning of the logo space</dd>
 <dd>Tests the manual positioning of the logo space</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetQuietZone">testSetQuietZone()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetQuietZone">testSetQuietZone()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the quiet zone pattern and verifies its position</dd>
 <dd>Tests the quiet zone pattern and verifies its position</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetQuietZoneException">testSetQuietZoneException()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetQuietZoneException">testSetQuietZoneException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown in an attempt to create the quiet zone before data was written</dd>
 <dd>Tests if an exception is thrown in an attempt to create the quiet zone before data was written</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetSeparators">testSetSeparators()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetSeparators">testSetSeparators()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the separator patterns and verifies their positions</dd>
 <dd>Tests the separator patterns and verifies their positions</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetTimingPattern">testSetTimingPattern()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetTimingPattern">testSetTimingPattern()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the timing patterns and verifies their positions</dd>
 <dd>Tests the timing patterns and verifies their positions</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetVersionNumber">testSetVersionNumber()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSetVersionNumber">testSetVersionNumber()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the version patterns and verifies their positions - version &lt; 7 skipped</dd>
 <dd>Tests the version patterns and verifies their positions - version &lt; 7 skipped</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSize">testSize()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testSize">testSize()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if size() returns the actual matrix size/count</dd>
 <dd>Tests if size() returns the actual matrix size/count</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testVersion">testVersion()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_testVersion">testVersion()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if version() returns the current (given) version</dd>
 <dd>Tests if version() returns the current (given) version</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_versionProvider">versionProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_versionProvider">versionProvider()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
+                                &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
 </dt>
 </dt>
 <dd>Version data provider for several pattern tests</dd>
 <dd>Version data provider for several pattern tests</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_getMatrix">getMatrix()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_getMatrix">getMatrix()</a>
     <span>
     <span>
-                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
+                                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>    </span>
 </dt>
 </dt>
 <dd>shortcut</dd>
 <dd>shortcut</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>invokes a QRMatrix object</dd>
 <dd>invokes a QRMatrix object</dd>
 
 
@@ -335,7 +340,7 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">private</span>
     <span class="phpdocumentor-signature__visibility">private</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">version</span>
     <span class="phpdocumentor-signature__name">version</span>
     = <span class="phpdocumentor-signature__default-value">40</span>
     = <span class="phpdocumentor-signature__default-value">40</span>
 </code>
 </code>

+ 25 - 20
classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -289,7 +294,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeOutputQRFpdf::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Output\QRFpdf::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 
@@ -423,7 +428,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_FPDF</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_FPDF</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 24 - 19
classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -423,7 +428,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_IMAGE_GIF</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_IMAGE_GIF</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 24 - 19
classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -423,7 +428,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_IMAGE_JPG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_IMAGE_JPG</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 24 - 19
classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -423,7 +428,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_IMAGE_PNG</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 24 - 19
classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -289,7 +294,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeOutputQRGdImage::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Output\QRGdImage::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 25 - 20
classes/chillerlan-QRCodeTest-Output-QRImagickTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,87 +139,87 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_testOutputGetResource">testOutputGetResource()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_testOutputGetResource">testOutputGetResource()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -289,7 +294,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeOutputQRImagick::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Output\QRImagick::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 
@@ -423,7 +428,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_IMAGICK</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_IMAGICK</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -416,7 +421,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_HTML</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_MARKUP_HTML</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -416,7 +421,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_MARKUP_SVG</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -282,7 +287,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeOutputQRMarkup::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Output\QRMarkup::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 22 - 17
classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -135,80 +140,80 @@ should also be used to test custom output modules</p>
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -416,7 +421,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_STRING_JSON</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_STRING_JSON</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -416,7 +421,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$type</span>
     <span class="phpdocumentor-signature__name">$type</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_STRING_TEXT</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\QRCode::OUTPUT_STRING_TEXT</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -134,80 +139,80 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir">$builddir</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_matrix">$matrix</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_outputInterface">$outputInterface</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-Output-QROutputInterface.html"><abbr title="\chillerlan\QRCode\Output\QROutputInterface">QROutputInterface</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type">$type</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testInstance">testInstance()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Validate the instance of the interface</dd>
 <dd>Validate the instance of the interface</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile">testRenderToCacheFile()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>coverage of the built-in output modules</dd>
 <dd>coverage of the built-in output modules</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException">testSaveException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 <dd>Tests if an exception is thrown when trying to write a cache file to an invalid destination</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues">testSetModuleValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>covers the module values settings</dd>
 <dd>covers the module values settings</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 <dd>Attempts to create a directory under /.build and instances several required objects</dd>
 
 
@@ -282,7 +287,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeOutputQRString::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Output\QRString::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,63 +141,63 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <span>
     <span>
-        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;                    </span>
+        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
+                                &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -222,9 +227,9 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
-    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;</span>
+    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;</span>
 </code>
 </code>
 
 
 
 
@@ -268,7 +273,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDecoderGDLuminanceSource::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Decoder\GDLuminanceSource::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 23 - 18
classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,63 +141,63 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <span>
     <span>
-        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;                    </span>
+        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
+                                &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -222,9 +227,9 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
-    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;</span>
+    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;</span>
 </code>
 </code>
 
 
 
 
@@ -268,7 +273,7 @@
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
         <span class="phpdocumentor-signature__type">string</span>
         <span class="phpdocumentor-signature__type">string</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
     <span class="phpdocumentor-signature__name">$FQN</span>
-     = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeDecoderIMagickLuminanceSource::class</span></code>
+     = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Decoder\IMagickLuminanceSource::class</span></code>
 
 
         <section class="phpdocumentor-description"></section>
         <section class="phpdocumentor-description"></section>
 
 

+ 22 - 17
classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -136,63 +141,63 @@
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
             <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#constant_loremipsum">loremipsum</a>
     <span>
     <span>
-        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;                    </span>
+        &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;                            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
-                <dt class="phpdocumentor-table-of-contents__entry -property -protected">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_FQN">$FQN</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_FQN">$FQN</a>
     <span>
     <span>
-                &nbsp;: string            </span>
+                        &nbsp;: string            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
             <dt class="phpdocumentor-table-of-contents__entry -property -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
+                        &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_dataTestProvider">dataTestProvider()</a>
     <span>
     <span>
-                        &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
+                                &nbsp;: <abbr title="\Generator">Generator</abbr>    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_qrCodeProvider">qrCodeProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, mixed&gt;    </span>
+                                &nbsp;: array&lt;string|int, mixed&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReadData">testReadData()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReader">testReader()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
@@ -222,9 +227,9 @@
     
     
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <code class="phpdocumentor-signature phpdocumentor-code ">
     <span class="phpdocumentor-signature__visibility">protected</span>
     <span class="phpdocumentor-signature__visibility">protected</span>
-    <span class="phpdocumentor-signature__type">mixed</span>
+        <span class="phpdocumentor-signature__type">mixed</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
     <span class="phpdocumentor-signature__name">loremipsum</span>
-    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;</span>
+    = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you\&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I\&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We\&#039;ll lay all these little funky little things in there. &#039;</span>
 </code>
 </code>
 
 
 
 

+ 16 - 11
classes/chillerlan-QRCodeTest-QRCodeTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -133,38 +138,38 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                <dt class="phpdocumentor-table-of-contents__entry -property -private">
+                    <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#property_options">$options</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#property_options">$options</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QROptions.html"><abbr title="\chillerlan\QRCode\QROptions">QROptions</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
             <dt class="phpdocumentor-table-of-contents__entry -property -private">
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#property_qrcode">$qrcode</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#property_qrcode">$qrcode</a>
     <span>
     <span>
-                &nbsp;: <a href="classes/chillerlan-QRCode-QRCode.html"><abbr title="\chillerlan\QRCode\QRCode">QRCode</abbr></a>            </span>
+                        &nbsp;: <a href="classes/chillerlan-QRCode-QRCode.html"><abbr title="\chillerlan\QRCode\QRCode">QRCode</abbr></a>            </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
                 <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testGetMatrixException">testGetMatrixException()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testGetMatrixException">testGetMatrixException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)</dd>
 <dd>tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testInitDataInterfaceException">testInitDataInterfaceException()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testInitDataInterfaceException">testInitDataInterfaceException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>tests if an exception is thrown when an invalid (built-in) output type is specified</dd>
 <dd>tests if an exception is thrown when an invalid (built-in) output type is specified</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
             <dt class="phpdocumentor-table-of-contents__entry -method -protected">
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_setUp">setUp()</a>
     <a href="classes/chillerlan-QRCodeTest-QRCodeTest.html#method_setUp">setUp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>invoke test instances</dd>
 <dd>invoke test instances</dd>
 
 

+ 24 - 19
classes/chillerlan-QRCodeTest-QROptionsTest.html

@@ -2,7 +2,8 @@
 <html lang="en">
 <html lang="en">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <title>Documentation</title>
+            <title>Documentation</title>
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <base href="../">
     <base href="../">
     <link rel="icon" href="images/favicon.ico"/>
     <link rel="icon" href="images/favicon.ico"/>
@@ -54,14 +55,16 @@
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
 <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
                     <section class="phpdocumentor-sidebar__category">
                     <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="namespaces/chillerlan.html" class="">chillerlan</a>
+</h4>
     <ul class="phpdocumentor-list">
     <ul class="phpdocumentor-list">
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
+                <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
                 
                 
             </li>
             </li>
                     <li>
                     <li>
-                <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
+                <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
                 
                 
             </li>
             </li>
             </ul>
             </ul>
@@ -69,7 +72,9 @@
                         </section>
                         </section>
                 <section class="phpdocumentor-sidebar__category">
                 <section class="phpdocumentor-sidebar__category">
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
             <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
-                                    <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
+                                    <h4 class="phpdocumentor-sidebar__root-namespace">
+    <a href="packages/Application.html" class="">Application</a>
+</h4>
 
 
                         </section>
                         </section>
             
             
@@ -133,94 +138,94 @@
 </h3>
 </h3>
 
 
 <dl class="phpdocumentor-table-of-contents">
 <dl class="phpdocumentor-table-of-contents">
-                    <dt class="phpdocumentor-table-of-contents__entry -method -public">
+                        <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceValueProvider">logoSpaceValueProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceValueProvider">logoSpaceValueProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_MaskPatternProvider">MaskPatternProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_MaskPatternProvider">MaskPatternProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_RGBProvider">RGBProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_RGBProvider">RGBProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, array&lt;string|int, int&gt;&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, array&lt;string|int, int&gt;&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampLogoSpaceValue">testClampLogoSpaceValue()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampLogoSpaceValue">testClampLogoSpaceValue()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the clamping (between 0 and 177) of the logo space values</dd>
 <dd>Tests the clamping (between 0 and 177) of the logo space values</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampRGBValues">testClampRGBValues()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampRGBValues">testClampRGBValues()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests clamping of the RGB values for $imageTransparencyBG</dd>
 <dd>Tests clamping of the RGB values for $imageTransparencyBG</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidEccLevelException">testInvalidEccLevelException()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidEccLevelException">testInvalidEccLevelException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown on an incorrect ECC level</dd>
 <dd>Tests if an exception is thrown on an incorrect ECC level</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidRGBValueException">testInvalidRGBValueException()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidRGBValueException">testInvalidRGBValueException()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if an exception is thrown when a non-numeric RGB value was encoutered</dd>
 <dd>Tests if an exception is thrown when a non-numeric RGB value was encoutered</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testLogoSpaceStartNullable">testLogoSpaceStartNullable()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testLogoSpaceStartNullable">testLogoSpaceStartNullable()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests if the optional logo space start values are nullable</dd>
 <dd>Tests if the optional logo space start values are nullable</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testMaskPatternClamp">testMaskPatternClamp()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testMaskPatternClamp">testMaskPatternClamp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the $maskPattern clamping</dd>
 <dd>Tests the $maskPattern clamping</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionClamp">testVersionClamp()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionClamp">testVersionClamp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the $version clamping</dd>
 <dd>Tests the $version clamping</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionMinMaxClamp">testVersionMinMaxClamp()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionMinMaxClamp">testVersionMinMaxClamp()</a>
     <span>
     <span>
-                        &nbsp;: void    </span>
+                                &nbsp;: void    </span>
 </dt>
 </dt>
 <dd>Tests the $versionMin/$versionMax clamping</dd>
 <dd>Tests the $versionMin/$versionMax clamping</dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_VersionMinMaxProvider">VersionMinMaxProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_VersionMinMaxProvider">VersionMinMaxProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
             <dt class="phpdocumentor-table-of-contents__entry -method -public">
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_VersionProvider">VersionProvider()</a>
     <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_VersionProvider">VersionProvider()</a>
     <span>
     <span>
-                        &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
+                                &nbsp;: array&lt;string|int, array&lt;string|int, int&gt;&gt;    </span>
 </dt>
 </dt>
 <dd></dd>
 <dd></dd>
 
 

+ 31 - 14
css/base.css

@@ -21,12 +21,14 @@
     --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
     --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
 
 
     /* Colors */
     /* Colors */
-    --primary-color: hsl(96, 57%, 60%);
-    --primary-color-darken: hsl(96, 57%, 40%);
-    --primary-color-darker: hsl(96, 57%, 20%);
-    --primary-color-darkest: hsl(96, 57%, 10%);
-    --primary-color-lighten: hsl(96, 57%, 80%);
-    --primary-color-lighter: hsl(96, 57%, 99%);
+    --primary-color-hue: 96;
+    --primary-color-saturation: 57%;
+    --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%);
+    --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%);
+    --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 20%);
+    --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%);
+    --primary-color-lighten: hsl(var(--primary-color-hue), var(--primary-color-saturation), 80%);
+    --primary-color-lighter: hsl(var(--primary-color-hue), var(--primary-color-saturation), 99%);
     --dark-gray: #d1d1d1;
     --dark-gray: #d1d1d1;
     --light-gray: #f0f0f0;
     --light-gray: #f0f0f0;
 
 
@@ -34,8 +36,8 @@
 
 
     --header-height: var(--spacing-xxxxl);
     --header-height: var(--spacing-xxxxl);
     --header-bg-color: var(--primary-color);
     --header-bg-color: var(--primary-color);
-    --code-background-color: #f7faf5;
-    --code-border-color: #d6e7cb;
+    --code-background-color: var(--primary-color-lighter);
+    --code-border-color: --primary-color-lighten;
     --button-border-color: var(--primary-color-darken);
     --button-border-color: var(--primary-color-darken);
     --button-color: transparent;
     --button-color: transparent;
     --button-color-primary: var(--primary-color);
     --button-color-primary: var(--primary-color);
@@ -173,6 +175,11 @@ body {
     font-style: italic;
     font-style: italic;
     font-size: 80%;
     font-size: 80%;
 }
 }
+
+.phpdocumentor-uml-diagram svg {
+    max-width: 100%;
+    height: auto !important;
+}
 .phpdocumentor-line {
 .phpdocumentor-line {
     border-top: 1px solid #E1E1E1;
     border-top: 1px solid #E1E1E1;
     border-width: 0;
     border-width: 0;
@@ -432,20 +439,25 @@ input[type="checkbox"].phpdocumentor-field,
 input[type="radio"].phpdocumentor-field {
 input[type="radio"].phpdocumentor-field {
     display: inline;
     display: inline;
 }
 }
+.phpdocumentor-column ul,
 div.phpdocumentor-list > ul,
 div.phpdocumentor-list > ul,
 ul.phpdocumentor-list {
 ul.phpdocumentor-list {
-    list-style: circle inside;
+    list-style: circle;
 }
 }
 
 
+.phpdocumentor-column ol,
+div.phpdocumentor-list > ol,
 ol.phpdocumentor-list {
 ol.phpdocumentor-list {
-    list-style: decimal inside;
+    list-style: decimal;
 }
 }
 
 
+
+.phpdocumentor-column ul,
 div.phpdocumentor-list > ul,
 div.phpdocumentor-list > ul,
 ol.phpdocumentor-list,
 ol.phpdocumentor-list,
 ul.phpdocumentor-list {
 ul.phpdocumentor-list {
     margin-top: 0;
     margin-top: 0;
-    padding-left: 0;
+    padding-left: 1rem;
     margin-bottom: var(--spacing-md);
     margin-bottom: var(--spacing-md);
 }
 }
 
 
@@ -453,6 +465,7 @@ dl {
     margin-bottom: var(--spacing-md);
     margin-bottom: var(--spacing-md);
 }
 }
 
 
+.phpdocumentor-column ul ul,
 div.phpdocumentor-list > ul ul,
 div.phpdocumentor-list > ul ul,
 ul.phpdocumentor-list ul.phpdocumentor-list,
 ul.phpdocumentor-list ul.phpdocumentor-list,
 ul.phpdocumentor-list ol.phpdocumentor-list,
 ul.phpdocumentor-list ol.phpdocumentor-list,
@@ -462,8 +475,9 @@ ol.phpdocumentor-list ul.phpdocumentor-list {
     margin: var(--spacing-xs) 0 var(--spacing-xs) calc(var(--spacing-xs) * 2);
     margin: var(--spacing-xs) 0 var(--spacing-xs) calc(var(--spacing-xs) * 2);
 }
 }
 
 
-li.phpdocumentor-list {
-    margin-bottom: var(--spacing-md);
+.phpdocumentor-column ul li,
+.phpdocumentor-list li {
+    padding-bottom: var(--spacing-xs);
 }
 }
 
 
 .phpdocumentor dl dt {
 .phpdocumentor dl dt {
@@ -732,7 +746,8 @@ td.phpdocumentor-cell:last-child {
     transition: padding-left .4s ease-out;
     transition: padding-left .4s ease-out;
 }
 }
 
 
-.phpdocumentor .phpdocumentor-sidebar a:hover {
+.phpdocumentor .phpdocumentor-sidebar a:hover,
+.phpdocumentor .phpdocumentor-sidebar a.-active {
     padding-left: 5px;
     padding-left: 5px;
     font-weight: 600;
     font-weight: 600;
 }
 }
@@ -1058,6 +1073,8 @@ td.phpdocumentor-cell:last-child {
     background: #fff;
     background: #fff;
     position: relative;
     position: relative;
     padding: 2em;
     padding: 2em;
+    box-sizing: border-box;
+    max-width:100vw;
 }
 }
 
 
 .phpdocumentor-modal__close {
 .phpdocumentor-modal__close {

+ 4 - 0
css/template.css

@@ -142,6 +142,10 @@
     content: 'P'
     content: 'P'
 }
 }
 
 
+.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before {
+    content: 'E'
+}
+
 .phpdocumentor-table-of-contents dd {
 .phpdocumentor-table-of-contents dd {
     font-style: italic;
     font-style: italic;
     margin-left: 2rem;
     margin-left: 2rem;

BIN
descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ


BIN
descriptors/-/F/jRgdyBLyXKT+BGk4NfTw


BIN
descriptors/-/F/kNxgM6+xXQuNe88gSOxA


BIN
descriptors/-/O/p5-gmoh5hPLmm04gN4pQ


BIN
descriptors/0/8/K5Nh3Keev5uTA1xbHsFg


BIN
descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ


BIN
descriptors/0/N/GpaeNybzoU59gW6UhBnQ


BIN
descriptors/1/C/HhgHbACpp2-v5vnsHqoQ


BIN
descriptors/1/W/3ebKU0GB6zhMUdVP1b+A


BIN
descriptors/1/W/oHvshtXLek5m48kI4qYQ


BIN
descriptors/3/O/NJboKaggdJkamainZjsA


BIN
descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA


BIN
descriptors/5/S/JYW4u1Ss7g87mvPurwuQ


BIN
descriptors/6/1/lB29Unf+MGop8ZfQpbxw


BIN
descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg


BIN
descriptors/7/8/QsSJcxuDttqz7kaLKK9w


BIN
descriptors/8/B/YUUawcRPu8iqa0H4uRzA


BIN
descriptors/8/T/vc7T6bnZ3UycLojYYsbQ


BIN
descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ


BIN
descriptors/A/H/DD90x3SluOjSxkcV88ZA


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä