\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 : 

Type

$dataCodewords

$dataCodewords : 

Type

Methods

__construct()

__construct(  $count,   $dataCodewords) 

Parameters

$count
$dataCodewords

getCount()

getCount() 

getDataCodewords()

getDataCodewords() 

toString()

toString()