Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3f1020a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Sep 17, 2023
1 parent 0906c5d commit 2c7826b
Show file tree
Hide file tree
Showing 16 changed files with 1,515 additions and 515 deletions.
6 changes: 3 additions & 3 deletions classes/chillerlan-QRCode-Data-QRMatrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -1739,9 +1739,9 @@ <h4 class="phpdocumentor-element__name" id="method_checkNeighbours">
</div>
<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>
<p>0 1 2
7 # 3
6 5 4</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down
6 changes: 3 additions & 3 deletions classes/chillerlan-QRCode-Decoder-BitMatrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -2049,9 +2049,9 @@ <h4 class="phpdocumentor-element__name" id="method_checkNeighbours">
</div>
<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>
<p>0 1 2
7 # 3
6 5 4</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down
60 changes: 53 additions & 7 deletions classes/chillerlan-QRCode-Output-QREps.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@ <h4 id="toc-methods">
</dt>
<dd>Returns the prepared module value at the given coordinate [$x, $y] (convenience)</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions">getOutputDimensions()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd>Returns a 2 element array with the current output width and height</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-QRCode-Output-QREps.html#method_module">module()</a>
<span>
Expand Down Expand Up @@ -793,7 +800,7 @@ <h4 class="phpdocumentor-element__name" id="method_collectModules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">180</span>
<span class="phpdocumentor-element-found-in__line">189</span>

</aside>

Expand Down Expand Up @@ -973,7 +980,7 @@ <h4 class="phpdocumentor-element__name" id="method_getModuleValue">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">104</span>
<span class="phpdocumentor-element-found-in__line">113</span>

</aside>

Expand Down Expand Up @@ -1038,7 +1045,7 @@ <h4 class="phpdocumentor-element__name" id="method_getModuleValueAt">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">119</span>
<span class="phpdocumentor-element-found-in__line">128</span>

</aside>

Expand Down Expand Up @@ -1076,6 +1083,44 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">mixed|null</span>
</section>

</article>
<article
class="phpdocumentor-element
-method
-protected
"
>
<h4 class="phpdocumentor-element__name" id="method_getOutputDimensions">
getOutputDimensions()
<a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions" 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/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">88</span>

</aside>

<p class="phpdocumentor-summary">Returns a 2 element array with the current output width and height</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__name">getOutputDimensions</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>

<div class="phpdocumentor-label-line">
</div>
<section class="phpdocumentor-description"><p>The type and units of the values depend on the output class. The default value is the current module count * scale.</p>
</section>




<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
</section>

</article>
<article
class="phpdocumentor-element
Expand All @@ -1091,7 +1136,7 @@ <h4 class="phpdocumentor-element__name" id="method_module">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QREps.php"><a href="files/src-output-qreps.html"><abbr title="src/Output/QREps.php">QREps.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">155</span>
<span class="phpdocumentor-element-found-in__line">156</span>

</aside>

Expand Down Expand Up @@ -1215,7 +1260,7 @@ <h4 class="phpdocumentor-element__name" id="method_saveToFile">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">154</span>
<span class="phpdocumentor-element-found-in__line">163</span>

</aside>

Expand Down Expand Up @@ -1329,7 +1374,7 @@ <h4 class="phpdocumentor-element__name" id="method_setModuleValues">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">86</span>
<span class="phpdocumentor-element-found-in__line">95</span>

</aside>

Expand Down Expand Up @@ -1361,7 +1406,7 @@ <h4 class="phpdocumentor-element__name" id="method_toBase64DataURI">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">142</span>
<span class="phpdocumentor-element-found-in__line">151</span>

</aside>

Expand Down Expand Up @@ -1533,6 +1578,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li><a href="classes/chillerlan-QRCode-Output-QREps.html#method_getDefaultModuleValue">getDefaultModuleValue()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValueAt">getModuleValueAt()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions">getOutputDimensions()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QREps.html#method_module">module()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QREps.html#method_prepareModuleValue">prepareModuleValue()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a></li>
Expand Down
60 changes: 53 additions & 7 deletions classes/chillerlan-QRCode-Output-QRFpdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ <h4 id="toc-methods">
</dt>
<dd>Returns the prepared module value at the given coordinate [$x, $y] (convenience)</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions">getOutputDimensions()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd>Returns a 2 element array with the current output width and height</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_initFPDF">initFPDF()</a>
<span>
Expand Down Expand Up @@ -870,7 +877,7 @@ <h4 class="phpdocumentor-element__name" id="method_collectModules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">180</span>
<span class="phpdocumentor-element-found-in__line">189</span>

</aside>

Expand Down Expand Up @@ -987,7 +994,7 @@ <h4 class="phpdocumentor-element__name" id="method_getModuleValue">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">104</span>
<span class="phpdocumentor-element-found-in__line">113</span>

</aside>

Expand Down Expand Up @@ -1052,7 +1059,7 @@ <h4 class="phpdocumentor-element__name" id="method_getModuleValueAt">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">119</span>
<span class="phpdocumentor-element-found-in__line">128</span>

</aside>

Expand Down Expand Up @@ -1090,6 +1097,44 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">mixed|null</span>
</section>

</article>
<article
class="phpdocumentor-element
-method
-protected
"
>
<h4 class="phpdocumentor-element__name" id="method_getOutputDimensions">
getOutputDimensions()
<a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions" 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/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">88</span>

</aside>

<p class="phpdocumentor-summary">Returns a 2 element array with the current output width and height</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__name">getOutputDimensions</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>

<div class="phpdocumentor-label-line">
</div>
<section class="phpdocumentor-description"><p>The type and units of the values depend on the output class. The default value is the current module count * scale.</p>
</section>




<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
</section>

</article>
<article
class="phpdocumentor-element
Expand Down Expand Up @@ -1141,7 +1186,7 @@ <h4 class="phpdocumentor-element__name" id="method_module">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QRFpdf.php"><a href="files/src-output-qrfpdf.html"><abbr title="src/Output/QRFpdf.php">QRFpdf.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">156</span>
<span class="phpdocumentor-element-found-in__line">158</span>

</aside>

Expand Down Expand Up @@ -1269,7 +1314,7 @@ <h4 class="phpdocumentor-element__name" id="method_saveToFile">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">154</span>
<span class="phpdocumentor-element-found-in__line">163</span>

</aside>

Expand Down Expand Up @@ -1383,7 +1428,7 @@ <h4 class="phpdocumentor-element__name" id="method_setModuleValues">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">86</span>
<span class="phpdocumentor-element-found-in__line">95</span>

</aside>

Expand Down Expand Up @@ -1415,7 +1460,7 @@ <h4 class="phpdocumentor-element__name" id="method_toBase64DataURI">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QROutputAbstract.php"><a href="files/src-output-qroutputabstract.html"><abbr title="src/Output/QROutputAbstract.php">QROutputAbstract.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">142</span>
<span class="phpdocumentor-element-found-in__line">151</span>

</aside>

Expand Down Expand Up @@ -1588,6 +1633,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li><a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_getDefaultModuleValue">getDefaultModuleValue()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValue">getModuleValue()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValueAt">getModuleValueAt()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions">getOutputDimensions()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_initFPDF">initFPDF()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_module">module()</a></li>
<li><a href="classes/chillerlan-QRCode-Output-QRFpdf.html#method_prepareModuleValue">prepareModuleValue()</a></li>
Expand Down
Loading

0 comments on commit 2c7826b

Please sign in to comment.