|
|
@@ -274,6 +274,20 @@
|
|
|
</dt>
|
|
|
<dd>size of a QR code pixel [SVG, IMAGE_*], HTML via CSS</dd>
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgCircleRadius">$svgCircleRadius</a>
|
|
|
+ <span>
|
|
|
+ : float </span>
|
|
|
+</dt>
|
|
|
+<dd>specifies the radius of the modules when $svgDrawCircularModules is set to true</dd>
|
|
|
+
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths">$svgConnectPaths</a>
|
|
|
+ <span>
|
|
|
+ : bool </span>
|
|
|
+</dt>
|
|
|
+<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">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDefs">$svgDefs</a>
|
|
|
<span>
|
|
|
@@ -281,6 +295,34 @@
|
|
|
</dt>
|
|
|
<dd>anything between <defs></dd>
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDrawCircularModules">$svgDrawCircularModules</a>
|
|
|
+ <span>
|
|
|
+ : bool </span>
|
|
|
+</dt>
|
|
|
+<dd>specify whether to draw the modules as filled circles</dd>
|
|
|
+
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect">$svgExcludeFromConnect</a>
|
|
|
+ <span>
|
|
|
+ : array<string|int, mixed> </span>
|
|
|
+</dt>
|
|
|
+<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">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight">$svgHeight</a>
|
|
|
+ <span>
|
|
|
+ : string|null </span>
|
|
|
+</dt>
|
|
|
+<dd>optional "height" attribute with the specified value (note that the value is not checked!)</dd>
|
|
|
+
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgKeepAsSquare">$svgKeepAsSquare</a>
|
|
|
+ <span>
|
|
|
+ : array<string|int, mixed> </span>
|
|
|
+</dt>
|
|
|
+<dd>specifies which module types to exclude when $svgDrawCircularModules is set to true</dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgOpacity">$svgOpacity</a>
|
|
|
<span>
|
|
|
@@ -288,6 +330,13 @@
|
|
|
</dt>
|
|
|
<dd>SVG opacity</dd>
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio">$svgPreserveAspectRatio</a>
|
|
|
+ <span>
|
|
|
+ : string </span>
|
|
|
+</dt>
|
|
|
+<dd></dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgViewBoxSize">$svgViewBoxSize</a>
|
|
|
<span>
|
|
|
@@ -295,6 +344,13 @@
|
|
|
</dt>
|
|
|
<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">
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth">$svgWidth</a>
|
|
|
+ <span>
|
|
|
+ : string|null </span>
|
|
|
+</dt>
|
|
|
+<dd>optional "width" attribute with the specified value (note that the value is not checked!)</dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_textDark">$textDark</a>
|
|
|
<span>
|
|
|
@@ -511,7 +567,7 @@
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
<span class="phpdocumentor-signature__type">string</span>
|
|
|
<span class="phpdocumentor-signature__name">$cssClass</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">''</span></code>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">'qrcode'</span></code>
|
|
|
|
|
|
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
@@ -611,7 +667,7 @@
|
|
|
<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">213</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">260</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -659,7 +715,7 @@
|
|
|
<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">170</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">217</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -693,7 +749,7 @@
|
|
|
<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">182</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">229</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -742,7 +798,7 @@
|
|
|
<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">175</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">222</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -776,7 +832,7 @@
|
|
|
<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">206</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">253</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -824,7 +880,7 @@
|
|
|
<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">199</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">246</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -872,7 +928,7 @@
|
|
|
<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">192</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">239</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -919,7 +975,7 @@
|
|
|
<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">144</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">191</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -953,7 +1009,7 @@
|
|
|
<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">149</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">196</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1023,7 +1079,7 @@
|
|
|
<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">221</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">268</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1106,7 +1162,7 @@
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
<span class="phpdocumentor-signature__type">string</span>
|
|
|
<span class="phpdocumentor-signature__name">$outputType</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG</span></code>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG</span></code>
|
|
|
|
|
|
<section class="phpdocumentor-description"><ul>
|
|
|
<li>QRCode::OUTPUT_MARKUP_XXXX where XXXX = HTML, SVG</li>
|
|
|
@@ -1137,7 +1193,7 @@
|
|
|
<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">187</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">234</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1220,7 +1276,7 @@
|
|
|
<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">165</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">212</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1292,6 +1348,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgCircleRadius">
|
|
|
+ $svgCircleRadius
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgCircleRadius" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">171</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">specifies the radius of the modules when $svgDrawCircularModules is set to true</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">float</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgCircleRadius</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">0.45</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgConnectPaths">
|
|
|
+ $svgConnectPaths
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgConnectPaths" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">156</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">bool</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgConnectPaths</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">false</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+ <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="https://github.com/chillerlan/php-qrcode/issues/57"><abbr title="https://github.com/chillerlan/php-qrcode/issues/57">https://github.com/chillerlan/php-qrcode/issues/57</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
</article>
|
|
|
<article
|
|
|
class="
|
|
|
@@ -1319,7 +1457,7 @@
|
|
|
<span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
<span class="phpdocumentor-signature__type">string</span>
|
|
|
<span class="phpdocumentor-signature__name">$svgDefs</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">'<style>rect{shape-rendering:crispEdges}</style>'</span></code>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">''</span></code>
|
|
|
|
|
|
|
|
|
<section class="phpdocumentor-description"></section>
|
|
|
@@ -1334,12 +1472,162 @@
|
|
|
<span class="phpdocumentor-tag__name">see</span>
|
|
|
</dt>
|
|
|
<dd class="phpdocumentor-tag-list__definition">
|
|
|
- <span class="phpdocumentor-tag-link"><a href="https://developer.mozilla.org/docs/Web/SVG/Element/defs"><abbr title="https://developer.mozilla.org/docs/Web/SVG/Element/defs">https://developer.mozilla.org/docs/Web/SVG/Element/defs</abbr></a></span>
|
|
|
+ <span class="phpdocumentor-tag-link"><a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs"><abbr title="https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs">https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs</abbr></a></span>
|
|
|
|
|
|
|
|
|
</dd>
|
|
|
</dl>
|
|
|
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgDrawCircularModules">
|
|
|
+ $svgDrawCircularModules
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgDrawCircularModules" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">166</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">specify whether to draw the modules as filled circles</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">bool</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgDrawCircularModules</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">false</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgExcludeFromConnect">
|
|
|
+ $svgExcludeFromConnect
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgExcludeFromConnect" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">161</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">specify which paths/patterns to exclude from connecting if $svgConnectPaths is set to true</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">array<string|int, mixed></span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgExcludeFromConnect</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">[]</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgHeight">
|
|
|
+ $svgHeight
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgHeight" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">149</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">optional "height" attribute with the specified value (note that the value is not checked!)</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">string|null</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgHeight</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">null</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+ <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="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/height"><abbr title="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/height">https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/height</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgKeepAsSquare">
|
|
|
+ $svgKeepAsSquare
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgKeepAsSquare" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">176</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">specifies which module types to exclude when $svgDrawCircularModules is set to true</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">array<string|int, mixed></span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgKeepAsSquare</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">[]</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</article>
|
|
|
<article
|
|
|
class="
|
|
|
@@ -1374,6 +1662,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgPreserveAspectRatio">
|
|
|
+ $svgPreserveAspectRatio
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgPreserveAspectRatio" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">135</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">string</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgPreserveAspectRatio</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">'xMidYMid'</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+ <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="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio"><abbr title="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio">https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
</article>
|
|
|
<article
|
|
|
class="
|
|
|
@@ -1391,7 +1726,7 @@
|
|
|
<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">129</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">130</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1417,6 +1752,14 @@
|
|
|
<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="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox"><abbr title="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox">https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ <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="https://css-tricks.com/scale-svg/#article-header-id-3"><abbr title="https://css-tricks.com/scale-svg/#article-header-id-3">https://css-tricks.com/scale-svg/#article-header-id-3</abbr></a></span>
|
|
|
|
|
|
@@ -1424,6 +1767,54 @@
|
|
|
</dd>
|
|
|
</dl>
|
|
|
|
|
|
+</article>
|
|
|
+ <article
|
|
|
+ class="
|
|
|
+ phpdocumentor-element
|
|
|
+ -property
|
|
|
+ -protected
|
|
|
+ "
|
|
|
+>
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_svgWidth">
|
|
|
+ $svgWidth
|
|
|
+ <a href="classes/chillerlan-QRCode-QROptionsTrait.html#property_svgWidth" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
+ </span>
|
|
|
+ </h4>
|
|
|
+ <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">142</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+ <p class="phpdocumentor-summary">optional "width" attribute with the specified value (note that the value is not checked!)</p>
|
|
|
+
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
+ <span class="phpdocumentor-signature__type">string|null</span>
|
|
|
+ <span class="phpdocumentor-signature__name">$svgWidth</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">null</span></code>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+ <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="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/width"><abbr title="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/width">https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/width</abbr></a></span>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
</article>
|
|
|
<article
|
|
|
class="
|
|
|
@@ -1441,7 +1832,7 @@
|
|
|
<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">134</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">181</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1475,7 +1866,7 @@
|
|
|
<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">139</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">186</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1509,7 +1900,7 @@
|
|
|
<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">226</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">273</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1653,7 +2044,7 @@
|
|
|
<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">349</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">396</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1700,7 +2091,7 @@
|
|
|
<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">258</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">305</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1758,7 +2149,7 @@
|
|
|
<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">327</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">374</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1815,7 +2206,7 @@
|
|
|
<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">283</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">330</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1873,7 +2264,7 @@
|
|
|
<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">270</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">317</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1917,7 +2308,7 @@
|
|
|
<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">340</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">387</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -1961,7 +2352,7 @@
|
|
|
<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">314</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">361</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2005,7 +2396,7 @@
|
|
|
<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">249</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">296</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2049,7 +2440,7 @@
|
|
|
<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">242</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">289</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -2093,7 +2484,7 @@
|
|
|
<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">231</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">278</span>
|
|
|
|
|
|
</aside>
|
|
|
|