|
|
@@ -249,6 +249,13 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -constant -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_neighbours">neighbours</a>
|
|
|
+ <span>
|
|
|
+ = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]] </span>
|
|
|
+</dt>
|
|
|
+<dd>Map of flag => coord</dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#property_eccLevel">$eccLevel</a>
|
|
|
<span>
|
|
|
@@ -298,6 +305,13 @@ maps the ECC coded binary data and applies the mask pattern</p>
|
|
|
</dt>
|
|
|
<dd>Checks whether a module is true (dark) or false (light)</dd>
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkNeighbours">checkNeighbours()</a>
|
|
|
+ <span>
|
|
|
+ : int </span>
|
|
|
+</dt>
|
|
|
+<dd>Checks the status neighbouring modules of the given module at ($x, $y) and returns a bitmask with the results.</dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkType">checkType()</a>
|
|
|
<span>
|
|
|
@@ -840,6 +854,48 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
|
|
|
|
|
|
|
|
|
+</article>
|
|
|
+ <article class="phpdocumentor-element -constant -protected ">
|
|
|
+ <h4 class="phpdocumentor-element__name" id="constant_neighbours">
|
|
|
+ neighbours
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#constant_neighbours" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ </h4>
|
|
|
+
|
|
|
+ <aside class="phpdocumentor-element-found-in">
|
|
|
+ <abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
+ :
|
|
|
+ <span class="phpdocumentor-element-found-in__line">60</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">Map of flag => coord</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-signature phpdocumentor-code ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">array<string|int, mixed></span>
|
|
|
+ <span class="phpdocumentor-signature__name">neighbours</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">[0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]]</span>
|
|
|
+</code>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
+ Tags
|
|
|
+ <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ </h5>
|
|
|
+ <dl class="phpdocumentor-tag-list">
|
|
|
+ <dt class="phpdocumentor-tag-list__entry">
|
|
|
+ <span class="phpdocumentor-tag__name">see</span>
|
|
|
+ </dt>
|
|
|
+ <dd class="phpdocumentor-tag-list__definition">
|
|
|
+ <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkNeighbours"><abbr title="\chillerlan\QRCode\Data\QRMatrix::checkNeighbours()">QRMatrix::checkNeighbours()</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
</article>
|
|
|
</section>
|
|
|
|
|
|
@@ -865,7 +921,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">61</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">79</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -899,7 +955,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">56</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">74</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -933,7 +989,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">78</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">96</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -966,7 +1022,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">71</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">89</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1000,7 +1056,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">66</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">84</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1038,7 +1094,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">83</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">101</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1098,7 +1154,7 @@ returns true if no matches are found, otherwise false.</dd>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">234</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">252</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1139,6 +1195,72 @@ false => $value & 0x800 === 0</p>
|
|
|
—
|
|
|
|
|
|
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="phpdocumentor-element
|
|
|
+ -method
|
|
|
+ -public
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method_checkNeighbours">
|
|
|
+ checkNeighbours()
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_checkNeighbours" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ </h4>
|
|
|
+ <aside class="phpdocumentor-element-found-in">
|
|
|
+ <abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
+ :
|
|
|
+ <span class="phpdocumentor-element-found-in__line">266</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">Checks the status neighbouring modules of the given module at ($x, $y) and returns a bitmask with the results.</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
+ <span class="phpdocumentor-signature__name">checkNeighbours</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$x</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$y</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$M_TYPE_VALUE</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"><p>The 8 flags of the bitmask represent the status of each of the neighbouring fields,
|
|
|
+starting with the lowest bit for top left, going clockwise:</p>
|
|
|
+<p>1 2 3
|
|
|
+8 # 4
|
|
|
+7 6 5</p>
|
|
|
+</section>
|
|
|
+
|
|
|
+ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
|
|
+ <dl class="phpdocumentor-argument-list">
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$x</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ </dt>
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$y</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ </dt>
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$M_TYPE_VALUE</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ = <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
+ <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
+ —
|
|
|
+
|
|
|
+
|
|
|
</article>
|
|
|
<article
|
|
|
class="phpdocumentor-element
|
|
|
@@ -1153,7 +1275,7 @@ false => $value & 0x800 === 0</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">204</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">222</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1215,7 +1337,7 @@ false => $value & 0x800 === 0</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">217</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">235</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1276,7 +1398,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">140</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">158</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1309,7 +1431,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">190</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">208</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1361,7 +1483,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">163</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">181</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1413,7 +1535,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">94</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">112</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1446,7 +1568,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">593</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">640</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1481,7 +1603,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">147</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">165</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1514,7 +1636,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">111</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">129</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1558,7 +1680,7 @@ returns true if no matches are found, otherwise false.</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">178</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">196</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1629,7 +1751,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">319</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">366</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1664,7 +1786,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">243</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">290</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1699,7 +1821,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">254</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">301</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1734,7 +1856,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">396</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">443</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1769,7 +1891,7 @@ false => $M_TYPE</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">481</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">528</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1867,7 +1989,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">434</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">481</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1927,7 +2049,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">289</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">336</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1962,7 +2084,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">350</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">397</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1997,7 +2119,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">372</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">419</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2032,7 +2154,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">156</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">174</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2067,7 +2189,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">133</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">151</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2100,7 +2222,7 @@ Note that there is no restiction on how many times this method could be called o
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">546</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">593</span>
|
|
|
|
|
|
</aside>
|
|
|
|