\Zxing\Qrcode\DecoderECB

<p>Encapsualtes the parameters for one error-correction block in one symbol version.

This includes the number of data codewords, and the number of times a block with these parameters is used consecutively in the QR code version's format.

Summary

Methods
Properties
Constants
__construct()
getCount()
getDataCodewords()
toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$count
$dataCodewords
N/A

Properties

$count

$count

$dataCodewords

$dataCodewords

Methods

__construct()

__construct(mixed  $count, mixed  $dataCodewords) : mixed

Parameters

mixed $count
mixed $dataCodewords

Returns

mixed —

getCount()

getCount() : mixed

Returns

mixed —

getDataCodewords()

getDataCodewords() : mixed

Returns

mixed —

toString()

toString() : mixed

Returns

mixed —