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.
$matrix : \BaconQrCode\Encoder\ByteMatrix
Matrix of the QR code.
getMode() : \BaconQrCode\Common\Mode
Gets the mode.
setMode(\BaconQrCode\Common\Mode $mode) : void
Sets the mode.
\BaconQrCode\Common\Mode | $mode |
getErrorCorrectionLevel() : \BaconQrCode\Common\ErrorCorrectionLevel
Gets the EC level.
setErrorCorrectionLevel(\BaconQrCode\Common\ErrorCorrectionLevel $errorCorrectionLevel) : void
Sets the EC level.
\BaconQrCode\Common\ErrorCorrectionLevel | $errorCorrectionLevel |
getVersion() : \BaconQrCode\Common\Version
Gets the version.
setVersion(\BaconQrCode\Common\Version $version) : void
Sets the version.
\BaconQrCode\Common\Version | $version |
getMatrix() : \BaconQrCode\Encoder\ByteMatrix
Gets the matrix.
setMatrix(\BaconQrCode\Encoder\ByteMatrix $matrix) : void
Sets the matrix.
\BaconQrCode\Encoder\ByteMatrix | $matrix |
Loading…