chillerlan-QRCodeTest-QROptionsTest.html 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/template.js"></script>
  22. <script src="js/search.js"></script>
  23. <script defer src="js/searchIndex.js"></script>
  24. </head>
  25. <body id="top">
  26. <header class="phpdocumentor-header phpdocumentor-section">
  27. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  28. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  29. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  30. <i class="fas fa-bars"></i>
  31. </label>
  32. <section data-search-form class="phpdocumentor-search">
  33. <label>
  34. <span class="visually-hidden">Search for</span>
  35. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  36. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  37. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  38. </svg>
  39. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  40. </label>
  41. </section>
  42. <nav class="phpdocumentor-topnav">
  43. <ul class="phpdocumentor-topnav__menu">
  44. <li class="phpdocumentor-topnav__menu-item -menu">
  45. <a href="https://php-qrcode.readthedocs.io">
  46. <span>
  47. User Manual
  48. </span>
  49. </a>
  50. </li>
  51. <li class="phpdocumentor-topnav__menu-item -social">
  52. <a href="https://github.com/chillerlan/php-qrcode">
  53. <span>
  54. <i class="fab fa-github"></i>
  55. </span>
  56. </a>
  57. </li>
  58. <li class="phpdocumentor-topnav__menu-item -social">
  59. <a href="https://github.com/chillerlan/php-qrcode/discussions">
  60. <span>
  61. <i class="fas fa-envelope-open-text"></i>
  62. </span>
  63. </a>
  64. </li>
  65. </ul>
  66. </nav>
  67. </header>
  68. <main class="phpdocumentor">
  69. <div class="phpdocumentor-section">
  70. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  71. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  72. Menu
  73. </label>
  74. <aside class="phpdocumentor-column -three phpdocumentor-sidebar">
  75. <section class="phpdocumentor-sidebar__category -namespaces">
  76. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  77. <h4 class="phpdocumentor-sidebar__root-namespace">
  78. <a href="namespaces/chillerlan.html" class="">chillerlan</a>
  79. </h4>
  80. <ul class="phpdocumentor-list">
  81. <li>
  82. <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
  83. </li>
  84. <li>
  85. <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
  86. </li>
  87. </ul>
  88. </section>
  89. <section class="phpdocumentor-sidebar__category -packages">
  90. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  91. <h4 class="phpdocumentor-sidebar__root-namespace">
  92. <a href="packages/Application.html" class="">Application</a>
  93. </h4>
  94. </section>
  95. <section class="phpdocumentor-sidebar__category -reports">
  96. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  97. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  98. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  99. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  100. </section>
  101. <section class="phpdocumentor-sidebar__category -indices">
  102. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  103. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  104. </section>
  105. </aside>
  106. <div class="phpdocumentor-column -nine phpdocumentor-content">
  107. <section>
  108. <ul class="phpdocumentor-breadcrumbs">
  109. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  110. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a></li>
  111. </ul>
  112. <article class="phpdocumentor-element -class">
  113. <h2 class="phpdocumentor-content__title">
  114. QROptionsTest
  115. <span class="phpdocumentor-element__extends">
  116. extends <abbr title="\PHPUnit\Framework\TestCase">TestCase</abbr>
  117. </span>
  118. <div class="phpdocumentor-element__package">
  119. in package
  120. <ul class="phpdocumentor-breadcrumbs">
  121. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  122. </ul>
  123. </div>
  124. </h2>
  125. <div class="phpdocumentor-label-line">
  126. <div class="phpdocumentor-label phpdocumentor-label--success"><span>Final</span><span>Yes</span></div>
  127. </div>
  128. <aside class="phpdocumentor-element-found-in">
  129. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  130. :
  131. <span class="phpdocumentor-element-found-in__line">24</span>
  132. </aside>
  133. <p class="phpdocumentor-summary">QROptions test</p>
  134. <h3 id="toc">
  135. Table of Contents
  136. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
  137. </h3>
  138. <h4 id="toc-methods">
  139. Methods
  140. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>
  141. </h4>
  142. <dl class="phpdocumentor-table-of-contents">
  143. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  144. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampCircleRadius">clampCircleRadius()</a>
  145. <span>
  146. &nbsp;: void </span>
  147. </dt>
  148. <dd>Tests clamping of the circle radius</dd>
  149. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  150. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a>
  151. <span>
  152. &nbsp;: void </span>
  153. </dt>
  154. <dd>Tests the clamping (between 0 and 177) of the logo space values</dd>
  155. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  156. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceStartNullable">logoSpaceStartNullable()</a>
  157. <span>
  158. &nbsp;: void </span>
  159. </dt>
  160. <dd>Tests if the optional logo space start values are nullable</dd>
  161. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  162. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevel">setEccLevel()</a>
  163. <span>
  164. &nbsp;: void </span>
  165. </dt>
  166. <dd>Tests setting the ECC level from string or int</dd>
  167. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  168. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromIntException">setEccLevelFromIntException()</a>
  169. <span>
  170. &nbsp;: void </span>
  171. </dt>
  172. <dd>Tests if an exception is thrown when attempting to set an invalid ECC level integer</dd>
  173. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  174. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromStringException">setEccLevelFromStringException()</a>
  175. <span>
  176. &nbsp;: void </span>
  177. </dt>
  178. <dd>Tests if an exception is thrown when attempting to set an invalid ECC level string</dd>
  179. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  180. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionClamp">versionClamp()</a>
  181. <span>
  182. &nbsp;: void </span>
  183. </dt>
  184. <dd>Tests the $version clamping</dd>
  185. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  186. <a class="" href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionMinMaxClamp">versionMinMaxClamp()</a>
  187. <span>
  188. &nbsp;: void </span>
  189. </dt>
  190. <dd>Tests the $versionMin/$versionMax clamping</dd>
  191. </dl>
  192. <section class="phpdocumentor-methods">
  193. <h3 class="phpdocumentor-elements__header" id="methods">
  194. Methods
  195. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  196. </h3>
  197. <article
  198. class="phpdocumentor-element
  199. -method
  200. -public
  201. "
  202. >
  203. <h4 class="phpdocumentor-element__name" id="method_clampCircleRadius">
  204. clampCircleRadius()
  205. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampCircleRadius" class="headerlink"><i class="fas fa-link"></i></a>
  206. </h4>
  207. <aside class="phpdocumentor-element-found-in">
  208. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  209. :
  210. <span class="phpdocumentor-element-found-in__line">135</span>
  211. </aside>
  212. <p class="phpdocumentor-summary">Tests clamping of the circle radius</p>
  213. <code class="phpdocumentor-code phpdocumentor-signature ">
  214. <span class="phpdocumentor-signature__visibility">public</span>
  215. <span class="phpdocumentor-signature__name">clampCircleRadius</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">float&nbsp;</span><span class="phpdocumentor-signature__argument__name">$value</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">float&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  216. <div class="phpdocumentor-label-line">
  217. </div>
  218. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  219. <dl class="phpdocumentor-argument-list">
  220. <dt class="phpdocumentor-argument-list__entry">
  221. <span class="phpdocumentor-signature__argument__name">$value</span>
  222. : <span class="phpdocumentor-signature__argument__return-type">float</span>
  223. </dt>
  224. <dd class="phpdocumentor-argument-list__definition">
  225. </dd>
  226. <dt class="phpdocumentor-argument-list__entry">
  227. <span class="phpdocumentor-signature__argument__name">$expected</span>
  228. : <span class="phpdocumentor-signature__argument__return-type">float</span>
  229. </dt>
  230. <dd class="phpdocumentor-argument-list__definition">
  231. </dd>
  232. </dl>
  233. <section class="phpdocumentor-attributes">
  234. <h5 class="phpdocumentor-elements__header" id="attributes">
  235. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampCircleRadius#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  236. </h5>
  237. <dl class="phpdocumentor-argument-list">
  238. <dt class="phpdocumentor-argument-list__entry">
  239. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  240. </dt>
  241. </dl>
  242. <dl class="phpdocumentor-argument-list">
  243. <dt class="phpdocumentor-argument-list__entry">
  244. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  245. </dt>
  246. <dd class="phpdocumentor-argument-list__entry">
  247. [0.0, 0.1]
  248. </dd>
  249. <dd class="phpdocumentor-argument-list__entry">
  250. &#039;min&#039;
  251. </dd>
  252. </dl>
  253. <dl class="phpdocumentor-argument-list">
  254. <dt class="phpdocumentor-argument-list__entry">
  255. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  256. </dt>
  257. <dd class="phpdocumentor-argument-list__entry">
  258. [0.5, 0.5]
  259. </dd>
  260. <dd class="phpdocumentor-argument-list__entry">
  261. &#039;no clamp&#039;
  262. </dd>
  263. </dl>
  264. <dl class="phpdocumentor-argument-list">
  265. <dt class="phpdocumentor-argument-list__entry">
  266. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  267. </dt>
  268. <dd class="phpdocumentor-argument-list__entry">
  269. [1.5, 0.75]
  270. </dd>
  271. <dd class="phpdocumentor-argument-list__entry">
  272. &#039;max&#039;
  273. </dd>
  274. </dl>
  275. </section>
  276. </article>
  277. <article
  278. class="phpdocumentor-element
  279. -method
  280. -public
  281. "
  282. >
  283. <h4 class="phpdocumentor-element__name" id="method_clampLogoSpaceValue">
  284. clampLogoSpaceValue()
  285. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampLogoSpaceValue" class="headerlink"><i class="fas fa-link"></i></a>
  286. </h4>
  287. <aside class="phpdocumentor-element-found-in">
  288. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  289. :
  290. <span class="phpdocumentor-element-found-in__line">96</span>
  291. </aside>
  292. <p class="phpdocumentor-summary">Tests the clamping (between 0 and 177) of the logo space values</p>
  293. <code class="phpdocumentor-code phpdocumentor-signature ">
  294. <span class="phpdocumentor-signature__visibility">public</span>
  295. <span class="phpdocumentor-signature__name">clampLogoSpaceValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$value</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  296. <div class="phpdocumentor-label-line">
  297. </div>
  298. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  299. <dl class="phpdocumentor-argument-list">
  300. <dt class="phpdocumentor-argument-list__entry">
  301. <span class="phpdocumentor-signature__argument__name">$value</span>
  302. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  303. </dt>
  304. <dd class="phpdocumentor-argument-list__definition">
  305. </dd>
  306. <dt class="phpdocumentor-argument-list__entry">
  307. <span class="phpdocumentor-signature__argument__name">$expected</span>
  308. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  309. </dt>
  310. <dd class="phpdocumentor-argument-list__definition">
  311. </dd>
  312. </dl>
  313. <section class="phpdocumentor-attributes">
  314. <h5 class="phpdocumentor-elements__header" id="attributes">
  315. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampLogoSpaceValue#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  316. </h5>
  317. <dl class="phpdocumentor-argument-list">
  318. <dt class="phpdocumentor-argument-list__entry">
  319. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  320. </dt>
  321. </dl>
  322. <dl class="phpdocumentor-argument-list">
  323. <dt class="phpdocumentor-argument-list__entry">
  324. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  325. </dt>
  326. <dd class="phpdocumentor-argument-list__entry">
  327. [-1, 0]
  328. </dd>
  329. <dd class="phpdocumentor-argument-list__entry">
  330. &#039;negative&#039;
  331. </dd>
  332. </dl>
  333. <dl class="phpdocumentor-argument-list">
  334. <dt class="phpdocumentor-argument-list__entry">
  335. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  336. </dt>
  337. <dd class="phpdocumentor-argument-list__entry">
  338. [0, 0]
  339. </dd>
  340. <dd class="phpdocumentor-argument-list__entry">
  341. &#039;zero&#039;
  342. </dd>
  343. </dl>
  344. <dl class="phpdocumentor-argument-list">
  345. <dt class="phpdocumentor-argument-list__entry">
  346. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  347. </dt>
  348. <dd class="phpdocumentor-argument-list__entry">
  349. [69, 69]
  350. </dd>
  351. <dd class="phpdocumentor-argument-list__entry">
  352. &#039;normal&#039;
  353. </dd>
  354. </dl>
  355. <dl class="phpdocumentor-argument-list">
  356. <dt class="phpdocumentor-argument-list__entry">
  357. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  358. </dt>
  359. <dd class="phpdocumentor-argument-list__entry">
  360. [177, 177]
  361. </dd>
  362. <dd class="phpdocumentor-argument-list__entry">
  363. &#039;max&#039;
  364. </dd>
  365. </dl>
  366. <dl class="phpdocumentor-argument-list">
  367. <dt class="phpdocumentor-argument-list__entry">
  368. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  369. </dt>
  370. <dd class="phpdocumentor-argument-list__entry">
  371. [178, 177]
  372. </dd>
  373. <dd class="phpdocumentor-argument-list__entry">
  374. &#039;exceed&#039;
  375. </dd>
  376. </dl>
  377. </section>
  378. </article>
  379. <article
  380. class="phpdocumentor-element
  381. -method
  382. -public
  383. "
  384. >
  385. <h4 class="phpdocumentor-element__name" id="method_logoSpaceStartNullable">
  386. logoSpaceStartNullable()
  387. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceStartNullable" class="headerlink"><i class="fas fa-link"></i></a>
  388. </h4>
  389. <aside class="phpdocumentor-element-found-in">
  390. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  391. :
  392. <span class="phpdocumentor-element-found-in__line">115</span>
  393. </aside>
  394. <p class="phpdocumentor-summary">Tests if the optional logo space start values are nullable</p>
  395. <code class="phpdocumentor-code phpdocumentor-signature ">
  396. <span class="phpdocumentor-signature__visibility">public</span>
  397. <span class="phpdocumentor-signature__name">logoSpaceStartNullable</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  398. <div class="phpdocumentor-label-line">
  399. </div>
  400. <section class="phpdocumentor-attributes">
  401. <h5 class="phpdocumentor-elements__header" id="attributes">
  402. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceStartNullable#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  403. </h5>
  404. <dl class="phpdocumentor-argument-list">
  405. <dt class="phpdocumentor-argument-list__entry">
  406. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  407. </dt>
  408. </dl>
  409. </section>
  410. </article>
  411. <article
  412. class="phpdocumentor-element
  413. -method
  414. -public
  415. "
  416. >
  417. <h4 class="phpdocumentor-element__name" id="method_setEccLevel">
  418. setEccLevel()
  419. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevel" class="headerlink"><i class="fas fa-link"></i></a>
  420. </h4>
  421. <aside class="phpdocumentor-element-found-in">
  422. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  423. :
  424. <span class="phpdocumentor-element-found-in__line">60</span>
  425. </aside>
  426. <p class="phpdocumentor-summary">Tests setting the ECC level from string or int</p>
  427. <code class="phpdocumentor-code phpdocumentor-signature ">
  428. <span class="phpdocumentor-signature__visibility">public</span>
  429. <span class="phpdocumentor-signature__name">setEccLevel</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  430. <div class="phpdocumentor-label-line">
  431. </div>
  432. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  433. Tags
  434. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevel#tags" class="headerlink"><i class="fas fa-link"></i></a>
  435. </h5>
  436. <dl class="phpdocumentor-tag-list">
  437. <dt class="phpdocumentor-tag-list__entry">
  438. <span class="phpdocumentor-tag__name">phan-suppress</span>
  439. </dt>
  440. <dd class="phpdocumentor-tag-list__definition">
  441. <section class="phpdocumentor-description"><p>PhanTypeMismatchPropertyProbablyReal</p>
  442. </section>
  443. </dd>
  444. </dl>
  445. <section class="phpdocumentor-attributes">
  446. <h5 class="phpdocumentor-elements__header" id="attributes">
  447. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevel#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  448. </h5>
  449. <dl class="phpdocumentor-argument-list">
  450. <dt class="phpdocumentor-argument-list__entry">
  451. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  452. </dt>
  453. </dl>
  454. </section>
  455. </article>
  456. <article
  457. class="phpdocumentor-element
  458. -method
  459. -public
  460. "
  461. >
  462. <h4 class="phpdocumentor-element__name" id="method_setEccLevelFromIntException">
  463. setEccLevelFromIntException()
  464. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromIntException" class="headerlink"><i class="fas fa-link"></i></a>
  465. </h4>
  466. <aside class="phpdocumentor-element-found-in">
  467. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  468. :
  469. <span class="phpdocumentor-element-found-in__line">74</span>
  470. </aside>
  471. <p class="phpdocumentor-summary">Tests if an exception is thrown when attempting to set an invalid ECC level integer</p>
  472. <code class="phpdocumentor-code phpdocumentor-signature ">
  473. <span class="phpdocumentor-signature__visibility">public</span>
  474. <span class="phpdocumentor-signature__name">setEccLevelFromIntException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  475. <div class="phpdocumentor-label-line">
  476. </div>
  477. <section class="phpdocumentor-attributes">
  478. <h5 class="phpdocumentor-elements__header" id="attributes">
  479. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromIntException#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  480. </h5>
  481. <dl class="phpdocumentor-argument-list">
  482. <dt class="phpdocumentor-argument-list__entry">
  483. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  484. </dt>
  485. </dl>
  486. </section>
  487. </article>
  488. <article
  489. class="phpdocumentor-element
  490. -method
  491. -public
  492. "
  493. >
  494. <h4 class="phpdocumentor-element__name" id="method_setEccLevelFromStringException">
  495. setEccLevelFromStringException()
  496. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromStringException" class="headerlink"><i class="fas fa-link"></i></a>
  497. </h4>
  498. <aside class="phpdocumentor-element-found-in">
  499. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  500. :
  501. <span class="phpdocumentor-element-found-in__line">85</span>
  502. </aside>
  503. <p class="phpdocumentor-summary">Tests if an exception is thrown when attempting to set an invalid ECC level string</p>
  504. <code class="phpdocumentor-code phpdocumentor-signature ">
  505. <span class="phpdocumentor-signature__visibility">public</span>
  506. <span class="phpdocumentor-signature__name">setEccLevelFromStringException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  507. <div class="phpdocumentor-label-line">
  508. </div>
  509. <section class="phpdocumentor-attributes">
  510. <h5 class="phpdocumentor-elements__header" id="attributes">
  511. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromStringException#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  512. </h5>
  513. <dl class="phpdocumentor-argument-list">
  514. <dt class="phpdocumentor-argument-list__entry">
  515. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  516. </dt>
  517. </dl>
  518. </section>
  519. </article>
  520. <article
  521. class="phpdocumentor-element
  522. -method
  523. -public
  524. "
  525. >
  526. <h4 class="phpdocumentor-element__name" id="method_versionClamp">
  527. versionClamp()
  528. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionClamp" class="headerlink"><i class="fas fa-link"></i></a>
  529. </h4>
  530. <aside class="phpdocumentor-element-found-in">
  531. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  532. :
  533. <span class="phpdocumentor-element-found-in__line">29</span>
  534. </aside>
  535. <p class="phpdocumentor-summary">Tests the $version clamping</p>
  536. <code class="phpdocumentor-code phpdocumentor-signature ">
  537. <span class="phpdocumentor-signature__visibility">public</span>
  538. <span class="phpdocumentor-signature__name">versionClamp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$version</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  539. <div class="phpdocumentor-label-line">
  540. </div>
  541. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  542. <dl class="phpdocumentor-argument-list">
  543. <dt class="phpdocumentor-argument-list__entry">
  544. <span class="phpdocumentor-signature__argument__name">$version</span>
  545. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  546. </dt>
  547. <dd class="phpdocumentor-argument-list__definition">
  548. </dd>
  549. <dt class="phpdocumentor-argument-list__entry">
  550. <span class="phpdocumentor-signature__argument__name">$expected</span>
  551. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  552. </dt>
  553. <dd class="phpdocumentor-argument-list__definition">
  554. </dd>
  555. </dl>
  556. <section class="phpdocumentor-attributes">
  557. <h5 class="phpdocumentor-elements__header" id="attributes">
  558. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionClamp#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  559. </h5>
  560. <dl class="phpdocumentor-argument-list">
  561. <dt class="phpdocumentor-argument-list__entry">
  562. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  563. </dt>
  564. </dl>
  565. <dl class="phpdocumentor-argument-list">
  566. <dt class="phpdocumentor-argument-list__entry">
  567. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  568. </dt>
  569. <dd class="phpdocumentor-argument-list__entry">
  570. [42, 40]
  571. </dd>
  572. <dd class="phpdocumentor-argument-list__entry">
  573. &#039;values &gt; 40 should be clamped to 40&#039;
  574. </dd>
  575. </dl>
  576. <dl class="phpdocumentor-argument-list">
  577. <dt class="phpdocumentor-argument-list__entry">
  578. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  579. </dt>
  580. <dd class="phpdocumentor-argument-list__entry">
  581. [-42, 1]
  582. </dd>
  583. <dd class="phpdocumentor-argument-list__entry">
  584. &#039;values &lt; 1 should be clamped to 1&#039;
  585. </dd>
  586. </dl>
  587. <dl class="phpdocumentor-argument-list">
  588. <dt class="phpdocumentor-argument-list__entry">
  589. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  590. </dt>
  591. <dd class="phpdocumentor-argument-list__entry">
  592. [21, 21]
  593. </dd>
  594. <dd class="phpdocumentor-argument-list__entry">
  595. &#039;values in between should not be touched&#039;
  596. </dd>
  597. </dl>
  598. <dl class="phpdocumentor-argument-list">
  599. <dt class="phpdocumentor-argument-list__entry">
  600. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  601. </dt>
  602. <dd class="phpdocumentor-argument-list__entry">
  603. [Version::AUTO, -1]
  604. </dd>
  605. <dd class="phpdocumentor-argument-list__entry">
  606. &#039;value -1 should be treated as is (default)&#039;
  607. </dd>
  608. </dl>
  609. </section>
  610. </article>
  611. <article
  612. class="phpdocumentor-element
  613. -method
  614. -public
  615. "
  616. >
  617. <h4 class="phpdocumentor-element__name" id="method_versionMinMaxClamp">
  618. versionMinMaxClamp()
  619. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionMinMaxClamp" class="headerlink"><i class="fas fa-link"></i></a>
  620. </h4>
  621. <aside class="phpdocumentor-element-found-in">
  622. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  623. :
  624. <span class="phpdocumentor-element-found-in__line">43</span>
  625. </aside>
  626. <p class="phpdocumentor-summary">Tests the $versionMin/$versionMax clamping</p>
  627. <code class="phpdocumentor-code phpdocumentor-signature ">
  628. <span class="phpdocumentor-signature__visibility">public</span>
  629. <span class="phpdocumentor-signature__name">versionMinMaxClamp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$versionMin</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$versionMax</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expectedMin</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expectedMax</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  630. <div class="phpdocumentor-label-line">
  631. </div>
  632. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  633. <dl class="phpdocumentor-argument-list">
  634. <dt class="phpdocumentor-argument-list__entry">
  635. <span class="phpdocumentor-signature__argument__name">$versionMin</span>
  636. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  637. </dt>
  638. <dd class="phpdocumentor-argument-list__definition">
  639. </dd>
  640. <dt class="phpdocumentor-argument-list__entry">
  641. <span class="phpdocumentor-signature__argument__name">$versionMax</span>
  642. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  643. </dt>
  644. <dd class="phpdocumentor-argument-list__definition">
  645. </dd>
  646. <dt class="phpdocumentor-argument-list__entry">
  647. <span class="phpdocumentor-signature__argument__name">$expectedMin</span>
  648. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  649. </dt>
  650. <dd class="phpdocumentor-argument-list__definition">
  651. </dd>
  652. <dt class="phpdocumentor-argument-list__entry">
  653. <span class="phpdocumentor-signature__argument__name">$expectedMax</span>
  654. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  655. </dt>
  656. <dd class="phpdocumentor-argument-list__definition">
  657. </dd>
  658. </dl>
  659. <section class="phpdocumentor-attributes">
  660. <h5 class="phpdocumentor-elements__header" id="attributes">
  661. Attributes <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionMinMaxClamp#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  662. </h5>
  663. <dl class="phpdocumentor-argument-list">
  664. <dt class="phpdocumentor-argument-list__entry">
  665. #[<abbr title="\PHPUnit\Framework\Attributes\Test">Test</abbr>]
  666. </dt>
  667. </dl>
  668. <dl class="phpdocumentor-argument-list">
  669. <dt class="phpdocumentor-argument-list__entry">
  670. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  671. </dt>
  672. <dd class="phpdocumentor-argument-list__entry">
  673. [5, 10, 5, 10]
  674. </dd>
  675. <dd class="phpdocumentor-argument-list__entry">
  676. &#039;normal clamp&#039;
  677. </dd>
  678. </dl>
  679. <dl class="phpdocumentor-argument-list">
  680. <dt class="phpdocumentor-argument-list__entry">
  681. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  682. </dt>
  683. <dd class="phpdocumentor-argument-list__entry">
  684. [-42, 42, 1, 40]
  685. </dd>
  686. <dd class="phpdocumentor-argument-list__entry">
  687. &#039;exceeding values&#039;
  688. </dd>
  689. </dl>
  690. <dl class="phpdocumentor-argument-list">
  691. <dt class="phpdocumentor-argument-list__entry">
  692. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  693. </dt>
  694. <dd class="phpdocumentor-argument-list__entry">
  695. [10, 5, 5, 10]
  696. </dd>
  697. <dd class="phpdocumentor-argument-list__entry">
  698. &#039;min &gt; max&#039;
  699. </dd>
  700. </dl>
  701. <dl class="phpdocumentor-argument-list">
  702. <dt class="phpdocumentor-argument-list__entry">
  703. #[<abbr title="\PHPUnit\Framework\Attributes\TestWith">TestWith</abbr>]
  704. </dt>
  705. <dd class="phpdocumentor-argument-list__entry">
  706. [42, -42, 1, 40]
  707. </dd>
  708. <dd class="phpdocumentor-argument-list__entry">
  709. &#039;min &gt; max, exceeding&#039;
  710. </dd>
  711. </dl>
  712. </section>
  713. </article>
  714. </section>
  715. <div class="phpdocumentor-modal" id="source-view">
  716. <div class="phpdocumentor-modal-bg" data-exit-button></div>
  717. <div class="phpdocumentor-modal-container">
  718. <div class="phpdocumentor-modal-content">
  719. <pre style="max-height: 500px; overflow-y: scroll" data-src="files/tests/QROptionsTest.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
  720. </div>
  721. <button data-exit-button class="phpdocumentor-modal__close">&times;</button>
  722. </div>
  723. </div>
  724. <script type="text/javascript">
  725. (function () {
  726. function loadExternalCodeSnippet(el, url, line) {
  727. Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {
  728. const src = url || pre.getAttribute('data-src').replace(/\\/g, '/');
  729. const language = 'php';
  730. const code = document.createElement('code');
  731. code.className = 'language-' + language;
  732. pre.textContent = '';
  733. pre.setAttribute('data-line', line)
  734. code.textContent = 'Loading…';
  735. pre.appendChild(code);
  736. var xhr = new XMLHttpRequest();
  737. xhr.open('GET', src, true);
  738. xhr.onreadystatechange = function () {
  739. if (xhr.readyState !== 4) {
  740. return;
  741. }
  742. if (xhr.status < 400 && xhr.responseText) {
  743. code.textContent = xhr.responseText;
  744. Prism.highlightElement(code);
  745. d=document.getElementsByClassName("line-numbers");
  746. d[0].scrollTop = d[0].children[1].offsetTop;
  747. return;
  748. }
  749. if (xhr.status === 404) {
  750. code.textContent = '✖ Error: File could not be found';
  751. return;
  752. }
  753. if (xhr.status >= 400) {
  754. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  755. return;
  756. }
  757. code.textContent = '✖ Error: An unknown error occurred';
  758. };
  759. xhr.send(null);
  760. });
  761. }
  762. const modalButtons = document.querySelectorAll("[data-modal]");
  763. const openedAsLocalFile = window.location.protocol === 'file:';
  764. if (modalButtons.length > 0 && openedAsLocalFile) {
  765. console.warn(
  766. 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +
  767. 'browsers block XHR requests when a page is opened this way'
  768. );
  769. }
  770. modalButtons.forEach(function (trigger) {
  771. if (openedAsLocalFile) {
  772. trigger.setAttribute("hidden", "hidden");
  773. }
  774. trigger.addEventListener("click", function (event) {
  775. event.preventDefault();
  776. const modal = document.getElementById(trigger.dataset.modal);
  777. if (!modal) {
  778. console.error(`Modal with id "${trigger.dataset.modal}" could not be found`);
  779. return;
  780. }
  781. modal.classList.add("phpdocumentor-modal__open");
  782. loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)
  783. const exits = modal.querySelectorAll("[data-exit-button]");
  784. exits.forEach(function (exit) {
  785. exit.addEventListener("click", function (event) {
  786. event.preventDefault();
  787. modal.classList.remove("phpdocumentor-modal__open");
  788. });
  789. });
  790. });
  791. });
  792. })();
  793. </script>
  794. </article>
  795. </section>
  796. <section class="phpdocumentor-on-this-page__sidebar">
  797. <section class="phpdocumentor-on-this-page__content">
  798. <strong class="phpdocumentor-on-this-page__title">On this page</strong>
  799. <ul class="phpdocumentor-list -clean">
  800. <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
  801. <li>
  802. <ul class="phpdocumentor-list -clean">
  803. <li><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#toc-methods">Methods</a></li>
  804. </ul>
  805. </li>
  806. <li class="phpdocumentor-on-this-page-section__title">Methods</li>
  807. <li>
  808. <ul class="phpdocumentor-list -clean">
  809. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampCircleRadius">clampCircleRadius()</a></li>
  810. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_clampLogoSpaceValue">clampLogoSpaceValue()</a></li>
  811. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_logoSpaceStartNullable">logoSpaceStartNullable()</a></li>
  812. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevel">setEccLevel()</a></li>
  813. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromIntException">setEccLevelFromIntException()</a></li>
  814. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_setEccLevelFromStringException">setEccLevelFromStringException()</a></li>
  815. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionClamp">versionClamp()</a></li>
  816. <li class=""><a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_versionMinMaxClamp">versionMinMaxClamp()</a></li>
  817. </ul>
  818. </li>
  819. </ul>
  820. </section>
  821. </section>
  822. </div>
  823. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  824. <section class="phpdocumentor-search-results__dialog">
  825. <header class="phpdocumentor-search-results__header">
  826. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  827. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  828. </header>
  829. <section class="phpdocumentor-search-results__body">
  830. <ul class="phpdocumentor-search-results__entries"></ul>
  831. </section>
  832. </section>
  833. </section>
  834. </div>
  835. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  836. </main>
  837. <script>
  838. cssVars({});
  839. </script>
  840. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  841. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  842. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  843. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  844. </body>
  845. </html>