\Zxing\Qrcode\DecoderECBlocks

<p>Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.</p>

Summary

Methods
Properties
Constants
__construct()
getECCodewordsPerBlock()
getNumBlocks()
getTotalECCodewords()
getECBlocks()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$ecCodewordsPerBlock
$ecBlocks
N/A

Properties

$ecCodewordsPerBlock

$ecCodewordsPerBlock

$ecBlocks

$ecBlocks

Methods

__construct()

__construct(mixed  $ecCodewordsPerBlock, mixed  $ecBlocks) : mixed

Parameters

mixed $ecCodewordsPerBlock
mixed $ecBlocks

Returns

mixed —

getECCodewordsPerBlock()

getECCodewordsPerBlock() : mixed

Returns

mixed —

getNumBlocks()

getNumBlocks() : mixed

Returns

mixed —

getTotalECCodewords()

getTotalECCodewords() : mixed

Returns

mixed —

getECBlocks()

getECBlocks() : mixed

Returns

mixed —