NUM_MASK_PATTERNS
NUM_MASK_PATTERNS = 8
Number of possible mask patterns.
QR code.
$mode : \BaconQrCode\Common\Mode
Mode of the QR code.
$errorCorrectionLevel : \BaconQrCode\Common\ErrorCorrectionLevel
EC level of the QR code.
$version : \BaconQrCode\Common\Version
Version of the QR code.
$maskPattern : int
Mask pattern of the QR code.
$matrix : \BaconQrCode\Encoder\ByteMatrix
Matrix of the QR code.
__construct(\BaconQrCode\Common\Mode $mode, \BaconQrCode\Common\ErrorCorrectionLevel $errorCorrectionLevel, \BaconQrCode\Common\Version $version, int $maskPattern, \BaconQrCode\Encoder\ByteMatrix $matrix) : mixed
\BaconQrCode\Common\Mode | $mode | |
\BaconQrCode\Common\ErrorCorrectionLevel | $errorCorrectionLevel | |
\BaconQrCode\Common\Version | $version | |
int | $maskPattern | |
\BaconQrCode\Encoder\ByteMatrix | $matrix |