chillerlan-QRCode-Decoder-DecoderResult.html 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  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-qrcode.html">QRCode</a></li>
  111. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcode-decoder.html">Decoder</a></li>
  112. </ul>
  113. <article class="phpdocumentor-element -class">
  114. <h2 class="phpdocumentor-content__title">
  115. DecoderResult
  116. <div class="phpdocumentor-element__package">
  117. in package
  118. <ul class="phpdocumentor-breadcrumbs">
  119. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  120. </ul>
  121. </div>
  122. </h2>
  123. <div class="phpdocumentor-label-line">
  124. <div class="phpdocumentor-label phpdocumentor-label--success"><span>Final</span><span>Yes</span></div>
  125. </div>
  126. <aside class="phpdocumentor-element-found-in">
  127. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  128. :
  129. <span class="phpdocumentor-element-found-in__line">32</span>
  130. </aside>
  131. <p class="phpdocumentor-summary">Encapsulates the result of decoding a matrix of bits. This typically
  132. applies to 2D barcode formats. For now, it contains the raw bytes obtained
  133. as well as a String interpretation of those bytes, if applicable.</p>
  134. <h3 id="toc">
  135. Table of Contents
  136. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
  137. </h3>
  138. <h4 id="toc-properties">
  139. Properties
  140. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#toc-properties" 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 -property -public">
  144. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data">$data</a>
  145. <span>
  146. &nbsp;: string </span>
  147. </dt>
  148. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  149. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
  150. <span>
  151. &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
  152. </dt>
  153. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  154. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern">$maskPattern</a>
  155. <span>
  156. &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a> </span>
  157. </dt>
  158. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  159. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
  160. <span>
  161. &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a> </span>
  162. </dt>
  163. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  164. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
  165. <span>
  166. &nbsp;: int </span>
  167. </dt>
  168. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  169. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
  170. <span>
  171. &nbsp;: int </span>
  172. </dt>
  173. <dt class="phpdocumentor-table-of-contents__entry -property -public">
  174. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
  175. <span>
  176. &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
  177. </dt>
  178. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  179. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data">$data</a>
  180. <span>
  181. &nbsp;: string </span>
  182. </dt>
  183. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  184. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
  185. <span>
  186. &nbsp;: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
  187. </dt>
  188. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  189. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern">$maskPattern</a>
  190. <span>
  191. &nbsp;: <a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a> </span>
  192. </dt>
  193. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  194. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
  195. <span>
  196. &nbsp;: <a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a> </span>
  197. </dt>
  198. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  199. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
  200. <span>
  201. &nbsp;: int </span>
  202. </dt>
  203. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  204. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
  205. <span>
  206. &nbsp;: int </span>
  207. </dt>
  208. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  209. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
  210. <span>
  211. &nbsp;: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
  212. </dt>
  213. </dl>
  214. <h4 id="toc-methods">
  215. Methods
  216. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>
  217. </h4>
  218. <dl class="phpdocumentor-table-of-contents">
  219. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  220. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct">__construct()</a>
  221. <span>
  222. &nbsp;: mixed </span>
  223. </dt>
  224. <dd>DecoderResult constructor.</dd>
  225. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  226. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___get">__get()</a>
  227. <span>
  228. &nbsp;: mixed </span>
  229. </dt>
  230. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  231. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a>
  232. <span>
  233. &nbsp;: string </span>
  234. </dt>
  235. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  236. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getQRMatrix">getQRMatrix()</a>
  237. <span>
  238. &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a> </span>
  239. </dt>
  240. <dd>Returns a QRMatrix instance with the settings and data of the reader result</dd>
  241. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  242. <a class="" href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_hasStructuredAppend">hasStructuredAppend()</a>
  243. <span>
  244. &nbsp;: bool </span>
  245. </dt>
  246. </dl>
  247. <section class="phpdocumentor-properties">
  248. <h3 class="phpdocumentor-elements__header" id="properties">
  249. Properties
  250. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
  251. </h3>
  252. <article
  253. class="
  254. phpdocumentor-element
  255. -property
  256. -public
  257. "
  258. >
  259. <h4 class="phpdocumentor-element__name" id="property_data">
  260. $data
  261. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data" class="headerlink"><i class="fas fa-link"></i></a>
  262. <span class="phpdocumentor-element__modifiers">
  263. </span>
  264. </h4>
  265. <aside class="phpdocumentor-element-found-in">
  266. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  267. :
  268. <span class="phpdocumentor-element-found-in__line">0</span>
  269. </aside>
  270. <code class="phpdocumentor-code phpdocumentor-signature ">
  271. <span class="phpdocumentor-signature__visibility">public</span>
  272. <span class="phpdocumentor-signature__type">string</span>
  273. <span class="phpdocumentor-signature__name">$data</span>
  274. </code>
  275. </article>
  276. <article
  277. class="
  278. phpdocumentor-element
  279. -property
  280. -public
  281. "
  282. >
  283. <h4 class="phpdocumentor-element__name" id="property_eccLevel">
  284. $eccLevel
  285. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel" class="headerlink"><i class="fas fa-link"></i></a>
  286. <span class="phpdocumentor-element__modifiers">
  287. </span>
  288. </h4>
  289. <aside class="phpdocumentor-element-found-in">
  290. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  291. :
  292. <span class="phpdocumentor-element-found-in__line">0</span>
  293. </aside>
  294. <code class="phpdocumentor-code phpdocumentor-signature ">
  295. <span class="phpdocumentor-signature__visibility">public</span>
  296. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
  297. <span class="phpdocumentor-signature__name">$eccLevel</span>
  298. </code>
  299. </article>
  300. <article
  301. class="
  302. phpdocumentor-element
  303. -property
  304. -public
  305. "
  306. >
  307. <h4 class="phpdocumentor-element__name" id="property_maskPattern">
  308. $maskPattern
  309. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern" class="headerlink"><i class="fas fa-link"></i></a>
  310. <span class="phpdocumentor-element__modifiers">
  311. </span>
  312. </h4>
  313. <aside class="phpdocumentor-element-found-in">
  314. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  315. :
  316. <span class="phpdocumentor-element-found-in__line">0</span>
  317. </aside>
  318. <code class="phpdocumentor-code phpdocumentor-signature ">
  319. <span class="phpdocumentor-signature__visibility">public</span>
  320. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a></span>
  321. <span class="phpdocumentor-signature__name">$maskPattern</span>
  322. </code>
  323. </article>
  324. <article
  325. class="
  326. phpdocumentor-element
  327. -property
  328. -public
  329. "
  330. >
  331. <h4 class="phpdocumentor-element__name" id="property_rawBytes">
  332. $rawBytes
  333. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes" class="headerlink"><i class="fas fa-link"></i></a>
  334. <span class="phpdocumentor-element__modifiers">
  335. </span>
  336. </h4>
  337. <aside class="phpdocumentor-element-found-in">
  338. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  339. :
  340. <span class="phpdocumentor-element-found-in__line">0</span>
  341. </aside>
  342. <code class="phpdocumentor-code phpdocumentor-signature ">
  343. <span class="phpdocumentor-signature__visibility">public</span>
  344. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a></span>
  345. <span class="phpdocumentor-signature__name">$rawBytes</span>
  346. </code>
  347. </article>
  348. <article
  349. class="
  350. phpdocumentor-element
  351. -property
  352. -public
  353. "
  354. >
  355. <h4 class="phpdocumentor-element__name" id="property_structuredAppendParity">
  356. $structuredAppendParity
  357. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity" class="headerlink"><i class="fas fa-link"></i></a>
  358. <span class="phpdocumentor-element__modifiers">
  359. </span>
  360. </h4>
  361. <aside class="phpdocumentor-element-found-in">
  362. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  363. :
  364. <span class="phpdocumentor-element-found-in__line">0</span>
  365. </aside>
  366. <code class="phpdocumentor-code phpdocumentor-signature ">
  367. <span class="phpdocumentor-signature__visibility">public</span>
  368. <span class="phpdocumentor-signature__type">int</span>
  369. <span class="phpdocumentor-signature__name">$structuredAppendParity</span>
  370. </code>
  371. </article>
  372. <article
  373. class="
  374. phpdocumentor-element
  375. -property
  376. -public
  377. "
  378. >
  379. <h4 class="phpdocumentor-element__name" id="property_structuredAppendSequence">
  380. $structuredAppendSequence
  381. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence" class="headerlink"><i class="fas fa-link"></i></a>
  382. <span class="phpdocumentor-element__modifiers">
  383. </span>
  384. </h4>
  385. <aside class="phpdocumentor-element-found-in">
  386. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  387. :
  388. <span class="phpdocumentor-element-found-in__line">0</span>
  389. </aside>
  390. <code class="phpdocumentor-code phpdocumentor-signature ">
  391. <span class="phpdocumentor-signature__visibility">public</span>
  392. <span class="phpdocumentor-signature__type">int</span>
  393. <span class="phpdocumentor-signature__name">$structuredAppendSequence</span>
  394. </code>
  395. </article>
  396. <article
  397. class="
  398. phpdocumentor-element
  399. -property
  400. -public
  401. "
  402. >
  403. <h4 class="phpdocumentor-element__name" id="property_version">
  404. $version
  405. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version" class="headerlink"><i class="fas fa-link"></i></a>
  406. <span class="phpdocumentor-element__modifiers">
  407. </span>
  408. </h4>
  409. <aside class="phpdocumentor-element-found-in">
  410. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  411. :
  412. <span class="phpdocumentor-element-found-in__line">0</span>
  413. </aside>
  414. <code class="phpdocumentor-code phpdocumentor-signature ">
  415. <span class="phpdocumentor-signature__visibility">public</span>
  416. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
  417. <span class="phpdocumentor-signature__name">$version</span>
  418. </code>
  419. </article>
  420. <article
  421. class="
  422. phpdocumentor-element
  423. -property
  424. -private
  425. "
  426. >
  427. <h4 class="phpdocumentor-element__name" id="property_data">
  428. $data
  429. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data" class="headerlink"><i class="fas fa-link"></i></a>
  430. <span class="phpdocumentor-element__modifiers">
  431. </span>
  432. </h4>
  433. <aside class="phpdocumentor-element-found-in">
  434. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  435. :
  436. <span class="phpdocumentor-element-found-in__line">38</span>
  437. </aside>
  438. <code class="phpdocumentor-code phpdocumentor-signature ">
  439. <span class="phpdocumentor-signature__visibility">private</span>
  440. <span class="phpdocumentor-signature__type">string</span>
  441. <span class="phpdocumentor-signature__name">$data</span>
  442. = <span class="phpdocumentor-signature__default-value">&#039;&#039;</span></code>
  443. </article>
  444. <article
  445. class="
  446. phpdocumentor-element
  447. -property
  448. -private
  449. "
  450. >
  451. <h4 class="phpdocumentor-element__name" id="property_eccLevel">
  452. $eccLevel
  453. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel" class="headerlink"><i class="fas fa-link"></i></a>
  454. <span class="phpdocumentor-element__modifiers">
  455. </span>
  456. </h4>
  457. <aside class="phpdocumentor-element-found-in">
  458. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  459. :
  460. <span class="phpdocumentor-element-found-in__line">36</span>
  461. </aside>
  462. <code class="phpdocumentor-code phpdocumentor-signature ">
  463. <span class="phpdocumentor-signature__visibility">private</span>
  464. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
  465. <span class="phpdocumentor-signature__name">$eccLevel</span>
  466. </code>
  467. </article>
  468. <article
  469. class="
  470. phpdocumentor-element
  471. -property
  472. -private
  473. "
  474. >
  475. <h4 class="phpdocumentor-element__name" id="property_maskPattern">
  476. $maskPattern
  477. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern" class="headerlink"><i class="fas fa-link"></i></a>
  478. <span class="phpdocumentor-element__modifiers">
  479. </span>
  480. </h4>
  481. <aside class="phpdocumentor-element-found-in">
  482. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  483. :
  484. <span class="phpdocumentor-element-found-in__line">37</span>
  485. </aside>
  486. <code class="phpdocumentor-code phpdocumentor-signature ">
  487. <span class="phpdocumentor-signature__visibility">private</span>
  488. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-MaskPattern.html"><abbr title="\chillerlan\QRCode\Common\MaskPattern">MaskPattern</abbr></a></span>
  489. <span class="phpdocumentor-signature__name">$maskPattern</span>
  490. </code>
  491. </article>
  492. <article
  493. class="
  494. phpdocumentor-element
  495. -property
  496. -private
  497. "
  498. >
  499. <h4 class="phpdocumentor-element__name" id="property_rawBytes">
  500. $rawBytes
  501. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes" class="headerlink"><i class="fas fa-link"></i></a>
  502. <span class="phpdocumentor-element__modifiers">
  503. </span>
  504. </h4>
  505. <aside class="phpdocumentor-element-found-in">
  506. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  507. :
  508. <span class="phpdocumentor-element-found-in__line">34</span>
  509. </aside>
  510. <code class="phpdocumentor-code phpdocumentor-signature ">
  511. <span class="phpdocumentor-signature__visibility">private</span>
  512. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-BitBuffer.html"><abbr title="\chillerlan\QRCode\Common\BitBuffer">BitBuffer</abbr></a></span>
  513. <span class="phpdocumentor-signature__name">$rawBytes</span>
  514. </code>
  515. </article>
  516. <article
  517. class="
  518. phpdocumentor-element
  519. -property
  520. -private
  521. "
  522. >
  523. <h4 class="phpdocumentor-element__name" id="property_structuredAppendParity">
  524. $structuredAppendParity
  525. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity" class="headerlink"><i class="fas fa-link"></i></a>
  526. <span class="phpdocumentor-element__modifiers">
  527. </span>
  528. </h4>
  529. <aside class="phpdocumentor-element-found-in">
  530. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  531. :
  532. <span class="phpdocumentor-element-found-in__line">39</span>
  533. </aside>
  534. <code class="phpdocumentor-code phpdocumentor-signature ">
  535. <span class="phpdocumentor-signature__visibility">private</span>
  536. <span class="phpdocumentor-signature__type">int</span>
  537. <span class="phpdocumentor-signature__name">$structuredAppendParity</span>
  538. = <span class="phpdocumentor-signature__default-value">-1</span></code>
  539. </article>
  540. <article
  541. class="
  542. phpdocumentor-element
  543. -property
  544. -private
  545. "
  546. >
  547. <h4 class="phpdocumentor-element__name" id="property_structuredAppendSequence">
  548. $structuredAppendSequence
  549. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence" class="headerlink"><i class="fas fa-link"></i></a>
  550. <span class="phpdocumentor-element__modifiers">
  551. </span>
  552. </h4>
  553. <aside class="phpdocumentor-element-found-in">
  554. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  555. :
  556. <span class="phpdocumentor-element-found-in__line">40</span>
  557. </aside>
  558. <code class="phpdocumentor-code phpdocumentor-signature ">
  559. <span class="phpdocumentor-signature__visibility">private</span>
  560. <span class="phpdocumentor-signature__type">int</span>
  561. <span class="phpdocumentor-signature__name">$structuredAppendSequence</span>
  562. = <span class="phpdocumentor-signature__default-value">-1</span></code>
  563. </article>
  564. <article
  565. class="
  566. phpdocumentor-element
  567. -property
  568. -private
  569. "
  570. >
  571. <h4 class="phpdocumentor-element__name" id="property_version">
  572. $version
  573. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version" class="headerlink"><i class="fas fa-link"></i></a>
  574. <span class="phpdocumentor-element__modifiers">
  575. </span>
  576. </h4>
  577. <aside class="phpdocumentor-element-found-in">
  578. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  579. :
  580. <span class="phpdocumentor-element-found-in__line">35</span>
  581. </aside>
  582. <code class="phpdocumentor-code phpdocumentor-signature ">
  583. <span class="phpdocumentor-signature__visibility">private</span>
  584. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
  585. <span class="phpdocumentor-signature__name">$version</span>
  586. </code>
  587. </article>
  588. </section>
  589. <section class="phpdocumentor-methods">
  590. <h3 class="phpdocumentor-elements__header" id="methods">
  591. Methods
  592. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  593. </h3>
  594. <article
  595. class="phpdocumentor-element
  596. -method
  597. -public
  598. "
  599. >
  600. <h4 class="phpdocumentor-element__name" id="method___construct">
  601. __construct()
  602. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
  603. </h4>
  604. <aside class="phpdocumentor-element-found-in">
  605. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  606. :
  607. <span class="phpdocumentor-element-found-in__line">47</span>
  608. </aside>
  609. <p class="phpdocumentor-summary">DecoderResult constructor.</p>
  610. <code class="phpdocumentor-code phpdocumentor-signature ">
  611. <span class="phpdocumentor-signature__visibility">public</span>
  612. <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">iterable&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$properties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  613. <div class="phpdocumentor-label-line">
  614. </div>
  615. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  616. <dl class="phpdocumentor-argument-list">
  617. <dt class="phpdocumentor-argument-list__entry">
  618. <span class="phpdocumentor-signature__argument__name">$properties</span>
  619. : <span class="phpdocumentor-signature__argument__return-type">iterable&lt;string|int, mixed&gt;|null</span>
  620. = <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
  621. <dd class="phpdocumentor-argument-list__definition">
  622. </dd>
  623. </dl>
  624. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  625. Tags
  626. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct#tags" class="headerlink"><i class="fas fa-link"></i></a>
  627. </h5>
  628. <dl class="phpdocumentor-tag-list">
  629. <dt class="phpdocumentor-tag-list__entry">
  630. <span class="phpdocumentor-tag__name">phpstan-param</span>
  631. </dt>
  632. <dd class="phpdocumentor-tag-list__definition">
  633. <section class="phpdocumentor-description"><p>array&lt;string, mixed&gt; $properties</p>
  634. </section>
  635. </dd>
  636. </dl>
  637. </article>
  638. <article
  639. class="phpdocumentor-element
  640. -method
  641. -public
  642. "
  643. >
  644. <h4 class="phpdocumentor-element__name" id="method___get">
  645. __get()
  646. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___get" class="headerlink"><i class="fas fa-link"></i></a>
  647. </h4>
  648. <aside class="phpdocumentor-element-found-in">
  649. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  650. :
  651. <span class="phpdocumentor-element-found-in__line">64</span>
  652. </aside>
  653. <code class="phpdocumentor-code phpdocumentor-signature ">
  654. <span class="phpdocumentor-signature__visibility">public</span>
  655. <span class="phpdocumentor-signature__name">__get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$property</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  656. <div class="phpdocumentor-label-line">
  657. </div>
  658. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  659. <dl class="phpdocumentor-argument-list">
  660. <dt class="phpdocumentor-argument-list__entry">
  661. <span class="phpdocumentor-signature__argument__name">$property</span>
  662. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  663. </dt>
  664. <dd class="phpdocumentor-argument-list__definition">
  665. </dd>
  666. </dl>
  667. </article>
  668. <article
  669. class="phpdocumentor-element
  670. -method
  671. -public
  672. "
  673. >
  674. <h4 class="phpdocumentor-element__name" id="method___toString">
  675. __toString()
  676. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString" class="headerlink"><i class="fas fa-link"></i></a>
  677. </h4>
  678. <aside class="phpdocumentor-element-found-in">
  679. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  680. :
  681. <span class="phpdocumentor-element-found-in__line">73</span>
  682. </aside>
  683. <code class="phpdocumentor-code phpdocumentor-signature ">
  684. <span class="phpdocumentor-signature__visibility">public</span>
  685. <span class="phpdocumentor-signature__name">__toString</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  686. <div class="phpdocumentor-label-line">
  687. </div>
  688. <section>
  689. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  690. <span class="phpdocumentor-signature__response_type">string</span>
  691. </section>
  692. </article>
  693. <article
  694. class="phpdocumentor-element
  695. -method
  696. -public
  697. "
  698. >
  699. <h4 class="phpdocumentor-element__name" id="method_getQRMatrix">
  700. getQRMatrix()
  701. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getQRMatrix" class="headerlink"><i class="fas fa-link"></i></a>
  702. </h4>
  703. <aside class="phpdocumentor-element-found-in">
  704. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  705. :
  706. <span class="phpdocumentor-element-found-in__line">84</span>
  707. </aside>
  708. <p class="phpdocumentor-summary">Returns a QRMatrix instance with the settings and data of the reader result</p>
  709. <code class="phpdocumentor-code phpdocumentor-signature ">
  710. <span class="phpdocumentor-signature__visibility">public</span>
  711. <span class="phpdocumentor-signature__name">getQRMatrix</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a></span></code>
  712. <div class="phpdocumentor-label-line">
  713. </div>
  714. <section>
  715. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  716. <span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Data-QRMatrix.html"><abbr title="\chillerlan\QRCode\Data\QRMatrix">QRMatrix</abbr></a></span>
  717. </section>
  718. </article>
  719. <article
  720. class="phpdocumentor-element
  721. -method
  722. -public
  723. "
  724. >
  725. <h4 class="phpdocumentor-element__name" id="method_hasStructuredAppend">
  726. hasStructuredAppend()
  727. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_hasStructuredAppend" class="headerlink"><i class="fas fa-link"></i></a>
  728. </h4>
  729. <aside class="phpdocumentor-element-found-in">
  730. <abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
  731. :
  732. <span class="phpdocumentor-element-found-in__line">77</span>
  733. </aside>
  734. <code class="phpdocumentor-code phpdocumentor-signature ">
  735. <span class="phpdocumentor-signature__visibility">public</span>
  736. <span class="phpdocumentor-signature__name">hasStructuredAppend</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
  737. <div class="phpdocumentor-label-line">
  738. </div>
  739. <section>
  740. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  741. <span class="phpdocumentor-signature__response_type">bool</span>
  742. </section>
  743. </article>
  744. </section>
  745. <div class="phpdocumentor-modal" id="source-view">
  746. <div class="phpdocumentor-modal-bg" data-exit-button></div>
  747. <div class="phpdocumentor-modal-container">
  748. <div class="phpdocumentor-modal-content">
  749. <pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/Decoder/DecoderResult.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
  750. </div>
  751. <button data-exit-button class="phpdocumentor-modal__close">&times;</button>
  752. </div>
  753. </div>
  754. <script type="text/javascript">
  755. (function () {
  756. function loadExternalCodeSnippet(el, url, line) {
  757. Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {
  758. const src = url || pre.getAttribute('data-src').replace(/\\/g, '/');
  759. const language = 'php';
  760. const code = document.createElement('code');
  761. code.className = 'language-' + language;
  762. pre.textContent = '';
  763. pre.setAttribute('data-line', line)
  764. code.textContent = 'Loading…';
  765. pre.appendChild(code);
  766. var xhr = new XMLHttpRequest();
  767. xhr.open('GET', src, true);
  768. xhr.onreadystatechange = function () {
  769. if (xhr.readyState !== 4) {
  770. return;
  771. }
  772. if (xhr.status < 400 && xhr.responseText) {
  773. code.textContent = xhr.responseText;
  774. Prism.highlightElement(code);
  775. return;
  776. }
  777. if (xhr.status === 404) {
  778. code.textContent = '✖ Error: File could not be found';
  779. return;
  780. }
  781. if (xhr.status >= 400) {
  782. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  783. return;
  784. }
  785. code.textContent = '✖ Error: An unknown error occurred';
  786. };
  787. xhr.send(null);
  788. });
  789. }
  790. const modalButtons = document.querySelectorAll("[data-modal]");
  791. const openedAsLocalFile = window.location.protocol === 'file:';
  792. if (modalButtons.length > 0 && openedAsLocalFile) {
  793. console.warn(
  794. 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +
  795. 'browsers block XHR requests when a page is opened this way'
  796. );
  797. }
  798. modalButtons.forEach(function (trigger) {
  799. if (openedAsLocalFile) {
  800. trigger.setAttribute("hidden", "hidden");
  801. }
  802. trigger.addEventListener("click", function (event) {
  803. event.preventDefault();
  804. const modal = document.getElementById(trigger.dataset.modal);
  805. if (!modal) {
  806. console.error(`Modal with id "${trigger.dataset.modal}" could not be found`);
  807. return;
  808. }
  809. modal.classList.add("phpdocumentor-modal__open");
  810. loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)
  811. const exits = modal.querySelectorAll("[data-exit-button]");
  812. exits.forEach(function (exit) {
  813. exit.addEventListener("click", function (event) {
  814. event.preventDefault();
  815. modal.classList.remove("phpdocumentor-modal__open");
  816. });
  817. });
  818. });
  819. });
  820. })();
  821. </script>
  822. </article>
  823. </section>
  824. <section class="phpdocumentor-on-this-page__sidebar">
  825. <section class="phpdocumentor-on-this-page__content">
  826. <strong class="phpdocumentor-on-this-page__title">On this page</strong>
  827. <ul class="phpdocumentor-list -clean">
  828. <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
  829. <li>
  830. <ul class="phpdocumentor-list -clean">
  831. <li><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#toc-properties">Properties</a></li>
  832. <li><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#toc-methods">Methods</a></li>
  833. </ul>
  834. </li>
  835. <li class="phpdocumentor-on-this-page-section__title">Properties</li>
  836. <li>
  837. <ul class="phpdocumentor-list -clean">
  838. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data">$data</a></li>
  839. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a></li>
  840. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern">$maskPattern</a></li>
  841. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a></li>
  842. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a></li>
  843. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a></li>
  844. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a></li>
  845. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_data">$data</a></li>
  846. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a></li>
  847. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_maskPattern">$maskPattern</a></li>
  848. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a></li>
  849. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a></li>
  850. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a></li>
  851. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a></li>
  852. </ul>
  853. </li>
  854. <li class="phpdocumentor-on-this-page-section__title">Methods</li>
  855. <li>
  856. <ul class="phpdocumentor-list -clean">
  857. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct">__construct()</a></li>
  858. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___get">__get()</a></li>
  859. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a></li>
  860. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getQRMatrix">getQRMatrix()</a></li>
  861. <li class=""><a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_hasStructuredAppend">hasStructuredAppend()</a></li>
  862. </ul>
  863. </li>
  864. </ul>
  865. </section>
  866. </section>
  867. </div>
  868. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  869. <section class="phpdocumentor-search-results__dialog">
  870. <header class="phpdocumentor-search-results__header">
  871. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  872. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  873. </header>
  874. <section class="phpdocumentor-search-results__body">
  875. <ul class="phpdocumentor-search-results__entries"></ul>
  876. </section>
  877. </section>
  878. </section>
  879. </div>
  880. <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  881. </main>
  882. <script>
  883. cssVars({});
  884. </script>
  885. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  886. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  887. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  888. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  889. </body>
  890. </html>