|
|
@@ -284,7 +284,7 @@
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceHeight">$logoSpaceHeight</a>
|
|
|
<span>
|
|
|
- : int </span>
|
|
|
+ : int|null </span>
|
|
|
</dt>
|
|
|
<dd>height of the logo space</dd>
|
|
|
|
|
|
@@ -305,7 +305,7 @@
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_logoSpaceWidth">$logoSpaceWidth</a>
|
|
|
<span>
|
|
|
- : int </span>
|
|
|
+ : int|null </span>
|
|
|
</dt>
|
|
|
<dd>width of the logo space</dd>
|
|
|
|
|
|
@@ -480,7 +480,7 @@
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
|
|
|
<span>
|
|
|
- : int </span>
|
|
|
+ : int|null </span>
|
|
|
</dt>
|
|
|
<dd>clamp the logo space values between 0 and maximum length (177 modules at version 40)</dd>
|
|
|
|
|
|
@@ -1497,7 +1497,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">342</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">346</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1505,11 +1505,13 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__type">int</span>
|
|
|
+ <span class="phpdocumentor-signature__type">int|null</span>
|
|
|
<span class="phpdocumentor-signature__name">$logoSpaceHeight</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0</span></code>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">null</span></code>
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"><p>if only either $logoSpaceWidth or $logoSpaceHeight is given, the logo space is assumed a square of that size</p>
|
|
|
+</section>
|
|
|
|
|
|
-
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
@@ -1531,7 +1533,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">347</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">351</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1565,7 +1567,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">352</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">356</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1599,7 +1601,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">337</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">339</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1607,11 +1609,13 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__type">int</span>
|
|
|
+ <span class="phpdocumentor-signature__type">int|null</span>
|
|
|
<span class="phpdocumentor-signature__name">$logoSpaceWidth</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">0</span></code>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">null</span></code>
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"><p>if only either $logoSpaceWidth or $logoSpaceHeight is given, the logo space is assumed a square of that size</p>
|
|
|
+</section>
|
|
|
|
|
|
-
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
@@ -2591,7 +2595,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">479</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">483</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2599,14 +2603,14 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__name">clampLogoSpaceValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
+ <span class="phpdocumentor-signature__name">clampLogoSpaceValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int|null </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int|null</span></code>
|
|
|
|
|
|
|
|
|
<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">$value</span>
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int|null</span>
|
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
@@ -2617,7 +2621,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
|
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
- <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
+ <span class="phpdocumentor-signature__response_type">int|null</span>
|
|
|
—
|
|
|
|
|
|
|
|
|
@@ -2635,7 +2639,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">514</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">523</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2679,7 +2683,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">394</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">398</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2754,7 +2758,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">459</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">463</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2811,7 +2815,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">426</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">430</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2869,7 +2873,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">493</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">502</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2877,14 +2881,14 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__name">set_logoSpaceHeight</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
|
|
|
+ <span class="phpdocumentor-signature__name">set_logoSpaceHeight</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int|null </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
|
|
|
|
|
|
|
|
|
<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">$value</span>
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int|null</span>
|
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
@@ -2913,7 +2917,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">500</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">509</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2957,7 +2961,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">507</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">516</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3001,7 +3005,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">486</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">495</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3009,14 +3013,14 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__name">set_logoSpaceWidth</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
|
|
|
+ <span class="phpdocumentor-signature__name">set_logoSpaceWidth</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int|null </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
|
|
|
|
|
|
|
|
|
<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">$value</span>
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int|null</span>
|
|
|
</dt>
|
|
|
<dd class="phpdocumentor-argument-list__definition">
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
@@ -3045,7 +3049,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">406</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">410</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3089,7 +3093,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">417</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">421</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3133,7 +3137,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">472</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">476</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3177,7 +3181,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">382</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">386</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3221,7 +3225,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">375</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">379</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3265,7 +3269,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">368</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">372</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -3309,7 +3313,7 @@ unexpected outcomes in combination with transparency - to avoid this, set scale
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/QROptionsTrait.php"><a href="files/src-qroptionstrait.html"><abbr title="src/QROptionsTrait.php">QROptionsTrait.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">357</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">361</span>
|
|
|
|
|
|
</aside>
|
|
|
|