chillerlan-QRCode-Decoder-DecoderResult.html 56 KB

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