|
@@ -123,8 +123,7 @@
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
- <p class="phpdocumentor-summary">Holds a numerical representation of the final QR Code;
|
|
|
|
|
-maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
|
|
|
|
+ <p class="phpdocumentor-summary">Extended QRMatrix to map read data from the Binarizer</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -464,7 +463,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
</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
|
|
|
-QR Code.</dd>
|
|
|
|
|
|
|
+QR Code. Throws if the exact number of bytes expected is not read.</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>
|
|
@@ -583,14 +582,14 @@ QR Code.</dd>
|
|
|
<span>
|
|
<span>
|
|
|
: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null </span>
|
|
: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
-<dd></dd>
|
|
|
|
|
|
|
+<dd>Decodes the version information from the given bit sequence, returns null if no valid match is found.</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>
|
|
|
: int|null </span>
|
|
: int|null </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
-<dd></dd>
|
|
|
|
|
|
|
+<dd>Returns information about the format it specifies, or null if it doesn't seem to match any known pattern</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>
|
|
@@ -1987,7 +1986,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">96</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">94</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2020,13 +2019,13 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">118</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">115</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
<p class="phpdocumentor-summary">Reads the bits in the BitMatrix representing the finder pattern in the
|
|
<p class="phpdocumentor-summary">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
|
|
|
-QR Code.</p>
|
|
|
|
|
|
|
+QR Code. Throws if the exact number of bytes expected is not read.</p>
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
@@ -2046,18 +2045,14 @@ QR Code.</p>
|
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"><p>if the exact number of bytes expected is not read</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
<span class="phpdocumentor-signature__response_type">array<string|int, mixed></span>
|
|
<span class="phpdocumentor-signature__response_type">array<string|int, mixed></span>
|
|
|
—
|
|
—
|
|
|
- <section class="phpdocumentor-description"><p>bytes encoded within the QR Code</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
@@ -2284,7 +2279,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">432</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">426</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2373,7 +2368,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">84</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">82</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2395,8 +2390,7 @@ mirror() method should be called.</p>
|
|
|
: <span class="phpdocumentor-signature__argument__return-type">bool</span>
|
|
: <span class="phpdocumentor-signature__argument__return-type">bool</span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
- <section class="phpdocumentor-description"><p>Whether to read version and format information mirrored.</p>
|
|
|
|
|
-</section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
@@ -2422,7 +2416,7 @@ mirror() method should be called.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">424</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">418</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2756,7 +2750,7 @@ mirror() method should be called.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">245</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">243</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2815,11 +2809,12 @@ mirror() method should be called.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">357</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">351</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <p class="phpdocumentor-summary">Decodes the version information from the given bit sequence, returns null if no valid match is found.</p>
|
|
|
|
|
+
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
<span class="phpdocumentor-signature__name">decodeVersionInformation</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$versionBits</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null</span></code>
|
|
<span class="phpdocumentor-signature__name">decodeVersionInformation</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$versionBits</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>|null</span></code>
|
|
@@ -2858,11 +2853,12 @@ mirror() method should be called.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">261</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">255</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <p class="phpdocumentor-summary">Returns information about the format it specifies, or null if it doesn't seem to match any known pattern</p>
|
|
|
|
|
+
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
<span class="phpdocumentor-signature__name">doDecodeFormatInformation</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$maskedFormatInfo1</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$maskedFormatInfo2</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int|null</span></code>
|
|
<span class="phpdocumentor-signature__name">doDecodeFormatInformation</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$maskedFormatInfo1</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$maskedFormatInfo2</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int|null</span></code>
|
|
@@ -2875,8 +2871,7 @@ mirror() method should be called.</p>
|
|
|
: <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
: <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
- <section class="phpdocumentor-description"><p>format info indicator, with mask still applied</p>
|
|
|
|
|
-</section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
</dd>
|
|
</dd>
|
|
|
<dt class="phpdocumentor-argument-list__entry">
|
|
<dt class="phpdocumentor-argument-list__entry">
|
|
@@ -2884,9 +2879,7 @@ mirror() method should be called.</p>
|
|
|
: <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
: <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
- <section class="phpdocumentor-description"><p>second copy of same info; both are checked at the same time
|
|
|
|
|
-to establish best match</p>
|
|
|
|
|
-</section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
@@ -2896,9 +2889,7 @@ to establish best match</p>
|
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
<span class="phpdocumentor-signature__response_type">int|null</span>
|
|
<span class="phpdocumentor-signature__response_type">int|null</span>
|
|
|
—
|
|
—
|
|
|
- <section class="phpdocumentor-description"><p>information about the format it specifies, or null if doesn't seem to match any known pattern</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
@@ -2914,7 +2905,7 @@ to establish best match</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">405</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">399</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2965,7 +2956,7 @@ to establish best match</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">184</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">182</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -2975,7 +2966,9 @@ to establish best match</p>
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
<span class="phpdocumentor-signature__name">readFormatInformation</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
|
|
<span class="phpdocumentor-signature__name">readFormatInformation</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"><p>Throws if both format information locations cannot be parsed as the valid encoding of format information.</p>
|
|
|
|
|
+</section>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
<h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
<h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
@@ -2989,10 +2982,7 @@ to establish best match</p>
|
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"><p>if both format information locations cannot be parsed as
|
|
|
|
|
-the valid encoding of format information</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
@@ -3015,7 +3005,7 @@ the valid encoding of format information</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">305</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">299</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -3025,7 +3015,9 @@ the valid encoding of format information</p>
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
<span class="phpdocumentor-signature__name">readVersion</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
|
|
<span class="phpdocumentor-signature__name">readVersion</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"><p>Throws if both version information locations cannot be parsed as the valid encoding of version information.</p>
|
|
|
|
|
+</section>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
<h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
<h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
@@ -3039,10 +3031,7 @@ the valid encoding of format information</p>
|
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html"><abbr title="\chillerlan\QRCode\Decoder\QRCodeDecoderException">QRCodeDecoderException</abbr></a></span>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"><p>if both version information locations cannot be parsed as
|
|
|
|
|
-the valid encoding of version information</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</dd>
|
|
</dd>
|
|
|
<dt class="phpdocumentor-tag-list__entry">
|
|
<dt class="phpdocumentor-tag-list__entry">
|
|
|
<span class="phpdocumentor-tag__name">noinspection</span>
|
|
<span class="phpdocumentor-tag__name">noinspection</span>
|
|
@@ -3074,7 +3063,7 @@ the valid encoding of version information</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/BitMatrix.php"><a href="files/src-decoder-bitmatrix.html"><abbr title="src/Decoder/BitMatrix.php">BitMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">393</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">387</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|