chillerlan-QRCode-Decoder-DecoderResult.html 51 KB

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