From 8c9733d07eea6eb6190f7a46f09adb08fa381d9a Mon Sep 17 00:00:00 2001 From: codemasher Date: Tue, 10 Feb 2026 17:24:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20chillerl?= =?UTF-8?q?an/php-qrcode@6bd08fde98178aeb9581430aa7600055d36c1e29=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chillerlan-QRCode-Common-BitBuffer.html | 30 +-- .../chillerlan-QRCode-Common-ECICharset.html | 6 +- .../chillerlan-QRCode-Common-EccLevel.html | 18 +- ...erlan-QRCode-Common-GDLuminanceSource.html | 62 ++--- classes/chillerlan-QRCode-Common-GF256.html | 48 ++-- ...hillerlan-QRCode-Common-GenericGFPoly.html | 64 ++--- ...-QRCode-Common-IMagickLuminanceSource.html | 62 ++--- ...QRCode-Common-LuminanceSourceAbstract.html | 42 +-- ...RCode-Common-LuminanceSourceInterface.html | 30 +-- .../chillerlan-QRCode-Common-MaskPattern.html | 114 ++++----- classes/chillerlan-QRCode-Common-Mode.html | 10 +- classes/chillerlan-QRCode-Common-Version.html | 12 +- classes/chillerlan-QRCode-Data-AlphaNum.html | 58 ++--- classes/chillerlan-QRCode-Data-Byte.html | 46 ++-- classes/chillerlan-QRCode-Data-ECI.html | 52 ++-- classes/chillerlan-QRCode-Data-Hanzi.html | 46 ++-- classes/chillerlan-QRCode-Data-Kanji.html | 46 ++-- classes/chillerlan-QRCode-Data-Number.html | 52 ++-- classes/chillerlan-QRCode-Data-QRData.html | 24 +- ...lerlan-QRCode-Data-QRDataModeAbstract.html | 20 +- ...erlan-QRCode-Data-QRDataModeInterface.html | 32 +-- classes/chillerlan-QRCode-Data-QRMatrix.html | 194 +++++++------- ...lerlan-QRCode-Data-ReedSolomonEncoder.html | 40 +-- .../chillerlan-QRCode-Decoder-Binarizer.html | 72 +++--- .../chillerlan-QRCode-Decoder-BitMatrix.html | 242 +++++++++--------- .../chillerlan-QRCode-Decoder-Decoder.html | 36 +-- ...illerlan-QRCode-Decoder-DecoderResult.html | 14 +- ...lan-QRCode-Decoder-ReedSolomonDecoder.html | 72 +++--- ...rlan-QRCode-Detector-AlignmentPattern.html | 42 +-- ...RCode-Detector-AlignmentPatternFinder.html | 76 +++--- .../chillerlan-QRCode-Detector-Detector.html | 126 ++++----- ...llerlan-QRCode-Detector-FinderPattern.html | 96 +++---- ...n-QRCode-Detector-FinderPatternFinder.html | 124 ++++----- ...hillerlan-QRCode-Detector-GridSampler.html | 20 +- ...-QRCode-Detector-PerspectiveTransform.html | 190 +++++++------- ...hillerlan-QRCode-Detector-ResultPoint.html | 28 +- ...RCode-Output-CssColorModuleValueTrait.html | 18 +- classes/chillerlan-QRCode-Output-QREps.html | 106 ++++---- classes/chillerlan-QRCode-Output-QRFpdf.html | 120 ++++----- .../chillerlan-QRCode-Output-QRGdImage.html | 114 ++++----- ...hillerlan-QRCode-Output-QRGdImageAVIF.html | 114 ++++----- ...chillerlan-QRCode-Output-QRGdImageBMP.html | 114 ++++----- ...chillerlan-QRCode-Output-QRGdImageGIF.html | 114 ++++----- ...hillerlan-QRCode-Output-QRGdImageJPEG.html | 114 ++++----- ...chillerlan-QRCode-Output-QRGdImagePNG.html | 114 ++++----- ...hillerlan-QRCode-Output-QRGdImageWEBP.html | 114 ++++----- .../chillerlan-QRCode-Output-QRImagick.html | 114 ++++----- ...lan-QRCode-Output-QRInterventionImage.html | 120 ++++----- .../chillerlan-QRCode-Output-QRMarkup.html | 114 ++++----- ...chillerlan-QRCode-Output-QRMarkupHTML.html | 114 ++++----- .../chillerlan-QRCode-Output-QRMarkupSVG.html | 124 ++++----- .../chillerlan-QRCode-Output-QRMarkupXML.html | 138 +++++----- ...lerlan-QRCode-Output-QROutputAbstract.html | 86 +++---- ...erlan-QRCode-Output-QROutputInterface.html | 14 +- ...chillerlan-QRCode-Output-QRStringJSON.html | 124 ++++----- ...chillerlan-QRCode-Output-QRStringText.html | 116 ++++----- ...RCode-Output-RGBArrayModuleValueTrait.html | 18 +- classes/chillerlan-QRCode-QRCode.html | 122 ++++----- ...erlan-QRCode-QRCodeReaderOptionsTrait.html | 6 +- classes/chillerlan-QRCode-QROptions.html | 88 +++---- classes/chillerlan-QRCode-QROptionsTrait.html | 82 +++--- ...erlan-QRCodeTest-Common-BitBufferTest.html | 10 +- ...rlan-QRCodeTest-Common-ECICharsetTest.html | 18 +- ...lan-QRCodeTest-Common-MaskPatternTest.html | 20 +- ...chillerlan-QRCodeTest-Common-ModeTest.html | 10 +- ...illerlan-QRCodeTest-Data-AlphaNumTest.html | 88 +++---- .../chillerlan-QRCodeTest-Data-ByteTest.html | 88 +++---- ...deTest-Data-DataInterfaceTestAbstract.html | 88 +++---- .../chillerlan-QRCodeTest-Data-ECITest.html | 26 +- .../chillerlan-QRCodeTest-Data-HanziTest.html | 94 +++---- .../chillerlan-QRCodeTest-Data-KanjiTest.html | 94 +++---- ...chillerlan-QRCodeTest-Data-NumberTest.html | 88 +++---- ...chillerlan-QRCodeTest-Data-QRDataTest.html | 12 +- ...illerlan-QRCodeTest-Data-QRMatrixTest.html | 66 ++--- ...hillerlan-QRCodeTest-Output-QREpsTest.html | 52 ++-- ...illerlan-QRCodeTest-Output-QRFpdfTest.html | 52 ++-- ...n-QRCodeTest-Output-QRGdImageAVIFTest.html | 52 ++-- ...an-QRCodeTest-Output-QRGdImageBMPTest.html | 52 ++-- ...an-QRCodeTest-Output-QRGdImageGIFTest.html | 52 ++-- ...an-QRCodeTest-Output-QRGdImageJPGTest.html | 52 ++-- ...an-QRCodeTest-Output-QRGdImagePNGTest.html | 52 ++-- ...CodeTest-Output-QRGdImageTestAbstract.html | 52 ++-- ...n-QRCodeTest-Output-QRGdImageWEBPTest.html | 52 ++-- ...erlan-QRCodeTest-Output-QRImagickTest.html | 52 ++-- ...deTest-Output-QRInterventionImageTest.html | 52 ++-- ...an-QRCodeTest-Output-QRMarkupHTMLTest.html | 52 ++-- ...lan-QRCodeTest-Output-QRMarkupSVGTest.html | 52 ++-- ...RCodeTest-Output-QRMarkupTestAbstract.html | 52 ++-- ...lan-QRCodeTest-Output-QRMarkupXMLTest.html | 52 ++-- ...RCodeTest-Output-QROutputTestAbstract.html | 52 ++-- ...an-QRCodeTest-Output-QRStringJSONTest.html | 52 ++-- ...an-QRCodeTest-Output-QRStringTextTest.html | 52 ++-- ...llerlan-QRCodeTest-QRCodeReaderGDTest.html | 64 ++--- ...an-QRCodeTest-QRCodeReaderImagickTest.html | 74 +++--- ...n-QRCodeTest-QRCodeReaderTestAbstract.html | 64 ++--- classes/chillerlan-QRCodeTest-QRCodeTest.html | 32 +-- .../chillerlan-QRCodeTest-QROptionsTest.html | 48 ++-- ...erlan-QRCodeTest-Traits-BuildDirTrait.html | 32 +-- ...-QRCodeTest-Traits-QRMatrixDebugTrait.html | 12 +- ...an-QRCodeTest-Traits-QRMaxLengthTrait.html | 14 +- 100 files changed, 3323 insertions(+), 3323 deletions(-) diff --git a/classes/chillerlan-QRCode-Common-BitBuffer.html b/classes/chillerlan-QRCode-Common-BitBuffer.html index 00d890e28..c504dd2c7 100644 --- a/classes/chillerlan-QRCode-Common-BitBuffer.html +++ b/classes/chillerlan-QRCode-Common-BitBuffer.html @@ -473,7 +473,7 @@ public - __construct([array<string|int, int> $bytes = [] ]) : mixed + __construct([array<string|int, int> $bytes = [] ]) : mixed
@@ -482,9 +482,9 @@
Parameters
- $bytes - : array<string|int, int> - = []
+ $bytes + : array<string|int, int> + = []
@@ -676,7 +676,7 @@ public - put(int $bits, int $length) : self + put(int $bits, int $length) : self
@@ -685,15 +685,15 @@
Parameters
- $bits - : int + $bits + : int
- $length - : int + $length + : int
@@ -732,7 +732,7 @@ public - putBit(bool $bit) : self + putBit(bool $bit) : self
@@ -741,8 +741,8 @@
Parameters
- $bit - : bool + $bit + : bool
@@ -780,7 +780,7 @@ public - read(int $numBits) : int + read(int $numBits) : int
@@ -789,8 +789,8 @@
Parameters
- $numBits - : int + $numBits + : int

number of bits to read

diff --git a/classes/chillerlan-QRCode-Common-ECICharset.html b/classes/chillerlan-QRCode-Common-ECICharset.html index f6315ffe2..edb809fc1 100644 --- a/classes/chillerlan-QRCode-Common-ECICharset.html +++ b/classes/chillerlan-QRCode-Common-ECICharset.html @@ -1470,7 +1470,7 @@ public - __construct(int $charsetID) : mixed + __construct(int $charsetID) : mixed
@@ -1479,8 +1479,8 @@
Parameters
- $charsetID - : int + $charsetID + : int
diff --git a/classes/chillerlan-QRCode-Common-EccLevel.html b/classes/chillerlan-QRCode-Common-EccLevel.html index 02045e934..cf36f6e07 100644 --- a/classes/chillerlan-QRCode-Common-EccLevel.html +++ b/classes/chillerlan-QRCode-Common-EccLevel.html @@ -810,7 +810,7 @@ H: 0b10

public - __construct(int $eccLevel) : mixed + __construct(int $eccLevel) : mixed
@@ -819,8 +819,8 @@ H: 0b10

Parameters
- $eccLevel - : int + $eccLevel + : int

containing the two bits encoding a QR Code's error correction level

@@ -911,7 +911,7 @@ H: 0b10

public - getformatPattern(MaskPattern $maskPattern) : int + getformatPattern(MaskPattern $maskPattern) : int
@@ -920,8 +920,8 @@ H: 0b10

Parameters
- $maskPattern - : MaskPattern + $maskPattern + : MaskPattern
@@ -1038,7 +1038,7 @@ H: 0b10

public - getMaxBitsForVersion(Version $version) : int + getMaxBitsForVersion(Version $version) : int
@@ -1047,8 +1047,8 @@ H: 0b10

Parameters
- $version - : Version + $version + : Version
diff --git a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html index 56c41a29f..b813c7b1a 100644 --- a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html @@ -520,7 +520,7 @@ getLuminances() may never be called.
public - __construct(GdImage $gdImage[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(GdImage $gdImage[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -529,16 +529,16 @@ getLuminances() may never be called.
Parameters
- $gdImage - : GdImage + $gdImage + : GdImage
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -587,7 +587,7 @@ getLuminances() may never be called.
public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -596,16 +596,16 @@ getLuminances() may never be called.
Parameters
- $blob - : string + $blob + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -643,7 +643,7 @@ getLuminances() may never be called.
public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -652,16 +652,16 @@ getLuminances() may never be called.
Parameters
- $path - : string + $path + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -791,7 +791,7 @@ getLuminances() may never be called.

public - getRow(int $y) : array<string|int, int> + getRow(int $y) : array<string|int, int>
@@ -800,8 +800,8 @@ getLuminances() may never be called.

Parameters
- $y - : int + $y + : int

The row to fetch, which must be in [0,getHeight())

@@ -887,7 +887,7 @@ getLuminances() may never be called.

protected - static checkFile(string $path) : string + static checkFile(string $path) : string
@@ -896,8 +896,8 @@ getLuminances() may never be called.

Parameters
- $path - : string + $path + : string
@@ -950,7 +950,7 @@ getLuminances() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
@@ -959,22 +959,22 @@ getLuminances() may never be called.

Parameters
- $r - : int + $r + : int
- $g - : int + $g + : int
- $b - : int + $b + : int
diff --git a/classes/chillerlan-QRCode-Common-GF256.html b/classes/chillerlan-QRCode-Common-GF256.html index 92d6c6da8..a45ed9055 100644 --- a/classes/chillerlan-QRCode-Common-GF256.html +++ b/classes/chillerlan-QRCode-Common-GF256.html @@ -889,7 +889,7 @@ where the least-significant bit represents the constant coefficient

public - static addOrSubtract(int $a, int $b) : int + static addOrSubtract(int $a, int $b) : int
@@ -898,15 +898,15 @@ where the least-significant bit represents the constant coefficient

Parameters
- $a - : int + $a + : int
- $b - : int + $b + : int
@@ -948,7 +948,7 @@ where the least-significant bit represents the constant coefficient

public - static buildMonomial(int $degree, int $coefficient) : GenericGFPoly + static buildMonomial(int $degree, int $coefficient) : GenericGFPoly
@@ -957,15 +957,15 @@ where the least-significant bit represents the constant coefficient

Parameters
- $degree - : int + $degree + : int
- $coefficient - : int + $coefficient + : int
@@ -1022,7 +1022,7 @@ where the least-significant bit represents the constant coefficient

public - static exp(int $a) : int + static exp(int $a) : int
@@ -1031,8 +1031,8 @@ where the least-significant bit represents the constant coefficient

Parameters
- $a - : int + $a + : int
@@ -1074,7 +1074,7 @@ where the least-significant bit represents the constant coefficient

public - static inverse(int $a) : int + static inverse(int $a) : int
@@ -1083,8 +1083,8 @@ where the least-significant bit represents the constant coefficient

Parameters
- $a - : int + $a + : int
@@ -1141,7 +1141,7 @@ where the least-significant bit represents the constant coefficient

public - static log(int $a) : int + static log(int $a) : int
@@ -1150,8 +1150,8 @@ where the least-significant bit represents the constant coefficient

Parameters
- $a - : int + $a + : int
@@ -1208,7 +1208,7 @@ where the least-significant bit represents the constant coefficient

public - static multiply(int $a, int $b) : int + static multiply(int $a, int $b) : int
@@ -1217,15 +1217,15 @@ where the least-significant bit represents the constant coefficient

Parameters
- $a - : int + $a + : int
- $b - : int + $b + : int
diff --git a/classes/chillerlan-QRCode-Common-GenericGFPoly.html b/classes/chillerlan-QRCode-Common-GenericGFPoly.html index f4e199be9..cfae6b845 100644 --- a/classes/chillerlan-QRCode-Common-GenericGFPoly.html +++ b/classes/chillerlan-QRCode-Common-GenericGFPoly.html @@ -365,7 +365,7 @@ port of his C++ Reed-Solomon implementation.

public - __construct(array<string|int, int> $coefficients[, int|null $degree = null ]) : mixed + __construct(array<string|int, int> $coefficients[, int|null $degree = null ]) : mixed
@@ -374,8 +374,8 @@ port of his C++ Reed-Solomon implementation.

Parameters
- $coefficients - : array<string|int, int> + $coefficients + : array<string|int, int>

array coefficients as ints representing elements of GF(size), arranged @@ -384,9 +384,9 @@ from most significant (highest-power term) coefficient to the least significant<

- $degree - : int|null - = null
+ $degree + : int|null + = null
@@ -437,7 +437,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - addOrSubtract(GenericGFPoly $other) : self + addOrSubtract(GenericGFPoly $other) : self
@@ -446,8 +446,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $other - : GenericGFPoly + $other + : GenericGFPoly
@@ -485,7 +485,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - divide(GenericGFPoly $other) : array<string|int, GenericGFPoly> + divide(GenericGFPoly $other) : array<string|int, GenericGFPoly>
@@ -494,8 +494,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $other - : GenericGFPoly + $other + : GenericGFPoly
@@ -552,7 +552,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - evaluateAt(int $a) : int + evaluateAt(int $a) : int
@@ -561,8 +561,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $a - : int + $a + : int
@@ -604,7 +604,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - getCoefficient(int $degree) : int + getCoefficient(int $degree) : int
@@ -613,8 +613,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $degree - : int + $degree + : int
@@ -778,7 +778,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - mod(GenericGFPoly $other) : self + mod(GenericGFPoly $other) : self
@@ -787,8 +787,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $other - : GenericGFPoly + $other + : GenericGFPoly
@@ -826,7 +826,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - multiply(GenericGFPoly $other) : self + multiply(GenericGFPoly $other) : self
@@ -835,8 +835,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $other - : GenericGFPoly + $other + : GenericGFPoly
@@ -874,7 +874,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - multiplyByMonomial(int $degree, int $coefficient) : self + multiplyByMonomial(int $degree, int $coefficient) : self
@@ -883,15 +883,15 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $degree - : int + $degree + : int
- $coefficient - : int + $coefficient + : int
@@ -944,7 +944,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

public - multiplyInt(int $scalar) : self + multiplyInt(int $scalar) : self
@@ -953,8 +953,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

Parameters
- $scalar - : int + $scalar + : int
diff --git a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html index f9dc579c0..12d11df77 100644 --- a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html @@ -520,7 +520,7 @@ getLuminances() may never be called.
public - __construct(Imagick $imagick[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(Imagick $imagick[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -529,16 +529,16 @@ getLuminances() may never be called.
Parameters
- $imagick - : Imagick + $imagick + : Imagick
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -572,7 +572,7 @@ getLuminances() may never be called.
public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -581,16 +581,16 @@ getLuminances() may never be called.
Parameters
- $blob - : string + $blob + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -628,7 +628,7 @@ getLuminances() may never be called.
public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -637,16 +637,16 @@ getLuminances() may never be called.
Parameters
- $path - : string + $path + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -776,7 +776,7 @@ getLuminances() may never be called.

public - getRow(int $y) : array<string|int, int> + getRow(int $y) : array<string|int, int>
@@ -785,8 +785,8 @@ getLuminances() may never be called.

Parameters
- $y - : int + $y + : int

The row to fetch, which must be in [0,getHeight())

@@ -872,7 +872,7 @@ getLuminances() may never be called.

protected - static checkFile(string $path) : string + static checkFile(string $path) : string
@@ -881,8 +881,8 @@ getLuminances() may never be called.

Parameters
- $path - : string + $path + : string
@@ -935,7 +935,7 @@ getLuminances() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
@@ -944,22 +944,22 @@ getLuminances() may never be called.

Parameters
- $r - : int + $r + : int
- $g - : int + $g + : int
- $b - : int + $b + : int
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html index abddd68c5..4d3ba5f1b 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html @@ -478,7 +478,7 @@ getLuminances() may never be called.
public - __construct(int $width, int $height[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(int $width, int $height[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -487,23 +487,23 @@ getLuminances() may never be called.
Parameters
- $width - : int + $width + : int
- $height - : int + $height + : int
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -629,7 +629,7 @@ getLuminances() may never be called.

public - getRow(int $y) : array<string|int, int> + getRow(int $y) : array<string|int, int>
@@ -638,8 +638,8 @@ getLuminances() may never be called.

Parameters
- $y - : int + $y + : int

The row to fetch, which must be in [0,getHeight())

@@ -725,7 +725,7 @@ getLuminances() may never be called.

protected - static checkFile(string $path) : string + static checkFile(string $path) : string
@@ -734,8 +734,8 @@ getLuminances() may never be called.

Parameters
- $path - : string + $path + : string
@@ -788,7 +788,7 @@ getLuminances() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
@@ -797,22 +797,22 @@ getLuminances() may never be called.

Parameters
- $r - : int + $r + : int
- $g - : int + $g + : int
- $b - : int + $b + : int
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html index 4878212bb..fba7d8cdb 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html @@ -250,7 +250,7 @@ getLuminances() may never be called.
public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -259,16 +259,16 @@ getLuminances() may never be called.
Parameters
- $blob - : string + $blob + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -306,7 +306,7 @@ getLuminances() may never be called.
public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -315,16 +315,16 @@ getLuminances() may never be called.
Parameters
- $path - : string + $path + : string
- $options - : SettingsContainerInterface|QROptions - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions + = new QROptions()
@@ -454,7 +454,7 @@ getLuminances() may never be called.

public - getRow(int $y) : array<string|int, int> + getRow(int $y) : array<string|int, int>
@@ -463,8 +463,8 @@ getLuminances() may never be called.

Parameters
- $y - : int + $y + : int

The row to fetch, which must be in [0,getHeight())

diff --git a/classes/chillerlan-QRCode-Common-MaskPattern.html b/classes/chillerlan-QRCode-Common-MaskPattern.html index 532bc9547..42b401799 100644 --- a/classes/chillerlan-QRCode-Common-MaskPattern.html +++ b/classes/chillerlan-QRCode-Common-MaskPattern.html @@ -913,7 +913,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public - __construct(int $maskPattern) : mixed + __construct(int $maskPattern) : mixed
@@ -922,8 +922,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
Parameters
- $maskPattern - : int + $maskPattern + : int
@@ -973,7 +973,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public - static getBestPattern(QRMatrix $QRMatrix) : self + static getBestPattern(QRMatrix $QRMatrix) : self
@@ -982,8 +982,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
Parameters
- $QRMatrix - : QRMatrix + $QRMatrix + : QRMatrix
@@ -1127,7 +1127,7 @@ give penalty to them. Example: 00000 or 11111.

public - static testRule1(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int + static testRule1(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int
@@ -1136,22 +1136,22 @@ give penalty to them. Example: 00000 or 11111.

Parameters
- $matrix - : array<string|int, array<string|int, bool>> + $matrix + : array<string|int, array<string|int, bool>>
- $height - : int + $height + : int
- $width - : int + $width + : int
@@ -1192,7 +1192,7 @@ penalty proportional to (M-1)x(N-1), because this is the number of 2x2 blocks in public - static testRule2(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int + static testRule2(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int
@@ -1201,22 +1201,22 @@ penalty proportional to (M-1)x(N-1), because this is the number of 2x2 blocks in
Parameters
- $matrix - : array<string|int, array<string|int, bool>> + $matrix + : array<string|int, array<string|int, bool>>
- $height - : int + $height + : int
- $width - : int + $width + : int
@@ -1257,7 +1257,7 @@ find patterns like 000010111010000, we give penalty once.

public - static testRule3(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int + static testRule3(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int
@@ -1266,22 +1266,22 @@ find patterns like 000010111010000, we give penalty once.

Parameters
- $matrix - : array<string|int, array<string|int, bool>> + $matrix + : array<string|int, array<string|int, bool>>
- $height - : int + $height + : int
- $width - : int + $width + : int
@@ -1321,7 +1321,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

public - static testRule4(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int + static testRule4(array<string|int, array<string|int, bool>> $matrix, int $height, int $width) : int
@@ -1330,22 +1330,22 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

Parameters
- $matrix - : array<string|int, array<string|int, bool>> + $matrix + : array<string|int, array<string|int, bool>>
- $height - : int + $height + : int
- $width - : int + $width + : int
@@ -1383,7 +1383,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

private - static applyRule1(array<string|int, bool> $rc) : int + static applyRule1(array<string|int, bool> $rc) : int
@@ -1392,8 +1392,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

Parameters
- $rc - : array<string|int, bool> + $rc + : array<string|int, bool>
@@ -1431,7 +1431,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

private - static isWhiteHorizontal(array<string|int, bool> $row, int $width, int $from, int $to) : bool + static isWhiteHorizontal(array<string|int, bool> $row, int $width, int $from, int $to) : bool
@@ -1440,29 +1440,29 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

Parameters
- $row - : array<string|int, bool> + $row + : array<string|int, bool>
- $width - : int + $width + : int
- $from - : int + $from + : int
- $to - : int + $to + : int
@@ -1500,7 +1500,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

private - static isWhiteVertical(array<string|int, array<string|int, bool>> $matrix, int $height, int $x, int $from, int $to) : bool + static isWhiteVertical(array<string|int, array<string|int, bool>> $matrix, int $height, int $x, int $from, int $to) : bool
@@ -1509,36 +1509,36 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

Parameters
- $matrix - : array<string|int, array<string|int, bool>> + $matrix + : array<string|int, array<string|int, bool>>
- $height - : int + $height + : int
- $x - : int + $x + : int
- $from - : int + $from + : int
- $to - : int + $to + : int
diff --git a/classes/chillerlan-QRCode-Common-Mode.html b/classes/chillerlan-QRCode-Common-Mode.html index 1ee4cf366..683454a73 100644 --- a/classes/chillerlan-QRCode-Common-Mode.html +++ b/classes/chillerlan-QRCode-Common-Mode.html @@ -676,7 +676,7 @@ public - static getLengthBitsForVersion(int $mode, int $version) : int + static getLengthBitsForVersion(int $mode, int $version) : int
@@ -685,15 +685,15 @@
Parameters
- $mode - : int + $mode + : int
- $version - : int + $version + : int
diff --git a/classes/chillerlan-QRCode-Common-Version.html b/classes/chillerlan-QRCode-Common-Version.html index eec288fa6..108224134 100644 --- a/classes/chillerlan-QRCode-Common-Version.html +++ b/classes/chillerlan-QRCode-Common-Version.html @@ -570,7 +570,7 @@ public - __construct(int $version) : mixed + __construct(int $version) : mixed
@@ -579,8 +579,8 @@
Parameters
- $version - : int + $version + : int
@@ -747,7 +747,7 @@ public - getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed> + getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed>
@@ -756,8 +756,8 @@
Parameters
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
diff --git a/classes/chillerlan-QRCode-Data-AlphaNum.html b/classes/chillerlan-QRCode-Data-AlphaNum.html index 600e0cbfe..8d3860b12 100644 --- a/classes/chillerlan-QRCode-Data-AlphaNum.html +++ b/classes/chillerlan-QRCode-Data-AlphaNum.html @@ -438,7 +438,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -447,9 +447,9 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -498,7 +498,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -507,8 +507,8 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $string - : string + $string + : string
@@ -547,7 +547,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -556,15 +556,15 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -664,7 +664,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -673,8 +673,8 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $string - : string + $string + : string
@@ -713,7 +713,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -722,15 +722,15 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -808,7 +808,7 @@ ISO/IEC 18004:2000 Section 8.4.3

protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -817,8 +817,8 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $versionNumber - : int + $versionNumber + : int
@@ -856,7 +856,7 @@ ISO/IEC 18004:2000 Section 8.4.3

private - chr(int $ord) : string + chr(int $ord) : string
@@ -865,8 +865,8 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $ord - : int + $ord + : int
@@ -919,7 +919,7 @@ ISO/IEC 18004:2000 Section 8.4.3

private - ord(string $chr) : int + ord(string $chr) : int
@@ -928,8 +928,8 @@ ISO/IEC 18004:2000 Section 8.4.3

Parameters
- $chr - : string + $chr + : string
diff --git a/classes/chillerlan-QRCode-Data-Byte.html b/classes/chillerlan-QRCode-Data-Byte.html index 59c79e90c..0747c7343 100644 --- a/classes/chillerlan-QRCode-Data-Byte.html +++ b/classes/chillerlan-QRCode-Data-Byte.html @@ -388,7 +388,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -397,9 +397,9 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -448,7 +448,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -457,8 +457,8 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $string - : string + $string + : string
@@ -497,7 +497,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -506,15 +506,15 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -614,7 +614,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -623,8 +623,8 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $string - : string + $string + : string
@@ -663,7 +663,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -672,15 +672,15 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -758,7 +758,7 @@ ISO/IEC 18004:2000 Section 8.4.4

protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -767,8 +767,8 @@ ISO/IEC 18004:2000 Section 8.4.4

Parameters
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-ECI.html b/classes/chillerlan-QRCode-Data-ECI.html index 95ecc84b8..d8bbe4084 100644 --- a/classes/chillerlan-QRCode-Data-ECI.html +++ b/classes/chillerlan-QRCode-Data-ECI.html @@ -440,7 +440,7 @@ public - __construct([int|null $encoding = null ]) : mixed + __construct([int|null $encoding = null ]) : mixed
@@ -449,9 +449,9 @@
Parameters
- $encoding - : int|null - = null
+ $encoding + : int|null + = null
@@ -516,7 +516,7 @@ public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -525,8 +525,8 @@
Parameters
- $string - : string + $string + : string
@@ -565,7 +565,7 @@ public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -574,15 +574,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -675,7 +675,7 @@ public - parseValue(BitBuffer $bitBuffer) : ECICharset + parseValue(BitBuffer $bitBuffer) : ECICharset
@@ -684,8 +684,8 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -739,7 +739,7 @@ public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -748,8 +748,8 @@
Parameters
- $string - : string + $string + : string
@@ -804,7 +804,7 @@ public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -813,15 +813,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -921,7 +921,7 @@ protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -930,8 +930,8 @@
Parameters
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-Hanzi.html b/classes/chillerlan-QRCode-Data-Hanzi.html index 308cf831f..01b860571 100644 --- a/classes/chillerlan-QRCode-Data-Hanzi.html +++ b/classes/chillerlan-QRCode-Data-Hanzi.html @@ -532,7 +532,7 @@ public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -541,9 +541,9 @@
Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -592,7 +592,7 @@ public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -601,8 +601,8 @@
Parameters
- $string - : string + $string + : string
@@ -641,7 +641,7 @@ public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -650,15 +650,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -751,7 +751,7 @@ public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -760,8 +760,8 @@
Parameters
- $string - : string + $string + : string
@@ -800,7 +800,7 @@ public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -809,15 +809,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -919,7 +919,7 @@ protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -928,8 +928,8 @@
Parameters
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-Kanji.html b/classes/chillerlan-QRCode-Data-Kanji.html index cfa257c22..a1ecb34e1 100644 --- a/classes/chillerlan-QRCode-Data-Kanji.html +++ b/classes/chillerlan-QRCode-Data-Kanji.html @@ -459,7 +459,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -468,9 +468,9 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -519,7 +519,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -528,8 +528,8 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $string - : string + $string + : string
@@ -568,7 +568,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -577,15 +577,15 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -685,7 +685,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -694,8 +694,8 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $string - : string + $string + : string
@@ -734,7 +734,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -743,15 +743,15 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -853,7 +853,7 @@ ISO/IEC 18004:2000 Section 8.4.5

protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -862,8 +862,8 @@ ISO/IEC 18004:2000 Section 8.4.5

Parameters
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html index f58edab94..993ce9bb4 100644 --- a/classes/chillerlan-QRCode-Data-Number.html +++ b/classes/chillerlan-QRCode-Data-Number.html @@ -395,7 +395,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -404,9 +404,9 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -455,7 +455,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -464,8 +464,8 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $string - : string + $string + : string
@@ -504,7 +504,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -513,15 +513,15 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -621,7 +621,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -630,8 +630,8 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $string - : string + $string + : string
@@ -670,7 +670,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -679,15 +679,15 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -765,7 +765,7 @@ ISO/IEC 18004:2000 Section 8.4.2

protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -774,8 +774,8 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $versionNumber - : int + $versionNumber + : int
@@ -814,7 +814,7 @@ ISO/IEC 18004:2000 Section 8.4.2

private - parseInt(string $string) : int + parseInt(string $string) : int
@@ -823,8 +823,8 @@ ISO/IEC 18004:2000 Section 8.4.2

Parameters
- $string - : string + $string + : string
diff --git a/classes/chillerlan-QRCode-Data-QRData.html b/classes/chillerlan-QRCode-Data-QRData.html index bc6a8d066..1b5c112e4 100644 --- a/classes/chillerlan-QRCode-Data-QRData.html +++ b/classes/chillerlan-QRCode-Data-QRData.html @@ -555,7 +555,7 @@ public - __construct(SettingsContainerInterface|QROptions $options[, array<string|int, QRDataModeInterface$dataSegments = [] ]) : mixed + __construct(SettingsContainerInterface|QROptions $options[, array<string|int, QRDataModeInterface$dataSegments = [] ]) : mixed
@@ -564,16 +564,16 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $dataSegments - : array<string|int, QRDataModeInterface> - = []
+ $dataSegments + : array<string|int, QRDataModeInterface> + = []
@@ -768,7 +768,7 @@ public - setBitBuffer(BitBuffer $bitBuffer) : self + setBitBuffer(BitBuffer $bitBuffer) : self
@@ -781,8 +781,8 @@ additionally the bit array needs to contain enough pad bits.

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -836,7 +836,7 @@ additionally the bit array needs to contain enough pad bits.

public - setData(array<string|int, QRDataModeInterface$dataSegments) : self + setData(array<string|int, QRDataModeInterface$dataSegments) : self
@@ -847,8 +847,8 @@ additionally the bit array needs to contain enough pad bits.

Parameters
- $dataSegments - : array<string|int, QRDataModeInterface> + $dataSegments + : array<string|int, QRDataModeInterface>
diff --git a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html index 4931b0319..0d082c5ac 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html @@ -314,7 +314,7 @@ public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -323,9 +323,9 @@
Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
@@ -374,7 +374,7 @@ public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -383,8 +383,8 @@
Parameters
- $string - : string + $string + : string
@@ -462,7 +462,7 @@ protected - getLengthBits(int $versionNumber) : int + getLengthBits(int $versionNumber) : int
@@ -471,8 +471,8 @@
Parameters
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html index 600bb785c..c4e3e9bb1 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html @@ -309,7 +309,7 @@ public - static convertEncoding(string $string) : string + static convertEncoding(string $string) : string
@@ -318,8 +318,8 @@
Parameters
- $string - : string + $string + : string
@@ -373,7 +373,7 @@ public - decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
@@ -382,15 +382,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
@@ -468,7 +468,7 @@ public - static validateString(string $string) : bool + static validateString(string $string) : bool
@@ -477,8 +477,8 @@
Parameters
- $string - : string + $string + : string
@@ -517,7 +517,7 @@ public - write(BitBuffer $bitBuffer, int $versionNumber) : static + write(BitBuffer $bitBuffer, int $versionNumber) : static
@@ -526,15 +526,15 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
- $versionNumber - : int + $versionNumber + : int
diff --git a/classes/chillerlan-QRCode-Data-QRMatrix.html b/classes/chillerlan-QRCode-Data-QRMatrix.html index 8796aaaf0..6a6a3a1aa 100644 --- a/classes/chillerlan-QRCode-Data-QRMatrix.html +++ b/classes/chillerlan-QRCode-Data-QRMatrix.html @@ -1625,7 +1625,7 @@ returns true if a match is found, otherwise false.
public - __construct(Version $version, EccLevel $eccLevel) : mixed + __construct(Version $version, EccLevel $eccLevel) : mixed
@@ -1634,15 +1634,15 @@ returns true if a match is found, otherwise false.
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -1677,7 +1677,7 @@ returns true if a match is found, otherwise false.
public - check(int $x, int $y) : bool + check(int $x, int $y) : bool
@@ -1688,15 +1688,15 @@ returns true if a match is found, otherwise false.
Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1735,7 +1735,7 @@ returns true if a match is found, otherwise false.
public - checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int + checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int
@@ -1750,23 +1750,23 @@ starting with the lowest bit for top left, going clockwise:

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int|null - = null
+ $M_TYPE + : int|null + = null
@@ -1804,7 +1804,7 @@ starting with the lowest bit for top left, going clockwise:

public - checkType(int $x, int $y, int $M_TYPE) : bool + checkType(int $x, int $y, int $M_TYPE) : bool
@@ -1816,22 +1816,22 @@ starting with the lowest bit for top left, going clockwise:

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -1871,7 +1871,7 @@ returns true if a match is found, otherwise false.

public - checkTypeIn(int $x, int $y, array<string|int, int> $M_TYPES) : bool + checkTypeIn(int $x, int $y, array<string|int, int> $M_TYPES) : bool
@@ -1880,22 +1880,22 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPES - : array<string|int, int> + $M_TYPES + : array<string|int, int>
@@ -1934,7 +1934,7 @@ returns true if a match is found, otherwise false.

public - flip(int $x, int $y) : static + flip(int $x, int $y) : static
@@ -1943,15 +1943,15 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1990,7 +1990,7 @@ returns true if a match is found, otherwise false.

public - get(int $x, int $y) : int + get(int $x, int $y) : int
@@ -1999,15 +1999,15 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2378,7 +2378,7 @@ returns true if a match is found, otherwise false.

public - isDark(int $M_TYPE) : bool + isDark(int $M_TYPE) : bool
@@ -2387,8 +2387,8 @@ returns true if a match is found, otherwise false.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2427,7 +2427,7 @@ returns true if a match is found, otherwise false.

public - mask(MaskPattern $maskPattern) : static + mask(MaskPattern $maskPattern) : static
@@ -2438,8 +2438,8 @@ returns true if a match is found, otherwise false.

Parameters
- $maskPattern - : MaskPattern + $maskPattern + : MaskPattern
@@ -2517,7 +2517,7 @@ returns true if a match is found, otherwise false.

public - set(int $x, int $y, bool $value, int $M_TYPE) : static + set(int $x, int $y, bool $value, int $M_TYPE) : static
@@ -2529,29 +2529,29 @@ false => $M_TYPE

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $value - : bool + $value + : bool
- $M_TYPE - : int + $M_TYPE + : int
@@ -2631,7 +2631,7 @@ false => $M_TYPE

public - setArea(int $startX, int $startY, int $width, int $height, bool $value, int $M_TYPE) : static + setArea(int $startX, int $startY, int $width, int $height, bool $value, int $M_TYPE) : static
@@ -2640,43 +2640,43 @@ false => $M_TYPE

Parameters
- $startX - : int + $startX + : int
- $startY - : int + $startY + : int
- $width - : int + $width + : int
- $height - : int + $height + : int
- $value - : bool + $value + : bool
- $M_TYPE - : int + $M_TYPE + : int
@@ -2797,7 +2797,7 @@ false => $M_TYPE

public - setFormatInfo([MaskPattern|null $maskPattern = null ]) : static + setFormatInfo([MaskPattern|null $maskPattern = null ]) : static
@@ -2808,9 +2808,9 @@ false => $M_TYPE

Parameters
- $maskPattern - : MaskPattern|null - = null
+ $maskPattern + : MaskPattern|null + = null
@@ -2848,7 +2848,7 @@ false => $M_TYPE

public - setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static + setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static
@@ -2869,30 +2869,30 @@ Note that there is no restiction on how many times this method could be called o
Parameters
- $width - : int + $width + : int
- $height - : int|null - = null
+ $height + : int|null + = null
- $startX - : int|null - = null
+ $startX + : int|null + = null
- $startY - : int|null - = null
+ $startY + : int|null + = null
@@ -2952,7 +2952,7 @@ Note that there is no restiction on how many times this method could be called o public - setQuietZone(int $quietZoneSize) : static + setQuietZone(int $quietZoneSize) : static
@@ -2963,8 +2963,8 @@ Note that there is no restiction on how many times this method could be called o
Parameters
- $quietZoneSize - : int + $quietZoneSize + : int
@@ -3141,7 +3141,7 @@ Note that there is no restiction on how many times this method could be called o public - writeCodewords(BitBuffer $bitBuffer) : static + writeCodewords(BitBuffer $bitBuffer) : static
@@ -3150,8 +3150,8 @@ Note that there is no restiction on how many times this method could be called o
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -3190,7 +3190,7 @@ Note that there is no restiction on how many times this method could be called o protected - createMatrix(int $size, int $value) : array<string|int, array<string|int, int>> + createMatrix(int $size, int $value) : array<string|int, array<string|int, int>>
@@ -3199,15 +3199,15 @@ Note that there is no restiction on how many times this method could be called o
Parameters
- $size - : int + $size + : int
- $value - : int + $value + : int
diff --git a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html index 2d88131e2..94c50805d 100644 --- a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html +++ b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html @@ -444,7 +444,7 @@ public - __construct(Version $version, EccLevel $eccLevel) : mixed + __construct(Version $version, EccLevel $eccLevel) : mixed
@@ -453,15 +453,15 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -496,7 +496,7 @@ public - interleaveEcBytes(BitBuffer $bitBuffer) : array<string|int, int> + interleaveEcBytes(BitBuffer $bitBuffer) : array<string|int, int>
@@ -505,8 +505,8 @@
Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -559,7 +559,7 @@ private - encode(array<string|int, int> $dataBytes, int $ecByteCount) : array<string|int, int> + encode(array<string|int, int> $dataBytes, int $ecByteCount) : array<string|int, int>
@@ -568,15 +568,15 @@
Parameters
- $dataBytes - : array<string|int, int> + $dataBytes + : array<string|int, int>
- $ecByteCount - : int + $ecByteCount + : int
@@ -614,7 +614,7 @@ private - interleave(array<string|int, array<string|int, int>> $byteArray, int $maxBytes, int $numRsBlocks) : void + interleave(array<string|int, array<string|int, int>> $byteArray, int $maxBytes, int $numRsBlocks) : void
@@ -623,22 +623,22 @@
Parameters
- $byteArray - : array<string|int, array<string|int, int>> + $byteArray + : array<string|int, array<string|int, int>>
- $maxBytes - : int + $maxBytes + : int
- $numRsBlocks - : int + $numRsBlocks + : int
diff --git a/classes/chillerlan-QRCode-Decoder-Binarizer.html b/classes/chillerlan-QRCode-Decoder-Binarizer.html index edcf69748..eb841a196 100644 --- a/classes/chillerlan-QRCode-Decoder-Binarizer.html +++ b/classes/chillerlan-QRCode-Decoder-Binarizer.html @@ -658,7 +658,7 @@ on the last pixels in the row/column which are also used in the previous block). public - __construct(LuminanceSourceInterface $source) : mixed + __construct(LuminanceSourceInterface $source) : mixed
@@ -667,8 +667,8 @@ on the last pixels in the row/column which are also used in the previous block).
Parameters
- $source - : LuminanceSourceInterface + $source + : LuminanceSourceInterface
@@ -753,7 +753,7 @@ fetched using getBlackRow(), so don't mix and match between them.

private - calculateBlackPoints(int $subWidth, int $subHeight, int $width, int $height) : array<string|int, array<string|int, float>> + calculateBlackPoints(int $subWidth, int $subHeight, int $width, int $height) : array<string|int, array<string|int, float>>
@@ -764,29 +764,29 @@ fetched using getBlackRow(), so don't mix and match between them.

Parameters
- $subWidth - : int + $subWidth + : int
- $subHeight - : int + $subHeight + : int
- $width - : int + $width + : int
- $height - : int + $height + : int
@@ -842,7 +842,7 @@ on the last pixels in the row/column which are also used in the previous block). private - calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix + calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix
@@ -851,29 +851,29 @@ on the last pixels in the row/column which are also used in the previous block).
Parameters
- $subWidth - : int + $subWidth + : int
- $subHeight - : int + $subHeight + : int
- $width - : int + $width + : int
- $height - : int + $height + : int
@@ -911,7 +911,7 @@ on the last pixels in the row/column which are also used in the previous block). private - cap(int $value, int $min, int $max) : int + cap(int $value, int $min, int $max) : int
@@ -920,22 +920,22 @@ on the last pixels in the row/column which are also used in the previous block).
Parameters
- $value - : int + $value + : int
- $min - : int + $min + : int
- $max - : int + $max + : int
@@ -989,7 +989,7 @@ on the last pixels in the row/column which are also used in the previous block). private - estimateBlackPoint(array<string|int, int> $buckets) : int + estimateBlackPoint(array<string|int, int> $buckets) : int
@@ -998,8 +998,8 @@ on the last pixels in the row/column which are also used in the previous block).
Parameters
- $buckets - : array<string|int, int> + $buckets + : array<string|int, int>
@@ -1052,7 +1052,7 @@ on the last pixels in the row/column which are also used in the previous block). private - getHistogramBlackMatrix(int $width, int $height) : BitMatrix + getHistogramBlackMatrix(int $width, int $height) : BitMatrix
@@ -1061,15 +1061,15 @@ on the last pixels in the row/column which are also used in the previous block).
Parameters
- $width - : int + $width + : int
- $height - : int + $height + : int
diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index aaf606809..023a53c45 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -1934,7 +1934,7 @@ QR Code. Throws if the exact number of bytes expected is not read.
public - __construct(int $dimension) : mixed + __construct(int $dimension) : mixed
@@ -1943,8 +1943,8 @@ QR Code. Throws if the exact number of bytes expected is not read.
Parameters
- $dimension - : int + $dimension + : int
@@ -1995,7 +1995,7 @@ QR Code. Throws if the exact number of bytes expected is not read.
public - check(int $x, int $y) : bool + check(int $x, int $y) : bool
@@ -2006,15 +2006,15 @@ QR Code. Throws if the exact number of bytes expected is not read.
Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2053,7 +2053,7 @@ QR Code. Throws if the exact number of bytes expected is not read.
public - checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int + checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int
@@ -2068,23 +2068,23 @@ starting with the lowest bit for top left, going clockwise:

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int|null - = null
+ $M_TYPE + : int|null + = null
@@ -2122,7 +2122,7 @@ starting with the lowest bit for top left, going clockwise:

public - checkType(int $x, int $y, int $M_TYPE) : bool + checkType(int $x, int $y, int $M_TYPE) : bool
@@ -2134,22 +2134,22 @@ starting with the lowest bit for top left, going clockwise:

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2189,7 +2189,7 @@ returns true if a match is found, otherwise false.

public - checkTypeIn(int $x, int $y, array<string|int, int> $M_TYPES) : bool + checkTypeIn(int $x, int $y, array<string|int, int> $M_TYPES) : bool
@@ -2198,22 +2198,22 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPES - : array<string|int, int> + $M_TYPES + : array<string|int, int>
@@ -2252,7 +2252,7 @@ returns true if a match is found, otherwise false.

public - flip(int $x, int $y) : static + flip(int $x, int $y) : static
@@ -2261,15 +2261,15 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2308,7 +2308,7 @@ returns true if a match is found, otherwise false.

public - get(int $x, int $y) : int + get(int $x, int $y) : int
@@ -2317,15 +2317,15 @@ returns true if a match is found, otherwise false.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2696,7 +2696,7 @@ returns true if a match is found, otherwise false.

public - isDark(int $M_TYPE) : bool + isDark(int $M_TYPE) : bool
@@ -2705,8 +2705,8 @@ returns true if a match is found, otherwise false.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2745,7 +2745,7 @@ returns true if a match is found, otherwise false.

public - mask(MaskPattern $maskPattern) : static + mask(MaskPattern $maskPattern) : static
@@ -2756,8 +2756,8 @@ returns true if a match is found, otherwise false.

Parameters
- $maskPattern - : MaskPattern + $maskPattern + : MaskPattern
@@ -2969,7 +2969,7 @@ QR Code. Throws if the exact number of bytes expected is not read.

public - set(int $x, int $y, bool $value, int $M_TYPE) : static + set(int $x, int $y, bool $value, int $M_TYPE) : static
@@ -2981,29 +2981,29 @@ false => $M_TYPE

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $value - : bool + $value + : bool
- $M_TYPE - : int + $M_TYPE + : int
@@ -3083,7 +3083,7 @@ false => $M_TYPE

public - setArea(int $startX, int $startY, int $width, int $height, bool $value, int $M_TYPE) : static + setArea(int $startX, int $startY, int $width, int $height, bool $value, int $M_TYPE) : static
@@ -3092,43 +3092,43 @@ false => $M_TYPE

Parameters
- $startX - : int + $startX + : int
- $startY - : int + $startY + : int
- $width - : int + $width + : int
- $height - : int + $height + : int
- $value - : bool + $value + : bool
- $M_TYPE - : int + $M_TYPE + : int
@@ -3249,7 +3249,7 @@ false => $M_TYPE

public - setFormatInfo([MaskPattern|null $maskPattern = null ]) : static + setFormatInfo([MaskPattern|null $maskPattern = null ]) : static
@@ -3260,9 +3260,9 @@ false => $M_TYPE

Parameters
- $maskPattern - : MaskPattern|null - = null
+ $maskPattern + : MaskPattern|null + = null
@@ -3300,7 +3300,7 @@ false => $M_TYPE

public - setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static + setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static
@@ -3309,30 +3309,30 @@ false => $M_TYPE

Parameters
- $width - : int + $width + : int
- $height - : int|null - = null
+ $height + : int|null + = null
- $startX - : int|null - = null
+ $startX + : int|null + = null
- $startY - : int|null - = null
+ $startY + : int|null + = null
@@ -3392,7 +3392,7 @@ false => $M_TYPE

public - setQuietZone([int|null $quietZoneSize = null ]) : static + setQuietZone([int|null $quietZoneSize = null ]) : static
@@ -3401,9 +3401,9 @@ false => $M_TYPE

Parameters
- $quietZoneSize - : int|null - = null
+ $quietZoneSize + : int|null + = null
@@ -3586,7 +3586,7 @@ false => $M_TYPE

public - writeCodewords(BitBuffer $bitBuffer) : static + writeCodewords(BitBuffer $bitBuffer) : static
@@ -3595,8 +3595,8 @@ false => $M_TYPE

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -3635,7 +3635,7 @@ false => $M_TYPE

protected - createMatrix(int $size, int $value) : array<string|int, array<string|int, int>> + createMatrix(int $size, int $value) : array<string|int, array<string|int, int>>
@@ -3644,15 +3644,15 @@ false => $M_TYPE

Parameters
- $size - : int + $size + : int
- $value - : int + $value + : int
@@ -3690,7 +3690,7 @@ false => $M_TYPE

private - copyVersionBit(int $i, int $j, int $versionBits) : int + copyVersionBit(int $i, int $j, int $versionBits) : int
@@ -3699,22 +3699,22 @@ false => $M_TYPE

Parameters
- $i - : int + $i + : int
- $j - : int + $j + : int
- $versionBits - : int + $versionBits + : int
@@ -3753,7 +3753,7 @@ false => $M_TYPE

private - decodeVersionInformation(int $versionBits) : Version|null + decodeVersionInformation(int $versionBits) : Version|null
@@ -3762,8 +3762,8 @@ false => $M_TYPE

Parameters
- $versionBits - : int + $versionBits + : int
@@ -3802,7 +3802,7 @@ false => $M_TYPE

private - doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : int|null + doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : int|null
@@ -3811,15 +3811,15 @@ false => $M_TYPE

Parameters
- $maskedFormatInfo1 - : int + $maskedFormatInfo1 + : int
- $maskedFormatInfo2 - : int + $maskedFormatInfo2 + : int
@@ -3857,7 +3857,7 @@ false => $M_TYPE

private - numBitsDiffering(int $a, int $b) : int + numBitsDiffering(int $a, int $b) : int
@@ -3866,15 +3866,15 @@ false => $M_TYPE

Parameters
- $a - : int + $a + : int
- $b - : int + $b + : int
@@ -4033,7 +4033,7 @@ false => $M_TYPE

private - uRShift(int $a, int $b) : int + uRShift(int $a, int $b) : int
@@ -4042,15 +4042,15 @@ false => $M_TYPE

Parameters
- $a - : int + $a + : int
- $b - : int + $b + : int
diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index cad6dabcb..bfde5dfa7 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -553,7 +553,7 @@ the QR Code from an image.

public - __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed + __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed
@@ -562,9 +562,9 @@ the QR Code from an image.

Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + = new QROptions()
@@ -598,7 +598,7 @@ the QR Code from an image.

public - decode(LuminanceSourceInterface $source) : DecoderResult + decode(LuminanceSourceInterface $source) : DecoderResult
@@ -609,8 +609,8 @@ the QR Code from an image.

Parameters
- $source - : LuminanceSourceInterface + $source + : LuminanceSourceInterface
@@ -663,7 +663,7 @@ the QR Code from an image.

private - decodeAlphanumSegment(int $versionNumber, bool $fc1InEffect) : string + decodeAlphanumSegment(int $versionNumber, bool $fc1InEffect) : string
@@ -672,15 +672,15 @@ the QR Code from an image.

Parameters
- $versionNumber - : int + $versionNumber + : int
- $fc1InEffect - : bool + $fc1InEffect + : bool
@@ -719,7 +719,7 @@ the QR Code from an image.

private - decodeBitStream(BitBuffer $bitBuffer) : DecoderResult + decodeBitStream(BitBuffer $bitBuffer) : DecoderResult
@@ -728,8 +728,8 @@ the QR Code from an image.

Parameters
- $bitBuffer - : BitBuffer + $bitBuffer + : BitBuffer
@@ -782,7 +782,7 @@ the QR Code from an image.

private - decodeMatrix(BitMatrix $matrix) : DecoderResult + decodeMatrix(BitMatrix $matrix) : DecoderResult
@@ -791,8 +791,8 @@ the QR Code from an image.

Parameters
- $matrix - : BitMatrix + $matrix + : BitMatrix
diff --git a/classes/chillerlan-QRCode-Decoder-DecoderResult.html b/classes/chillerlan-QRCode-Decoder-DecoderResult.html index fb93cc5a0..c62644c2e 100644 --- a/classes/chillerlan-QRCode-Decoder-DecoderResult.html +++ b/classes/chillerlan-QRCode-Decoder-DecoderResult.html @@ -609,7 +609,7 @@ as well as a String interpretation of those bytes, if applicable.

public - __construct([iterable<string|int, mixed>|null $properties = null ]) : mixed + __construct([iterable<string|int, mixed>|null $properties = null ]) : mixed
@@ -618,9 +618,9 @@ as well as a String interpretation of those bytes, if applicable.

Parameters
- $properties - : iterable<string|int, mixed>|null - = null
+ $properties + : iterable<string|int, mixed>|null + = null
@@ -669,7 +669,7 @@ as well as a String interpretation of those bytes, if applicable.

public - __get(string $property) : mixed + __get(string $property) : mixed
@@ -678,8 +678,8 @@ as well as a String interpretation of those bytes, if applicable.

Parameters
- $property - : string + $property + : string
diff --git a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html index eec760a44..37cb36e61 100644 --- a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html @@ -418,7 +418,7 @@ in the input.
public - __construct(Version $version, EccLevel $eccLevel) : mixed + __construct(Version $version, EccLevel $eccLevel) : mixed
@@ -427,15 +427,15 @@ in the input.
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -470,7 +470,7 @@ in the input.
public - decode(array<string|int, int> $rawCodewords) : BitBuffer + decode(array<string|int, int> $rawCodewords) : BitBuffer
@@ -479,8 +479,8 @@ in the input.
Parameters
- $rawCodewords - : array<string|int, int> + $rawCodewords + : array<string|int, int>
@@ -520,7 +520,7 @@ correct the errors in-place using Reed-Solomon error correction.

private - correctErrors(array<string|int, int> $codewordBytes, int $numDataCodewords) : array<string|int, int> + correctErrors(array<string|int, int> $codewordBytes, int $numDataCodewords) : array<string|int, int>
@@ -529,15 +529,15 @@ correct the errors in-place using Reed-Solomon error correction.

Parameters
- $codewordBytes - : array<string|int, int> + $codewordBytes + : array<string|int, int>
- $numDataCodewords - : int + $numDataCodewords + : int
@@ -578,7 +578,7 @@ in the input.

private - decodeWords(array<string|int, int> $received, int $numEccCodewords) : array<string|int, int> + decodeWords(array<string|int, int> $received, int $numEccCodewords) : array<string|int, int>
@@ -587,8 +587,8 @@ in the input.

Parameters
- $received - : array<string|int, int> + $received + : array<string|int, int>

data and error-correction codewords

@@ -596,8 +596,8 @@ in the input.

- $numEccCodewords - : int + $numEccCodewords + : int

number of error-correction codewords available

@@ -655,7 +655,7 @@ in the input.

private - deinterleaveRawBytes(array<string|int, int> $rawCodewords) : array<string|int, mixed> + deinterleaveRawBytes(array<string|int, int> $rawCodewords) : array<string|int, mixed>
@@ -667,8 +667,8 @@ method will separate the data into original blocks.

Parameters
- $rawCodewords - : array<string|int, int> + $rawCodewords + : array<string|int, int>
@@ -721,7 +721,7 @@ method will separate the data into original blocks.

private - findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, int> + findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, int>
@@ -730,8 +730,8 @@ method will separate the data into original blocks.

Parameters
- $errorLocator - : GenericGFPoly + $errorLocator + : GenericGFPoly
@@ -784,7 +784,7 @@ method will separate the data into original blocks.

private - findErrorMagnitudes(GenericGFPoly $errorEvaluator, array<string|int, int> $errorLocations) : array<string|int, int> + findErrorMagnitudes(GenericGFPoly $errorEvaluator, array<string|int, int> $errorLocations) : array<string|int, int>
@@ -793,15 +793,15 @@ method will separate the data into original blocks.

Parameters
- $errorEvaluator - : GenericGFPoly + $errorEvaluator + : GenericGFPoly
- $errorLocations - : array<string|int, int> + $errorLocations + : array<string|int, int>
@@ -839,7 +839,7 @@ method will separate the data into original blocks.

private - runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $z) : array<string|int, GenericGFPoly> + runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $z) : array<string|int, GenericGFPoly>
@@ -848,22 +848,22 @@ method will separate the data into original blocks.

Parameters
- $a - : GenericGFPoly + $a + : GenericGFPoly
- $b - : GenericGFPoly + $b + : GenericGFPoly
- $z - : int + $z + : int
diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html index 491955c04..0c257db75 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html @@ -419,7 +419,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the public - __construct(float $x, float $y, float $estimatedModuleSize) : mixed + __construct(float $x, float $y, float $estimatedModuleSize) : mixed
@@ -428,22 +428,22 @@ with a new estimate. It returns a new FinderPattern containing an average of the
Parameters
- $x - : float + $x + : float
- $y - : float + $y + : float
- $estimatedModuleSize - : float + $estimatedModuleSize + : float
@@ -479,7 +479,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
@@ -488,22 +488,22 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
Parameters
- $moduleSize - : float + $moduleSize + : float
- $i - : float + $i + : float
- $j - : float + $j + : float
@@ -543,7 +543,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the public - combineEstimate(float $i, float $j, float $newModuleSize) : static + combineEstimate(float $i, float $j, float $newModuleSize) : static
@@ -552,22 +552,22 @@ with a new estimate. It returns a new FinderPattern containing an average of the
Parameters
- $i - : float + $i + : float
- $j - : float + $j + : float
- $newModuleSize - : float + $newModuleSize + : float
diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html index 7f8e20b19..1c139d4b6 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html @@ -431,7 +431,7 @@ found the alignment pattern.
public - __construct(BitMatrix $matrix, float $moduleSize) : mixed + __construct(BitMatrix $matrix, float $moduleSize) : mixed
@@ -440,8 +440,8 @@ found the alignment pattern.
Parameters
- $matrix - : BitMatrix + $matrix + : BitMatrix

image to search

@@ -449,8 +449,8 @@ found the alignment pattern.
- $moduleSize - : float + $moduleSize + : float

estimated module size so far

@@ -488,7 +488,7 @@ it's pretty performance-critical and so is written to be fast foremost.

public - find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null + find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null
@@ -497,8 +497,8 @@ it's pretty performance-critical and so is written to be fast foremost.

Parameters
- $startX - : int + $startX + : int

left column from which to start searching

@@ -506,8 +506,8 @@ it's pretty performance-critical and so is written to be fast foremost.

- $startY - : int + $startY + : int

top row from which to start searching

@@ -515,8 +515,8 @@ it's pretty performance-critical and so is written to be fast foremost.

- $width - : int + $width + : int

width of region to search

@@ -524,8 +524,8 @@ it's pretty performance-critical and so is written to be fast foremost.

- $height - : int + $height + : int

height of region to search

@@ -567,7 +567,7 @@ figures the location of the center of this black/white/black run.

private - centerFromEnd(array<string|int, int> $stateCount, int $end) : float + centerFromEnd(array<string|int, int> $stateCount, int $end) : float
@@ -576,15 +576,15 @@ figures the location of the center of this black/white/black run.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>
- $end - : int + $end + : int
@@ -625,7 +625,7 @@ alignment pattern to see if the same proportion is detected.

private - crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
@@ -640,29 +640,29 @@ observed in any reading state, based on the results of the horizontal scan

Parameters
- $startI - : int + $startI + : int
- $centerJ - : int + $centerJ + : int
- $maxCount - : int + $maxCount + : int
- $originalStateCountTotal - : int + $originalStateCountTotal + : int
@@ -700,7 +700,7 @@ observed in any reading state, based on the results of the horizontal scan

private - foundPatternCross(array<string|int, int> $stateCount) : bool + foundPatternCross(array<string|int, int> $stateCount) : bool
@@ -709,8 +709,8 @@ observed in any reading state, based on the results of the horizontal scan

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>

count of black/white/black pixels just read

@@ -759,7 +759,7 @@ found the alignment pattern.

private - handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : AlignmentPattern|null + handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : AlignmentPattern|null
@@ -768,8 +768,8 @@ found the alignment pattern.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>

reading state module counts from horizontal scan

@@ -777,8 +777,8 @@ found the alignment pattern.

- $i - : int + $i + : int

row where alignment pattern may be found

@@ -786,8 +786,8 @@ found the alignment pattern.

- $j - : int + $j + : int

end of possible alignment pattern in row

diff --git a/classes/chillerlan-QRCode-Detector-Detector.html b/classes/chillerlan-QRCode-Detector-Detector.html index 9ca6ee06d..c16cea12f 100644 --- a/classes/chillerlan-QRCode-Detector-Detector.html +++ b/classes/chillerlan-QRCode-Detector-Detector.html @@ -409,7 +409,7 @@ of another po$(another finder pattern center), and in the opposite direction too public - __construct(LuminanceSourceInterface $source) : mixed + __construct(LuminanceSourceInterface $source) : mixed
@@ -418,8 +418,8 @@ of another po$(another finder pattern center), and in the opposite direction too
Parameters
- $source - : LuminanceSourceInterface + $source + : LuminanceSourceInterface
@@ -532,7 +532,7 @@ of the three finder patterns.

private - calculateModuleSize(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft) : float + calculateModuleSize(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft) : float
@@ -541,22 +541,22 @@ of the three finder patterns.

Parameters
- $topLeft - : FinderPattern + $topLeft + : FinderPattern
- $topRight - : FinderPattern + $topRight + : FinderPattern
- $bottomLeft - : FinderPattern + $bottomLeft + : FinderPattern
@@ -612,7 +612,7 @@ width of each, measuring along the axis between their centers.

private - calculateModuleSizeOneWay(FinderPattern $a, FinderPattern $b) : float + calculateModuleSizeOneWay(FinderPattern $a, FinderPattern $b) : float
@@ -621,15 +621,15 @@ width of each, measuring along the axis between their centers.

Parameters
- $a - : FinderPattern + $a + : FinderPattern
- $b - : FinderPattern + $b + : FinderPattern
@@ -669,7 +669,7 @@ of the finder patterns and estimated module size.

private - computeDimension(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, float $size) : int + computeDimension(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, float $size) : int
@@ -678,29 +678,29 @@ of the finder patterns and estimated module size.

Parameters
- $nw - : FinderPattern + $nw + : FinderPattern
- $ne - : FinderPattern + $ne + : FinderPattern
- $sw - : FinderPattern + $sw + : FinderPattern
- $size - : float + $size + : float
@@ -753,7 +753,7 @@ of the finder patterns and estimated module size.

private - createTransform(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, int $size[, AlignmentPattern|null $ap = null ]) : PerspectiveTransform + createTransform(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, int $size[, AlignmentPattern|null $ap = null ]) : PerspectiveTransform
@@ -762,37 +762,37 @@ of the finder patterns and estimated module size.

Parameters
- $nw - : FinderPattern + $nw + : FinderPattern
- $ne - : FinderPattern + $ne + : FinderPattern
- $sw - : FinderPattern + $sw + : FinderPattern
- $size - : int + $size + : int
- $ap - : AlignmentPattern|null - = null
+ $ap + : AlignmentPattern|null + = null
@@ -831,7 +831,7 @@ guessed to contain it.

private - findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null + findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null
@@ -840,8 +840,8 @@ guessed to contain it.

Parameters
- $overallEstModuleSize - : float + $overallEstModuleSize + : float

estimated module size so far

@@ -849,8 +849,8 @@ guessed to contain it.

- $estAlignmentX - : int + $estAlignmentX + : int

x coordinate of center of area probably containing alignment pattern

@@ -858,8 +858,8 @@ guessed to contain it.

- $estAlignmentY - : int + $estAlignmentY + : int

y coordinate of above

@@ -867,8 +867,8 @@ guessed to contain it.

- $allowanceFactor - : float + $allowanceFactor + : float

number of pixels in all directions to search from the center

@@ -913,7 +913,7 @@ guessed to contain it.

private - sizeOfBlackWhiteBlackRun(int $fromX, int $fromY, int $toX, int $toY) : float + sizeOfBlackWhiteBlackRun(int $fromX, int $fromY, int $toX, int $toY) : float
@@ -927,29 +927,29 @@ may be skewed or rotated.

Parameters
- $fromX - : int + $fromX + : int
- $fromY - : int + $fromY + : int
- $toX - : int + $toX + : int
- $toY - : int + $toY + : int
@@ -990,7 +990,7 @@ of another po$(another finder pattern center), and in the opposite direction too private - sizeOfBlackWhiteBlackRunBothWays(float $fromX, float $fromY, float $toX, float $toY) : float + sizeOfBlackWhiteBlackRunBothWays(float $fromX, float $fromY, float $toX, float $toY) : float
@@ -999,29 +999,29 @@ of another po$(another finder pattern center), and in the opposite direction too
Parameters
- $fromX - : float + $fromX + : float
- $fromY - : float + $fromY + : float
- $toX - : float + $toX + : float
- $toY - : float + $toY + : float
diff --git a/classes/chillerlan-QRCode-Detector-FinderPattern.html b/classes/chillerlan-QRCode-Detector-FinderPattern.html index d054d1e11..4e94a894e 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPattern.html +++ b/classes/chillerlan-QRCode-Detector-FinderPattern.html @@ -495,7 +495,7 @@ based on count.
public - __construct(float $posX, float $posY, float $estimatedModuleSize[, int|null $count = null ]) : mixed + __construct(float $posX, float $posY, float $estimatedModuleSize[, int|null $count = null ]) : mixed
@@ -504,30 +504,30 @@ based on count.
Parameters
- $posX - : float + $posX + : float
- $posY - : float + $posY + : float
- $estimatedModuleSize - : float + $estimatedModuleSize + : float
- $count - : int|null - = null
+ $count + : int|null + = null
@@ -562,7 +562,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
@@ -571,22 +571,22 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
Parameters
- $moduleSize - : float + $moduleSize + : float
- $i - : float + $i + : float
- $j - : float + $j + : float
@@ -627,7 +627,7 @@ based on count.

public - combineEstimate(float $i, float $j, float $newModuleSize) : static + combineEstimate(float $i, float $j, float $newModuleSize) : static
@@ -636,22 +636,22 @@ based on count.

Parameters
- $i - : float + $i + : float
- $j - : float + $j + : float
- $newModuleSize - : float + $newModuleSize + : float
@@ -689,7 +689,7 @@ based on count.

public - static distance(float $aX, float $aY, float $bX, float $bY) : float + static distance(float $aX, float $aY, float $bX, float $bY) : float
@@ -698,29 +698,29 @@ based on count.

Parameters
- $aX - : float + $aX + : float
- $aY - : float + $aY + : float
- $bX - : float + $bX + : float
- $bY - : float + $bY + : float
@@ -796,7 +796,7 @@ based on count.

public - getDistance(FinderPattern $b) : float + getDistance(FinderPattern $b) : float
@@ -805,8 +805,8 @@ based on count.

Parameters
- $b - : FinderPattern + $b + : FinderPattern

second pattern

@@ -889,7 +889,7 @@ based on count.

public - getSquaredDistance(FinderPattern $b) : float + getSquaredDistance(FinderPattern $b) : float
@@ -898,8 +898,8 @@ based on count.

Parameters
- $b - : FinderPattern + $b + : FinderPattern
@@ -1013,7 +1013,7 @@ based on count.

private - static squaredDistance(float $aX, float $aY, float $bX, float $bY) : float + static squaredDistance(float $aX, float $aY, float $bX, float $bY) : float
@@ -1022,29 +1022,29 @@ based on count.

Parameters
- $aX - : float + $aX + : float
- $aY - : float + $aY + : float
- $bX - : float + $bX + : float
- $bY - : float + $bY + : float
diff --git a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html index 91567c2a5..2dfd67613 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html @@ -622,7 +622,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees public - __construct(BitMatrix $matrix) : mixed + __construct(BitMatrix $matrix) : mixed
@@ -631,8 +631,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
Parameters
- $matrix - : BitMatrix + $matrix + : BitMatrix

image to search

@@ -708,7 +708,7 @@ figures the location of the center of this run.

private - centerFromEnd(array<string|int, int> $stateCount, int $end) : float + centerFromEnd(array<string|int, int> $stateCount, int $end) : float
@@ -717,15 +717,15 @@ figures the location of the center of this run.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>
- $end - : int + $end + : int
@@ -766,7 +766,7 @@ finder pattern to see if the same proportion is detected.

private - crossCheckDiagonal(int $centerI, int $centerJ) : bool + crossCheckDiagonal(int $centerI, int $centerJ) : bool
@@ -775,8 +775,8 @@ finder pattern to see if the same proportion is detected.

Parameters
- $centerI - : int + $centerI + : int

row where a finder pattern was detected

@@ -784,8 +784,8 @@ finder pattern to see if the same proportion is detected.

- $centerJ - : int + $centerJ + : int

center of the section that appears to cross a finder pattern

@@ -832,7 +832,7 @@ check a vertical cross-check and locate the real center of the alignment pattern private - crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null
@@ -841,29 +841,29 @@ check a vertical cross-check and locate the real center of the alignment pattern
Parameters
- $startJ - : int + $startJ + : int
- $centerI - : int + $centerI + : int
- $maxCount - : int + $maxCount + : int
- $originalStateCountTotal - : int + $originalStateCountTotal + : int
@@ -920,7 +920,7 @@ finder pattern to see if the same proportion is detected.

private - crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
@@ -936,29 +936,29 @@ $originalStateCountTotal

Parameters
- $startI - : int + $startI + : int
- $centerJ - : int + $centerJ + : int
- $maxCount - : int + $maxCount + : int
- $originalStateCountTotal - : int + $originalStateCountTotal + : int
@@ -1013,7 +1013,7 @@ $originalStateCountTotal

private - crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float + crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float
@@ -1022,22 +1022,22 @@ $originalStateCountTotal

Parameters
- $pointA - : FinderPattern + $pointA + : FinderPattern
- $pointB - : FinderPattern + $pointB + : FinderPattern
- $pointC - : FinderPattern + $pointC + : FinderPattern
@@ -1075,7 +1075,7 @@ $originalStateCountTotal

private - doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int> + doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int>
@@ -1084,8 +1084,8 @@ $originalStateCountTotal

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>
@@ -1168,7 +1168,7 @@ down in the image.

private - foundPatternCross(array<string|int, int> $stateCount) : bool + foundPatternCross(array<string|int, int> $stateCount) : bool
@@ -1177,8 +1177,8 @@ down in the image.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>
@@ -1216,7 +1216,7 @@ down in the image.

private - foundPatternDiagonal(array<string|int, int> $stateCount) : bool + foundPatternDiagonal(array<string|int, int> $stateCount) : bool
@@ -1225,8 +1225,8 @@ down in the image.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>
@@ -1264,7 +1264,7 @@ down in the image.

private - foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool + foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool
@@ -1273,8 +1273,8 @@ down in the image.

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>

count of black/white/black/white/black pixels just read

@@ -1282,8 +1282,8 @@ down in the image.

- $variance - : float + $variance + : float
@@ -1368,7 +1368,7 @@ center of the pattern in cases of extreme skew.

private - handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : bool + handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : bool
@@ -1383,8 +1383,8 @@ pattern center

Parameters
- $stateCount - : array<string|int, int> + $stateCount + : array<string|int, int>

reading state module counts from horizontal scan

@@ -1392,8 +1392,8 @@ pattern center

- $i - : int + $i + : int

row where finder pattern may be found

@@ -1401,8 +1401,8 @@ pattern center

- $j - : int + $j + : int

end of possible finder pattern in row

@@ -1492,7 +1492,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees private - orderBestPatterns(array<string|int, FinderPattern$patterns) : array<string|int, FinderPattern> + orderBestPatterns(array<string|int, FinderPattern$patterns) : array<string|int, FinderPattern>
@@ -1501,8 +1501,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
Parameters
- $patterns - : array<string|int, FinderPattern> + $patterns + : array<string|int, FinderPattern>

array of three FinderPattern to order

diff --git a/classes/chillerlan-QRCode-Detector-GridSampler.html b/classes/chillerlan-QRCode-Detector-GridSampler.html index 70c2ec273..e16f95b74 100644 --- a/classes/chillerlan-QRCode-Detector-GridSampler.html +++ b/classes/chillerlan-QRCode-Detector-GridSampler.html @@ -317,7 +317,7 @@ image space.

public - sampleGrid(BitMatrix $matrix, int $dimension, PerspectiveTransform $transform) : BitMatrix + sampleGrid(BitMatrix $matrix, int $dimension, PerspectiveTransform $transform) : BitMatrix
@@ -326,22 +326,22 @@ image space.

Parameters
- $matrix - : BitMatrix + $matrix + : BitMatrix
- $dimension - : int + $dimension + : int
- $transform - : PerspectiveTransform + $transform + : PerspectiveTransform
@@ -404,7 +404,7 @@ the image's dimensions to see if the point are even within the image.

private - checkAndNudgePoints(int $dimension) : void + checkAndNudgePoints(int $dimension) : void
@@ -419,8 +419,8 @@ to be within the image. Because the set of points are assumed to be linear, this
Parameters
- $dimension - : int + $dimension + : int

matrix width/height

diff --git a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html index dc189de1d..accb63183 100644 --- a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html +++ b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html @@ -677,7 +677,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping public - quadrilateralToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3, float $x0p, float $y0p, float $x1p, float $y1p, float $x2p, float $y2p, float $x3p, float $y3p) : self + quadrilateralToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3, float $x0p, float $y0p, float $x1p, float $y1p, float $x2p, float $y2p, float $x3p, float $y3p) : self
@@ -686,113 +686,113 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $x0 - : float + $x0 + : float
- $y0 - : float + $y0 + : float
- $x1 - : float + $x1 + : float
- $y1 - : float + $y1 + : float
- $x2 - : float + $x2 + : float
- $y2 - : float + $y2 + : float
- $x3 - : float + $x3 + : float
- $y3 - : float + $y3 + : float
- $x0p - : float + $x0p + : float
- $y0p - : float + $y0p + : float
- $x1p - : float + $x1p + : float
- $y1p - : float + $y1p + : float
- $x2p - : float + $x2p + : float
- $y2p - : float + $y2p + : float
- $x3p - : float + $x3p + : float
- $y3p - : float + $y3p + : float
@@ -830,7 +830,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping public - transformPoints(array<string|int, float> $xValues[, array<string|int, float>|null $yValues = null ]) : array<string|int, array<string|int, float>> + transformPoints(array<string|int, float> $xValues[, array<string|int, float>|null $yValues = null ]) : array<string|int, array<string|int, float>>
@@ -839,16 +839,16 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $xValues - : array<string|int, float> + $xValues + : array<string|int, float>
- $yValues - : array<string|int, float>|null - = null
+ $yValues + : array<string|int, float>|null + = null
@@ -927,7 +927,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping private - quadrilateralToSquare(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self + quadrilateralToSquare(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
@@ -936,57 +936,57 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $x0 - : float + $x0 + : float
- $y0 - : float + $y0 + : float
- $x1 - : float + $x1 + : float
- $y1 - : float + $y1 + : float
- $x2 - : float + $x2 + : float
- $y2 - : float + $y2 + : float
- $x3 - : float + $x3 + : float
- $y3 - : float + $y3 + : float
@@ -1024,7 +1024,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping private - set(float $a11, float $a21, float $a31, float $a12, float $a22, float $a32, float $a13, float $a23, float $a33) : self + set(float $a11, float $a21, float $a31, float $a12, float $a22, float $a32, float $a13, float $a23, float $a33) : self
@@ -1033,64 +1033,64 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $a11 - : float + $a11 + : float
- $a21 - : float + $a21 + : float
- $a31 - : float + $a31 + : float
- $a12 - : float + $a12 + : float
- $a22 - : float + $a22 + : float
- $a32 - : float + $a32 + : float
- $a13 - : float + $a13 + : float
- $a23 - : float + $a23 + : float
- $a33 - : float + $a33 + : float
@@ -1128,7 +1128,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping private - squareToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self + squareToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
@@ -1137,57 +1137,57 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $x0 - : float + $x0 + : float
- $y0 - : float + $y0 + : float
- $x1 - : float + $x1 + : float
- $y1 - : float + $y1 + : float
- $x2 - : float + $x2 + : float
- $y2 - : float + $y2 + : float
- $x3 - : float + $x3 + : float
- $y3 - : float + $y3 + : float
@@ -1225,7 +1225,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping private - times(PerspectiveTransform $other) : self + times(PerspectiveTransform $other) : self
@@ -1234,8 +1234,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
Parameters
- $other - : PerspectiveTransform + $other + : PerspectiveTransform
diff --git a/classes/chillerlan-QRCode-Detector-ResultPoint.html b/classes/chillerlan-QRCode-Detector-ResultPoint.html index 865685d9b..26a2b2006 100644 --- a/classes/chillerlan-QRCode-Detector-ResultPoint.html +++ b/classes/chillerlan-QRCode-Detector-ResultPoint.html @@ -408,7 +408,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - __construct(float $x, float $y, float $estimatedModuleSize) : mixed + __construct(float $x, float $y, float $estimatedModuleSize) : mixed
@@ -417,22 +417,22 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
Parameters
- $x - : float + $x + : float
- $y - : float + $y + : float
- $estimatedModuleSize - : float + $estimatedModuleSize + : float
@@ -468,7 +468,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
@@ -477,22 +477,22 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
Parameters
- $moduleSize - : float + $moduleSize + : float
- $i - : float + $i + : float
- $j - : float + $j + : float
diff --git a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html index 940755102..68416b77a 100644 --- a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html @@ -224,7 +224,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -235,8 +235,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -299,7 +299,7 @@ note: css4 colors are not included

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -308,8 +308,8 @@ note: css4 colors are not included

Parameters
- $isDark - : bool + $isDark + : bool
@@ -348,7 +348,7 @@ note: css4 colors are not included

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -357,8 +357,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 9588e4d95..19fb3c0ea 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -1219,7 +1219,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1228,15 +1228,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1271,7 +1271,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1284,9 +1284,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1324,7 +1324,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(mixed $value) : bool + static moduleValueIsValid(mixed $value) : bool
@@ -1333,8 +1333,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : mixed + $value + : mixed
@@ -1466,7 +1466,7 @@ in long loops for a significant performance increase.

protected - formatColor(array<string|int, float> $values) : string + formatColor(array<string|int, float> $values) : string
@@ -1477,8 +1477,8 @@ in long loops for a significant performance increase.

Parameters
- $values - : array<string|int, float> + $values + : array<string|int, float>
@@ -1532,7 +1532,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1541,8 +1541,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1581,7 +1581,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1590,8 +1590,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1643,7 +1643,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1652,15 +1652,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1736,7 +1736,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1745,8 +1745,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : string|null + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : string|null
@@ -1848,29 +1848,29 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1948,7 +1948,7 @@ in long loops for a significant performance increase.

protected - prepareModuleValue(mixed $value) : string + prepareModuleValue(mixed $value) : string
@@ -1957,8 +1957,8 @@ in long loops for a significant performance increase.

Parameters
- $value - : mixed + $value + : mixed
@@ -1997,7 +1997,7 @@ in long loops for a significant performance increase.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2006,16 +2006,16 @@ in long loops for a significant performance increase.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2152,7 +2152,7 @@ in long loops for a significant performance increase.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2164,16 +2164,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index d3bdd6d6b..a36d29929 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -1285,7 +1285,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1294,15 +1294,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1352,7 +1352,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ][, FPDF|null $fpdf = null ]) : string|FPDF + dump([string|null $file = null ][, FPDF|null $fpdf = null ]) : string|FPDF
@@ -1365,16 +1365,16 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
- $fpdf - : FPDF|null - = null
+ $fpdf + : FPDF|null + = null
@@ -1412,7 +1412,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1421,8 +1421,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1554,7 +1554,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : array<string|int, int> + getDefaultModuleValue(bool $isDark) : array<string|int, int>
@@ -1563,8 +1563,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1603,7 +1603,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1612,8 +1612,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1665,7 +1665,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1674,15 +1674,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1758,7 +1758,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1767,8 +1767,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1861,7 +1861,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -1870,22 +1870,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -1920,7 +1920,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1936,29 +1936,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2008,7 +2008,7 @@ It must return null for an empty value.

protected - prepareModuleValue(array<string|int, int> $value) : array<string|int, int> + prepareModuleValue(array<string|int, int> $value) : array<string|int, int>
@@ -2017,8 +2017,8 @@ It must return null for an empty value.

Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -2072,7 +2072,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2081,16 +2081,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2227,7 +2227,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2239,16 +2239,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index f2292438e..6ab835faa 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -1380,7 +1380,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1389,15 +1389,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1456,7 +1456,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1465,9 +1465,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1527,7 +1527,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1536,8 +1536,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1879,7 +1879,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1888,8 +1888,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1937,8 +1937,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1990,7 +1990,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1999,15 +1999,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2122,7 +2122,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2131,8 +2131,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2186,7 +2186,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2195,22 +2195,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2245,7 +2245,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2261,29 +2261,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2333,7 +2333,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2342,8 +2342,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2454,7 +2454,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2463,16 +2463,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2683,7 +2683,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2695,16 +2695,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index 4d4bd34de..00935dd28 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index 44230ee46..1179eb2bb 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index e2a9aaa47..175561678 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index 46afdc556..7ccd3b7f9 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index 4808db041..5719c9416 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index a705d4f6f..8c4e0398d 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -1417,7 +1417,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1426,15 +1426,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1493,7 +1493,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1502,9 +1502,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1564,7 +1564,7 @@ in long loops for a significant performance increase.
public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -1573,8 +1573,8 @@ in long loops for a significant performance increase.
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -1916,7 +1916,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : int + getDefaultModuleValue(bool $isDark) : int
@@ -1925,8 +1925,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1965,7 +1965,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1974,8 +1974,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -2027,7 +2027,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -2036,15 +2036,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -2159,7 +2159,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -2168,8 +2168,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2223,7 +2223,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -2232,22 +2232,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2282,7 +2282,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2298,29 +2298,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2370,7 +2370,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : int + prepareModuleValue(mixed $value) : int
@@ -2379,8 +2379,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2491,7 +2491,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2500,16 +2500,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2720,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2732,16 +2732,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 2de75270c..63dac2917 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -1302,7 +1302,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1311,15 +1311,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1376,7 +1376,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|Imagick + dump([string|null $file = null ]) : string|Imagick
@@ -1389,9 +1389,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1429,7 +1429,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(mixed $value) : bool + static moduleValueIsValid(mixed $value) : bool
@@ -1438,8 +1438,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : mixed + $value + : mixed
@@ -1667,7 +1667,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : ImagickPixel + getDefaultModuleValue(bool $isDark) : ImagickPixel
@@ -1676,8 +1676,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1716,7 +1716,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1725,8 +1725,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1778,7 +1778,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1787,15 +1787,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1871,7 +1871,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1880,8 +1880,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1935,7 +1935,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -1944,22 +1944,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -1994,7 +1994,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2010,29 +2010,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2082,7 +2082,7 @@ It must return null for an empty value.

protected - prepareModuleValue(mixed $value) : ImagickPixel + prepareModuleValue(mixed $value) : ImagickPixel
@@ -2091,8 +2091,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -2131,7 +2131,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2140,16 +2140,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2356,7 +2356,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2368,16 +2368,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index 3a5ca5c61..a98ac81c1 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -1282,7 +1282,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1291,15 +1291,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1349,7 +1349,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string|ImageInterface + dump([string|null $file = null ]) : string|ImageInterface
@@ -1362,9 +1362,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1403,7 +1403,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -1414,8 +1414,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -1478,7 +1478,7 @@ note: css4 colors are not included

public - setDriver(DriverInterface $driver) : static + setDriver(DriverInterface $driver) : static
@@ -1487,8 +1487,8 @@ note: css4 colors are not included

Parameters
- $driver - : DriverInterface + $driver + : DriverInterface
@@ -1620,7 +1620,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1629,8 +1629,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1669,7 +1669,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1678,8 +1678,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1731,7 +1731,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1740,15 +1740,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1824,7 +1824,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1833,8 +1833,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1888,7 +1888,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : void + module(int $x, int $y, int $M_TYPE) : void
@@ -1897,22 +1897,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -1947,7 +1947,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1963,29 +1963,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2035,7 +2035,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -2044,8 +2044,8 @@ It must return null for an empty value.

Parameters
- $value - : string + $value + : string
@@ -2084,7 +2084,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2093,16 +2093,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2239,7 +2239,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2251,16 +2251,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index a621cfdc8..1b4f3bea6 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -1129,7 +1129,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1138,15 +1138,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1181,7 +1181,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1194,9 +1194,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1235,7 +1235,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -1246,8 +1246,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -1403,7 +1403,7 @@ in long loops for a significant performance increase.

protected - abstract createMarkup(bool $saveToFile) : string + abstract createMarkup(bool $saveToFile) : string
@@ -1412,8 +1412,8 @@ in long loops for a significant performance increase.

Parameters
- $saveToFile - : bool + $saveToFile + : bool
@@ -1452,7 +1452,7 @@ in long loops for a significant performance increase.

protected - getCssClass([int $M_TYPE = 0 ]) : string + getCssClass([int $M_TYPE = 0 ]) : string
@@ -1461,9 +1461,9 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int - = 0
+ $M_TYPE + : int + = 0
@@ -1501,7 +1501,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1510,8 +1510,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1550,7 +1550,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1559,8 +1559,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1612,7 +1612,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1621,15 +1621,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1705,7 +1705,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1714,8 +1714,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1769,7 +1769,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1785,29 +1785,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1857,7 +1857,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -1866,8 +1866,8 @@ It must return null for an empty value.

Parameters
- $value - : string + $value + : string
@@ -1906,7 +1906,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1915,16 +1915,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2061,7 +2061,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2073,16 +2073,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index 9d3edfe14..70282f39e 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -1174,7 +1174,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1183,15 +1183,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1226,7 +1226,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1239,9 +1239,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1280,7 +1280,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -1291,8 +1291,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -1448,7 +1448,7 @@ in long loops for a significant performance increase.

protected - createMarkup(bool $saveToFile) : string + createMarkup(bool $saveToFile) : string
@@ -1457,8 +1457,8 @@ in long loops for a significant performance increase.

Parameters
- $saveToFile - : bool + $saveToFile + : bool
@@ -1497,7 +1497,7 @@ in long loops for a significant performance increase.

protected - getCssClass([int $M_TYPE = 0 ]) : string + getCssClass([int $M_TYPE = 0 ]) : string
@@ -1506,9 +1506,9 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int - = 0
+ $M_TYPE + : int + = 0
@@ -1546,7 +1546,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1555,8 +1555,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1595,7 +1595,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1604,8 +1604,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1657,7 +1657,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1666,15 +1666,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1750,7 +1750,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1759,8 +1759,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1814,7 +1814,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1830,29 +1830,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1902,7 +1902,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -1911,8 +1911,8 @@ It must return null for an empty value.

Parameters
- $value - : string + $value + : string
@@ -1951,7 +1951,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1960,16 +1960,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2106,7 +2106,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2118,16 +2118,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index d5fa0d48b..dc8f0b24c 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -1264,7 +1264,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1273,15 +1273,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1316,7 +1316,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1329,9 +1329,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1369,7 +1369,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(mixed $value) : bool + static moduleValueIsValid(mixed $value) : bool
@@ -1378,8 +1378,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : mixed + $value + : mixed
@@ -1542,7 +1542,7 @@ in long loops for a significant performance increase.

protected - createMarkup(bool $saveToFile) : string + createMarkup(bool $saveToFile) : string
@@ -1551,8 +1551,8 @@ in long loops for a significant performance increase.

Parameters
- $saveToFile - : bool + $saveToFile + : bool
@@ -1591,7 +1591,7 @@ in long loops for a significant performance increase.

protected - getCssClass([int $M_TYPE = 0 ]) : string + getCssClass([int $M_TYPE = 0 ]) : string
@@ -1600,9 +1600,9 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int - = 0
+ $M_TYPE + : int + = 0
@@ -1640,7 +1640,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1649,8 +1649,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1689,7 +1689,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1698,8 +1698,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1751,7 +1751,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1760,15 +1760,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1906,7 +1906,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1915,8 +1915,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -2024,7 +2024,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : string|null + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : string|null
@@ -2033,29 +2033,29 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2109,7 +2109,7 @@ in long loops for a significant performance increase.

protected - path(string $path, int $M_TYPE) : string + path(string $path, int $M_TYPE) : string
@@ -2118,15 +2118,15 @@ in long loops for a significant performance increase.

Parameters
- $path - : string + $path + : string
- $M_TYPE - : int + $M_TYPE + : int
@@ -2219,7 +2219,7 @@ in long loops for a significant performance increase.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -2228,8 +2228,8 @@ in long loops for a significant performance increase.

Parameters
- $value - : string + $value + : string
@@ -2268,7 +2268,7 @@ in long loops for a significant performance increase.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2277,16 +2277,16 @@ in long loops for a significant performance increase.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2423,7 +2423,7 @@ in long loops for a significant performance increase.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2435,16 +2435,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index 05a2f3e1b..1dde49c6e 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -1274,7 +1274,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1283,15 +1283,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1326,7 +1326,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1339,9 +1339,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1380,7 +1380,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -1391,8 +1391,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -1548,7 +1548,7 @@ in long loops for a significant performance increase.

protected - createMarkup(bool $saveToFile) : string + createMarkup(bool $saveToFile) : string
@@ -1557,8 +1557,8 @@ in long loops for a significant performance increase.

Parameters
- $saveToFile - : bool + $saveToFile + : bool
@@ -1658,7 +1658,7 @@ in long loops for a significant performance increase.

protected - getCssClass([int $M_TYPE = 0 ]) : string + getCssClass([int $M_TYPE = 0 ]) : string
@@ -1667,9 +1667,9 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int - = 0
+ $M_TYPE + : int + = 0
@@ -1707,7 +1707,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1716,8 +1716,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1756,7 +1756,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1765,8 +1765,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1818,7 +1818,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1827,15 +1827,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1923,7 +1923,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1932,8 +1932,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1987,7 +1987,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : DOMElement|null + module(int $x, int $y, int $M_TYPE) : DOMElement|null
@@ -1996,22 +1996,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -2050,7 +2050,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -2066,29 +2066,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -2138,7 +2138,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -2147,8 +2147,8 @@ It must return null for an empty value.

Parameters
- $value - : string + $value + : string
@@ -2187,7 +2187,7 @@ It must return null for an empty value.

protected - row(int $y, array<string|int, int> $row) : DOMElement|null + row(int $y, array<string|int, int> $row) : DOMElement|null
@@ -2196,15 +2196,15 @@ It must return null for an empty value.

Parameters
- $y - : int + $y + : int
- $row - : array<string|int, int> + $row + : array<string|int, int>
@@ -2243,7 +2243,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2252,16 +2252,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2398,7 +2398,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2410,16 +2410,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index f121bc1c7..3c3b119b4 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -1104,7 +1104,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1113,15 +1113,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1249,7 +1249,7 @@ in long loops for a significant performance increase.

protected - abstract getDefaultModuleValue(bool $isDark) : mixed + abstract getDefaultModuleValue(bool $isDark) : mixed
@@ -1258,8 +1258,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1294,7 +1294,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1303,8 +1303,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1356,7 +1356,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1365,15 +1365,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1449,7 +1449,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1458,8 +1458,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1513,7 +1513,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1529,29 +1529,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1601,7 +1601,7 @@ It must return null for an empty value.

protected - abstract prepareModuleValue(mixed $value) : mixed + abstract prepareModuleValue(mixed $value) : mixed
@@ -1610,8 +1610,8 @@ It must return null for an empty value.

Parameters
- $value - : mixed + $value + : mixed
@@ -1646,7 +1646,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1655,16 +1655,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1801,7 +1801,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -1813,16 +1813,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html index 163bb142b..1edd11935 100644 --- a/classes/chillerlan-QRCode-Output-QROutputInterface.html +++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html @@ -519,7 +519,7 @@ public - dump([string|null $file = null ]) : mixed + dump([string|null $file = null ]) : mixed
@@ -532,9 +532,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -583,7 +583,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(mixed $value) : bool + static moduleValueIsValid(mixed $value) : bool
@@ -592,8 +592,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : mixed + $value + : mixed
diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index ba9ffa728..ac07f1a18 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -1229,7 +1229,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1238,15 +1238,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1281,7 +1281,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1290,9 +1290,9 @@ in long loops for a significant performance increase.
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1352,7 +1352,7 @@ in long loops for a significant performance increase.
public - getModuleValue(int $M_TYPE) : string + getModuleValue(int $M_TYPE) : string
@@ -1361,8 +1361,8 @@ in long loops for a significant performance increase.
Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1402,7 +1402,7 @@ note: css4 colors are not included

public - static moduleValueIsValid(string $value) : bool + static moduleValueIsValid(string $value) : bool
@@ -1413,8 +1413,8 @@ note: css4 colors are not included

Parameters
- $value - : string + $value + : string
@@ -1570,7 +1570,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1579,8 +1579,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1619,7 +1619,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1628,15 +1628,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1724,7 +1724,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1733,8 +1733,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1788,7 +1788,7 @@ in long loops for a significant performance increase.

protected - module(int $x, int $y, int $M_TYPE) : array<string|int, mixed>|null + module(int $x, int $y, int $M_TYPE) : array<string|int, mixed>|null
@@ -1797,22 +1797,22 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
@@ -1867,7 +1867,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1883,29 +1883,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1955,7 +1955,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string $value) : string + prepareModuleValue(string $value) : string
@@ -1964,8 +1964,8 @@ It must return null for an empty value.

Parameters
- $value - : string + $value + : string
@@ -2004,7 +2004,7 @@ It must return null for an empty value.

protected - row(int $y, array<string|int, int> $row) : array<string|int, mixed>|null + row(int $y, array<string|int, int> $row) : array<string|int, mixed>|null
@@ -2013,15 +2013,15 @@ It must return null for an empty value.

Parameters
- $y - : int + $y + : int
- $row - : array<string|int, int> + $row + : array<string|int, int>
@@ -2076,7 +2076,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2085,16 +2085,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2231,7 +2231,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2243,16 +2243,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index fc552fac8..8b77c04c5 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -1166,7 +1166,7 @@ in long loops for a significant performance increase.
public - __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1175,15 +1175,15 @@ in long loops for a significant performance increase.
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1218,7 +1218,7 @@ in long loops for a significant performance increase.
public - static ansi8(string $str, int $color[, bool|null $background = null ]) : string + static ansi8(string $str, int $color[, bool|null $background = null ]) : string
@@ -1227,23 +1227,23 @@ in long loops for a significant performance increase.
Parameters
- $str - : string + $str + : string
- $color - : int + $color + : int
- $background - : bool|null - = null
+ $background + : bool|null + = null
@@ -1311,7 +1311,7 @@ in long loops for a significant performance increase.
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1324,9 +1324,9 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1364,7 +1364,7 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(string|mixed $value) : bool + static moduleValueIsValid(string|mixed $value) : bool
@@ -1373,8 +1373,8 @@ you need to supply the $file parameter here in that case (or handle the option v
Parameters
- $value - : string|mixed + $value + : string|mixed
@@ -1520,7 +1520,7 @@ in long loops for a significant performance increase.

protected - getDefaultModuleValue(bool $isDark) : string + getDefaultModuleValue(bool $isDark) : string
@@ -1529,8 +1529,8 @@ in long loops for a significant performance increase.

Parameters
- $isDark - : bool + $isDark + : bool
@@ -1569,7 +1569,7 @@ in long loops for a significant performance increase.

protected - getModuleValue(int $M_TYPE) : mixed + getModuleValue(int $M_TYPE) : mixed
@@ -1578,8 +1578,8 @@ in long loops for a significant performance increase.

Parameters
- $M_TYPE - : int + $M_TYPE + : int
@@ -1631,7 +1631,7 @@ in long loops for a significant performance increase.

protected - getModuleValueAt(int $x, int $y) : mixed + getModuleValueAt(int $x, int $y) : mixed
@@ -1640,15 +1640,15 @@ in long loops for a significant performance increase.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
@@ -1724,7 +1724,7 @@ in long loops for a significant performance increase.

protected - guessMimeType(string $imageData) : string + guessMimeType(string $imageData) : string
@@ -1733,8 +1733,8 @@ in long loops for a significant performance increase.

Parameters
- $imageData - : string + $imageData + : string
@@ -1788,7 +1788,7 @@ in long loops for a significant performance increase.

protected - moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed + moduleTransform(int $x, int $y, int $M_TYPE, int $M_TYPE_LAYER) : mixed
@@ -1804,29 +1804,29 @@ It must return null for an empty value.

Parameters
- $x - : int + $x + : int
- $y - : int + $y + : int
- $M_TYPE - : int + $M_TYPE + : int
- $M_TYPE_LAYER - : int + $M_TYPE_LAYER + : int
@@ -1876,7 +1876,7 @@ It must return null for an empty value.

protected - prepareModuleValue(string|mixed $value) : string + prepareModuleValue(string|mixed $value) : string
@@ -1885,8 +1885,8 @@ It must return null for an empty value.

Parameters
- $value - : string|mixed + $value + : string|mixed
@@ -1939,7 +1939,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1948,16 +1948,16 @@ It must return null for an empty value.

Parameters
- $data - : string + $data + : string
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -2094,7 +2094,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2106,16 +2106,16 @@ or given via $mime, otherwise it is guessed from the image $data.

Parameters
- $data - : string + $data + : string
- $mime - : string|null - = null
+ $mime + : string|null + = null
diff --git a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html index dd2d979f2..e3159d8fd 100644 --- a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html @@ -222,7 +222,7 @@ public - static moduleValueIsValid(array<string|int, int> $value) : bool + static moduleValueIsValid(array<string|int, int> $value) : bool
@@ -231,8 +231,8 @@
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
@@ -271,7 +271,7 @@ protected - getDefaultModuleValue(bool $isDark) : array<string|int, int> + getDefaultModuleValue(bool $isDark) : array<string|int, int>
@@ -280,8 +280,8 @@
Parameters
- $isDark - : bool + $isDark + : bool
@@ -320,7 +320,7 @@ protected - prepareModuleValue(array<string|int, int> $value) : array<string|int, int> + prepareModuleValue(array<string|int, int> $value) : array<string|int, int>
@@ -329,8 +329,8 @@
Parameters
- $value - : array<string|int, int> + $value + : array<string|int, int>
diff --git a/classes/chillerlan-QRCode-QRCode.html b/classes/chillerlan-QRCode-QRCode.html index 6d2d75d1f..1aedb0d07 100644 --- a/classes/chillerlan-QRCode-QRCode.html +++ b/classes/chillerlan-QRCode-QRCode.html @@ -543,7 +543,7 @@ public - __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed + __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed
@@ -552,9 +552,9 @@
Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> - = new QROptions()
+ $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + = new QROptions()
@@ -604,7 +604,7 @@ public - addAlphaNumSegment(string $data) : static + addAlphaNumSegment(string $data) : static
@@ -615,8 +615,8 @@
Parameters
- $data - : string + $data + : string
@@ -655,7 +655,7 @@ public - addByteSegment(string $data) : static + addByteSegment(string $data) : static
@@ -666,8 +666,8 @@
Parameters
- $data - : string + $data + : string
@@ -706,7 +706,7 @@ public - addEciDesignator(int $encoding) : static + addEciDesignator(int $encoding) : static
@@ -718,8 +718,8 @@
Parameters
- $encoding - : int + $encoding + : int
@@ -758,7 +758,7 @@ public - addEciSegment(int $encoding, string $data) : static + addEciSegment(int $encoding, string $data) : static
@@ -770,15 +770,15 @@
Parameters
- $encoding - : int + $encoding + : int
- $data - : string + $data + : string
@@ -832,7 +832,7 @@ public - addHanziSegment(string $data) : static + addHanziSegment(string $data) : static
@@ -843,8 +843,8 @@
Parameters
- $data - : string + $data + : string
@@ -883,7 +883,7 @@ public - addKanjiSegment(string $data) : static + addKanjiSegment(string $data) : static
@@ -894,8 +894,8 @@
Parameters
- $data - : string + $data + : string
@@ -934,7 +934,7 @@ public - addNumericSegment(string $data) : static + addNumericSegment(string $data) : static
@@ -945,8 +945,8 @@
Parameters
- $data - : string + $data + : string
@@ -985,7 +985,7 @@ public - addSegment(QRDataModeInterface $segment) : static + addSegment(QRDataModeInterface $segment) : static
@@ -997,8 +997,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $segment - : QRDataModeInterface + $segment + : QRDataModeInterface
@@ -1129,7 +1129,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - readFromBlob(string $blob) : DecoderResult + readFromBlob(string $blob) : DecoderResult
@@ -1138,8 +1138,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $blob - : string + $blob + : string
@@ -1178,7 +1178,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - readFromFile(string $path) : DecoderResult + readFromFile(string $path) : DecoderResult
@@ -1187,8 +1187,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $path - : string + $path + : string
@@ -1241,7 +1241,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - readFromSource(LuminanceSourceInterface $source) : DecoderResult + readFromSource(LuminanceSourceInterface $source) : DecoderResult
@@ -1250,8 +1250,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $source - : LuminanceSourceInterface + $source + : LuminanceSourceInterface
@@ -1290,7 +1290,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - render([string|null $data = null ][, string|null $file = null ]) : mixed + render([string|null $data = null ][, string|null $file = null ]) : mixed
@@ -1299,16 +1299,16 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $data - : string|null - = null
+ $data + : string|null + = null
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1342,7 +1342,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - renderMatrix(QRMatrix $matrix[, string|null $file = null ]) : mixed + renderMatrix(QRMatrix $matrix[, string|null $file = null ]) : mixed
@@ -1351,16 +1351,16 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
- $file - : string|null - = null
+ $file + : string|null + = null
@@ -1394,7 +1394,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - setOptions(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options) : static + setOptions(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options) : static
@@ -1403,8 +1403,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $options - : SettingsContainerInterface|QROptions|iterable<string|int, mixed> + $options + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1459,7 +1459,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

protected - addMatrixModifications(QRMatrix $matrix) : QRMatrix + addMatrixModifications(QRMatrix $matrix) : QRMatrix
@@ -1468,8 +1468,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1508,7 +1508,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

protected - initOutputInterface(QRMatrix $matrix) : QROutputInterface + initOutputInterface(QRMatrix $matrix) : QROutputInterface
@@ -1517,8 +1517,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html index c0dfee7c6..a2560be25 100644 --- a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html +++ b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html @@ -403,7 +403,7 @@ protected - set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void + set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
@@ -412,8 +412,8 @@
Parameters
- $useImagickIfAvailable - : bool + $useImagickIfAvailable + : bool
diff --git a/classes/chillerlan-QRCode-QROptions.html b/classes/chillerlan-QRCode-QROptions.html index d1501fccc..e0751bef5 100644 --- a/classes/chillerlan-QRCode-QROptions.html +++ b/classes/chillerlan-QRCode-QROptions.html @@ -2925,7 +2925,7 @@ When set to false, the module values map will b protected - clampLogoSpaceValue(int|null $value) : int|null + clampLogoSpaceValue(int|null $value) : int|null
@@ -2934,8 +2934,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -2974,7 +2974,7 @@ When set to false, the module values map will b protected - set_circleRadius(float $circleRadius) : void + set_circleRadius(float $circleRadius) : void
@@ -2983,8 +2983,8 @@ When set to false, the module values map will b
Parameters
- $circleRadius - : float + $circleRadius + : float
@@ -3019,7 +3019,7 @@ When set to false, the module values map will b protected - set_eccLevel(int|string $eccLevel) : void + set_eccLevel(int|string $eccLevel) : void
@@ -3028,8 +3028,8 @@ When set to false, the module values map will b
Parameters
- $eccLevel - : int|string + $eccLevel + : int|string
@@ -3079,7 +3079,7 @@ When set to false, the module values map will b protected - set_fpdfMeasureUnit(string $unit) : void + set_fpdfMeasureUnit(string $unit) : void
@@ -3088,8 +3088,8 @@ When set to false, the module values map will b
Parameters
- $unit - : string + $unit + : string
@@ -3138,7 +3138,7 @@ When set to false, the module values map will b protected - set_logoSpaceHeight(int|null $value) : void + set_logoSpaceHeight(int|null $value) : void
@@ -3147,8 +3147,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3183,7 +3183,7 @@ When set to false, the module values map will b protected - set_logoSpaceStartX(int|null $value) : void + set_logoSpaceStartX(int|null $value) : void
@@ -3192,8 +3192,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3228,7 +3228,7 @@ When set to false, the module values map will b protected - set_logoSpaceStartY(int|null $value) : void + set_logoSpaceStartY(int|null $value) : void
@@ -3237,8 +3237,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3273,7 +3273,7 @@ When set to false, the module values map will b protected - set_logoSpaceWidth(int|null $value) : void + set_logoSpaceWidth(int|null $value) : void
@@ -3282,8 +3282,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3318,7 +3318,7 @@ When set to false, the module values map will b protected - set_quietzoneSize(int $quietzoneSize) : void + set_quietzoneSize(int $quietzoneSize) : void
@@ -3327,8 +3327,8 @@ When set to false, the module values map will b
Parameters
- $quietzoneSize - : int + $quietzoneSize + : int
@@ -3363,7 +3363,7 @@ When set to false, the module values map will b protected - set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void + set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
@@ -3372,8 +3372,8 @@ When set to false, the module values map will b
Parameters
- $useImagickIfAvailable - : bool + $useImagickIfAvailable + : bool
@@ -3408,7 +3408,7 @@ When set to false, the module values map will b protected - set_version(int $version) : void + set_version(int $version) : void
@@ -3417,8 +3417,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3453,7 +3453,7 @@ When set to false, the module values map will b protected - set_versionMax(int $version) : void + set_versionMax(int $version) : void
@@ -3462,8 +3462,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3498,7 +3498,7 @@ When set to false, the module values map will b protected - set_versionMin(int $version) : void + set_versionMin(int $version) : void
@@ -3507,8 +3507,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3543,7 +3543,7 @@ When set to false, the module values map will b protected - setMinMaxVersion(int $versionMin, int $versionMax) : void + setMinMaxVersion(int $versionMin, int $versionMax) : void
@@ -3552,15 +3552,15 @@ When set to false, the module values map will b
Parameters
- $versionMin - : int + $versionMin + : int
- $versionMax - : int + $versionMax + : int
diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index f5df5182f..52c79dfef 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -2716,7 +2716,7 @@ When set to false, the module values map will b protected - clampLogoSpaceValue(int|null $value) : int|null + clampLogoSpaceValue(int|null $value) : int|null
@@ -2725,8 +2725,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -2765,7 +2765,7 @@ When set to false, the module values map will b protected - set_circleRadius(float $circleRadius) : void + set_circleRadius(float $circleRadius) : void
@@ -2774,8 +2774,8 @@ When set to false, the module values map will b
Parameters
- $circleRadius - : float + $circleRadius + : float
@@ -2810,7 +2810,7 @@ When set to false, the module values map will b protected - set_eccLevel(int|string $eccLevel) : void + set_eccLevel(int|string $eccLevel) : void
@@ -2819,8 +2819,8 @@ When set to false, the module values map will b
Parameters
- $eccLevel - : int|string + $eccLevel + : int|string
@@ -2870,7 +2870,7 @@ When set to false, the module values map will b protected - set_fpdfMeasureUnit(string $unit) : void + set_fpdfMeasureUnit(string $unit) : void
@@ -2879,8 +2879,8 @@ When set to false, the module values map will b
Parameters
- $unit - : string + $unit + : string
@@ -2929,7 +2929,7 @@ When set to false, the module values map will b protected - set_logoSpaceHeight(int|null $value) : void + set_logoSpaceHeight(int|null $value) : void
@@ -2938,8 +2938,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -2974,7 +2974,7 @@ When set to false, the module values map will b protected - set_logoSpaceStartX(int|null $value) : void + set_logoSpaceStartX(int|null $value) : void
@@ -2983,8 +2983,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3019,7 +3019,7 @@ When set to false, the module values map will b protected - set_logoSpaceStartY(int|null $value) : void + set_logoSpaceStartY(int|null $value) : void
@@ -3028,8 +3028,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3064,7 +3064,7 @@ When set to false, the module values map will b protected - set_logoSpaceWidth(int|null $value) : void + set_logoSpaceWidth(int|null $value) : void
@@ -3073,8 +3073,8 @@ When set to false, the module values map will b
Parameters
- $value - : int|null + $value + : int|null
@@ -3109,7 +3109,7 @@ When set to false, the module values map will b protected - set_quietzoneSize(int $quietzoneSize) : void + set_quietzoneSize(int $quietzoneSize) : void
@@ -3118,8 +3118,8 @@ When set to false, the module values map will b
Parameters
- $quietzoneSize - : int + $quietzoneSize + : int
@@ -3154,7 +3154,7 @@ When set to false, the module values map will b protected - set_version(int $version) : void + set_version(int $version) : void
@@ -3163,8 +3163,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3199,7 +3199,7 @@ When set to false, the module values map will b protected - set_versionMax(int $version) : void + set_versionMax(int $version) : void
@@ -3208,8 +3208,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3244,7 +3244,7 @@ When set to false, the module values map will b protected - set_versionMin(int $version) : void + set_versionMin(int $version) : void
@@ -3253,8 +3253,8 @@ When set to false, the module values map will b
Parameters
- $version - : int + $version + : int
@@ -3289,7 +3289,7 @@ When set to false, the module values map will b protected - setMinMaxVersion(int $versionMin, int $versionMax) : void + setMinMaxVersion(int $versionMin, int $versionMax) : void
@@ -3298,15 +3298,15 @@ When set to false, the module values map will b
Parameters
- $versionMin - : int + $versionMin + : int
- $versionMax - : int + $versionMax + : int
diff --git a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html index ed1f2c18e..51eb6266f 100644 --- a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html +++ b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html @@ -294,7 +294,7 @@ public - put(int $data, int $expected) : void + put(int $data, int $expected) : void
@@ -303,15 +303,15 @@
Parameters
- $data - : int + $data + : int
- $expected - : int + $expected + : int
diff --git a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html index 509976402..2f545432a 100644 --- a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html @@ -290,7 +290,7 @@ public - getName(int $id[, string|null $name = null ]) : void + getName(int $id[, string|null $name = null ]) : void
@@ -299,16 +299,16 @@
Parameters
- $id - : int + $id + : int
- $name - : string|null - = null
+ $name + : string|null + = null
@@ -360,7 +360,7 @@ public - invalidDataException(int $id) : void + invalidDataException(int $id) : void
@@ -369,8 +369,8 @@
Parameters
- $id - : int + $id + : int
diff --git a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html index ca5136ea4..39d3cd00d 100644 --- a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html +++ b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html @@ -330,7 +330,7 @@ public - mask(int $pattern, array<string|int, array<string|int, int>> $expected) : void + mask(int $pattern, array<string|int, array<string|int, int>> $expected) : void
@@ -339,15 +339,15 @@
Parameters
- $pattern - : int + $pattern + : int
- $expected - : array<string|int, array<string|int, int>> + $expected + : array<string|int, array<string|int, int>>
@@ -618,7 +618,7 @@ private - assertMask(Closure $mask, array<string|int, array<string|int, int>> $expected) : bool + assertMask(Closure $mask, array<string|int, array<string|int, int>> $expected) : bool
@@ -627,15 +627,15 @@
Parameters
- $mask - : Closure + $mask + : Closure
- $expected - : array<string|int, array<string|int, int>> + $expected + : array<string|int, array<string|int, int>>
diff --git a/classes/chillerlan-QRCodeTest-Common-ModeTest.html b/classes/chillerlan-QRCodeTest-Common-ModeTest.html index 0e3e8d35c..c057bb1cc 100644 --- a/classes/chillerlan-QRCodeTest-Common-ModeTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ModeTest.html @@ -239,7 +239,7 @@ public - getLengthBitsForVersionBreakpoints(int $version, int $expected) : void + getLengthBitsForVersionBreakpoints(int $version, int $expected) : void
@@ -248,15 +248,15 @@
Parameters
- $version - : int + $version + : int
- $expected - : int + $expected + : int
diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index 7811077d2..32590d9bc 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -683,7 +683,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -692,8 +692,8 @@
Parameters
- $version - : int + $version + : int
@@ -747,7 +747,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -756,22 +756,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -832,7 +832,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -841,22 +841,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -956,7 +956,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -965,8 +965,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1149,7 +1149,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1158,22 +1158,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1227,7 +1227,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1236,29 +1236,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1429,7 +1429,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1438,15 +1438,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1554,7 +1554,7 @@ protected - static getDataModeInterface(string $data) : QRDataModeInterface + static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1563,8 +1563,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-ByteTest.html b/classes/chillerlan-QRCodeTest-Data-ByteTest.html index 34f4b96e4..ad4e9b9df 100644 --- a/classes/chillerlan-QRCodeTest-Data-ByteTest.html +++ b/classes/chillerlan-QRCodeTest-Data-ByteTest.html @@ -668,7 +668,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -677,8 +677,8 @@
Parameters
- $version - : int + $version + : int
@@ -732,7 +732,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -741,22 +741,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -817,7 +817,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -826,22 +826,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -941,7 +941,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -950,8 +950,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1134,7 +1134,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1143,22 +1143,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1212,7 +1212,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1221,29 +1221,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1414,7 +1414,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1423,15 +1423,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1539,7 +1539,7 @@ protected - static getDataModeInterface(string $data) : QRDataModeInterface + static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1548,8 +1548,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html index 4285e0f3f..44610a25a 100644 --- a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html @@ -685,7 +685,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -694,8 +694,8 @@
Parameters
- $version - : int + $version + : int
@@ -749,7 +749,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -758,22 +758,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -834,7 +834,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -843,22 +843,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -958,7 +958,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -967,8 +967,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1151,7 +1151,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1160,22 +1160,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1229,7 +1229,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1238,29 +1238,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1430,7 +1430,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1439,15 +1439,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1555,7 +1555,7 @@ protected - abstract static getDataModeInterface(string $data) : QRDataModeInterface + abstract static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1564,8 +1564,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-ECITest.html b/classes/chillerlan-QRCodeTest-Data-ECITest.html index 9a640dd8a..96f27d6fa 100644 --- a/classes/chillerlan-QRCodeTest-Data-ECITest.html +++ b/classes/chillerlan-QRCodeTest-Data-ECITest.html @@ -441,7 +441,7 @@ we'll use this test to check for the upper end of the accepted input range< public - convertUnknownEncoding(int $id, string $data) : void + convertUnknownEncoding(int $id, string $data) : void
@@ -450,15 +450,15 @@ we'll use this test to check for the upper end of the accepted input range<
Parameters
- $id - : int + $id + : int
- $data - : string + $data + : string
@@ -557,7 +557,7 @@ we'll use this test to check for the upper end of the accepted input range< public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -566,8 +566,8 @@ we'll use this test to check for the upper end of the accepted input range<
Parameters
- $version - : int + $version + : int
@@ -766,7 +766,7 @@ we'll use this test to check for the upper end of the accepted input range< public - readWrite(int $id, int $lengthInBits) : void + readWrite(int $id, int $lengthInBits) : void
@@ -775,15 +775,15 @@ we'll use this test to check for the upper end of the accepted input range<
Parameters
- $id - : int + $id + : int
- $lengthInBits - : int + $lengthInBits + : int
diff --git a/classes/chillerlan-QRCodeTest-Data-HanziTest.html b/classes/chillerlan-QRCodeTest-Data-HanziTest.html index 430ba2ce4..fa9d62c0d 100644 --- a/classes/chillerlan-QRCodeTest-Data-HanziTest.html +++ b/classes/chillerlan-QRCodeTest-Data-HanziTest.html @@ -696,7 +696,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -705,8 +705,8 @@
Parameters
- $version - : int + $version + : int
@@ -760,7 +760,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -769,22 +769,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -845,7 +845,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -854,22 +854,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1008,7 +1008,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -1017,8 +1017,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1201,7 +1201,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1210,22 +1210,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1279,7 +1279,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1288,29 +1288,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1480,7 +1480,7 @@ public - validateGB2312(string $chr) : void + validateGB2312(string $chr) : void
@@ -1489,8 +1489,8 @@
Parameters
- $chr - : string + $chr + : string
@@ -1552,7 +1552,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1561,15 +1561,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1677,7 +1677,7 @@ protected - static getDataModeInterface(string $data) : QRDataModeInterface + static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1686,8 +1686,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html index 4d18c1707..a6296dd07 100644 --- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html +++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html @@ -696,7 +696,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -705,8 +705,8 @@
Parameters
- $version - : int + $version + : int
@@ -760,7 +760,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -769,22 +769,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -845,7 +845,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -854,22 +854,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -969,7 +969,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -978,8 +978,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1201,7 +1201,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1210,22 +1210,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1279,7 +1279,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1288,29 +1288,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1480,7 +1480,7 @@ public - validateSJIS(string $chr) : void + validateSJIS(string $chr) : void
@@ -1489,8 +1489,8 @@
Parameters
- $chr - : string + $chr + : string
@@ -1552,7 +1552,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1561,15 +1561,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1677,7 +1677,7 @@ protected - static getDataModeInterface(string $data) : QRDataModeInterface + static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1686,8 +1686,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-NumberTest.html b/classes/chillerlan-QRCodeTest-Data-NumberTest.html index f1892132b..0dbd5228c 100644 --- a/classes/chillerlan-QRCodeTest-Data-NumberTest.html +++ b/classes/chillerlan-QRCodeTest-Data-NumberTest.html @@ -683,7 +683,7 @@ public - decodeSegment(int $version) : void + decodeSegment(int $version) : void
@@ -692,8 +692,8 @@
Parameters
- $version - : int + $version + : int
@@ -747,7 +747,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -756,22 +756,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -832,7 +832,7 @@ public - getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void + getMinimumVersion(Version $version, EccLevel $eccLevel, string $str) : void
@@ -841,22 +841,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -956,7 +956,7 @@ public - initMatrix(int $pattern) : void + initMatrix(int $pattern) : void
@@ -965,8 +965,8 @@
Parameters
- $pattern - : int + $pattern + : int
@@ -1149,7 +1149,7 @@ public - maxLength(Version $version, EccLevel $eccLevel, string $str) : void + maxLength(Version $version, EccLevel $eccLevel, string $str) : void
@@ -1158,22 +1158,22 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
@@ -1227,7 +1227,7 @@ public - maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void + maxLengthOverflowException(Version $version, EccLevel $eccLevel, string $str, string $str1) : void
@@ -1236,29 +1236,29 @@
Parameters
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
- $str - : string + $str + : string
- $str1 - : string + $str1 + : string
@@ -1429,7 +1429,7 @@ public - validateString(string $string, bool $expected) : void + validateString(string $string, bool $expected) : void
@@ -1438,15 +1438,15 @@
Parameters
- $string - : string + $string + : string
- $expected - : bool + $expected + : bool
@@ -1554,7 +1554,7 @@ protected - static getDataModeInterface(string $data) : QRDataModeInterface + static getDataModeInterface(string $data) : QRDataModeInterface
@@ -1563,8 +1563,8 @@
Parameters
- $data - : string + $data + : string
diff --git a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html index ab2d1976c..c6a778881 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html @@ -340,7 +340,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -349,8 +349,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -385,7 +385,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -394,8 +394,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html index 5ce3b9ecf..2fb9441c2 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html @@ -933,7 +933,7 @@ public - rotate90(QRMatrix $matrix) : void + rotate90(QRMatrix $matrix) : void
@@ -942,8 +942,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -997,7 +997,7 @@ public - setAlignmentPattern(QRMatrix $matrix) : void + setAlignmentPattern(QRMatrix $matrix) : void
@@ -1006,8 +1006,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1061,7 +1061,7 @@ public - setDarkModule(QRMatrix $matrix) : void + setDarkModule(QRMatrix $matrix) : void
@@ -1070,8 +1070,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1125,7 +1125,7 @@ public - setFinderPattern(QRMatrix $matrix) : void + setFinderPattern(QRMatrix $matrix) : void
@@ -1134,8 +1134,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1189,7 +1189,7 @@ public - setFormatInfo(QRMatrix $matrix) : void + setFormatInfo(QRMatrix $matrix) : void
@@ -1198,8 +1198,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1529,7 +1529,7 @@ public - setQuietZone(QRMatrix $matrix) : void + setQuietZone(QRMatrix $matrix) : void
@@ -1538,8 +1538,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1639,7 +1639,7 @@ public - setSeparators(QRMatrix $matrix) : void + setSeparators(QRMatrix $matrix) : void
@@ -1648,8 +1648,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1703,7 +1703,7 @@ public - setTimingPattern(QRMatrix $matrix) : void + setTimingPattern(QRMatrix $matrix) : void
@@ -1712,8 +1712,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1767,7 +1767,7 @@ public - setVersionNumber(QRMatrix $matrix) : void + setVersionNumber(QRMatrix $matrix) : void
@@ -1776,8 +1776,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1831,7 +1831,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -1840,8 +1840,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1876,7 +1876,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -1885,8 +1885,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html index db7d69a59..84c36176b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html @@ -703,7 +703,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -712,15 +712,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -774,7 +774,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -783,8 +783,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -834,7 +834,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -843,9 +843,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -898,7 +898,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -907,8 +907,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -962,7 +962,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -971,8 +971,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1026,7 +1026,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1035,8 +1035,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1074,7 +1074,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1083,15 +1083,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html index 3bac67e5d..5ce12c252 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html @@ -748,7 +748,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -757,15 +757,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -819,7 +819,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -828,8 +828,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -879,7 +879,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -888,9 +888,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -943,7 +943,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -952,8 +952,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1007,7 +1007,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1016,8 +1016,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1071,7 +1071,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1080,8 +1080,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1119,7 +1119,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1128,15 +1128,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html index 8894ae7c8..773cb53fe 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html @@ -829,7 +829,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -838,15 +838,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -900,7 +900,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -909,8 +909,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -960,7 +960,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -969,9 +969,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1024,7 +1024,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1033,8 +1033,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1088,7 +1088,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1097,8 +1097,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1152,7 +1152,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1161,8 +1161,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1200,7 +1200,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1209,15 +1209,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html index a81aef6f3..f2cb0e4e8 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html @@ -821,7 +821,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -830,15 +830,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -892,7 +892,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -901,8 +901,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -952,7 +952,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -961,9 +961,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1016,7 +1016,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1025,8 +1025,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1080,7 +1080,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1089,8 +1089,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1144,7 +1144,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1153,8 +1153,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1192,7 +1192,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1201,15 +1201,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html index b9201900a..341c10828 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html @@ -821,7 +821,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -830,15 +830,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -892,7 +892,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -901,8 +901,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -952,7 +952,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -961,9 +961,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1016,7 +1016,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1025,8 +1025,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1080,7 +1080,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1089,8 +1089,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1144,7 +1144,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1153,8 +1153,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1192,7 +1192,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1201,15 +1201,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html index fa80bff75..e0ad959a7 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -821,7 +821,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -830,15 +830,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -892,7 +892,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -901,8 +901,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -952,7 +952,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -961,9 +961,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1016,7 +1016,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1025,8 +1025,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1080,7 +1080,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1089,8 +1089,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1144,7 +1144,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1153,8 +1153,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1192,7 +1192,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1201,15 +1201,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html index 8b5521be4..63848dc8b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -821,7 +821,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -830,15 +830,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -892,7 +892,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -901,8 +901,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -952,7 +952,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -961,9 +961,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1016,7 +1016,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1025,8 +1025,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1080,7 +1080,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1089,8 +1089,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1144,7 +1144,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1153,8 +1153,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1192,7 +1192,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1201,15 +1201,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index 0fc4ecbdc..311dce278 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -824,7 +824,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -833,15 +833,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -895,7 +895,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -904,8 +904,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -955,7 +955,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -964,9 +964,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1019,7 +1019,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1028,8 +1028,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1083,7 +1083,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1092,8 +1092,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1147,7 +1147,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1156,8 +1156,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1195,7 +1195,7 @@ protected - abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1204,15 +1204,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html index f9cc8bc3c..886232759 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html @@ -821,7 +821,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -830,15 +830,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -892,7 +892,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -901,8 +901,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -952,7 +952,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -961,9 +961,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -1016,7 +1016,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -1025,8 +1025,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1080,7 +1080,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1089,8 +1089,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1144,7 +1144,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1153,8 +1153,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1192,7 +1192,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1201,15 +1201,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html index 6522eb194..78184c677 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html @@ -770,7 +770,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -779,15 +779,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -841,7 +841,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -850,8 +850,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -901,7 +901,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -910,9 +910,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -965,7 +965,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -974,8 +974,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1029,7 +1029,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1038,8 +1038,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1093,7 +1093,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1102,8 +1102,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1141,7 +1141,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1150,15 +1150,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html index 2c2360c5b..b6f6c547d 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html @@ -771,7 +771,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -780,15 +780,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -842,7 +842,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -851,8 +851,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -902,7 +902,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -911,9 +911,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -966,7 +966,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -975,8 +975,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1030,7 +1030,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -1039,8 +1039,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1094,7 +1094,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1103,8 +1103,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1142,7 +1142,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1151,15 +1151,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html index 973bf0444..6223e3b3d 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html @@ -705,7 +705,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -714,15 +714,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -776,7 +776,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -785,8 +785,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -836,7 +836,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -845,9 +845,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -900,7 +900,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -909,8 +909,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -964,7 +964,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -973,8 +973,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1028,7 +1028,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1037,8 +1037,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1076,7 +1076,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1085,15 +1085,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html index 1a8cafcf5..a809ac620 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -705,7 +705,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -714,15 +714,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -776,7 +776,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -785,8 +785,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -836,7 +836,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -845,9 +845,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -900,7 +900,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -909,8 +909,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -964,7 +964,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -973,8 +973,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1028,7 +1028,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1037,8 +1037,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1076,7 +1076,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1085,15 +1085,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index 226a6532d..e39bbd4b5 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -708,7 +708,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -717,15 +717,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -779,7 +779,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -788,8 +788,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -839,7 +839,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -848,9 +848,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -903,7 +903,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -912,8 +912,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -967,7 +967,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -976,8 +976,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1031,7 +1031,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1040,8 +1040,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1079,7 +1079,7 @@ protected - abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1088,15 +1088,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html index 79b71672c..070c91e00 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html @@ -703,7 +703,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -712,15 +712,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -774,7 +774,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -783,8 +783,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -834,7 +834,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -843,9 +843,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -898,7 +898,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -907,8 +907,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -962,7 +962,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -971,8 +971,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1026,7 +1026,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1035,8 +1035,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1074,7 +1074,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1083,15 +1083,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html index 81a6720ea..29109e7cd 100644 --- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html @@ -725,7 +725,7 @@ should also be used to test custom output modules

public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -734,15 +734,15 @@ should also be used to test custom output modules

Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -796,7 +796,7 @@ should also be used to test custom output modules

protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -805,8 +805,8 @@ should also be used to test custom output modules

Parameters
- $subPath - : string + $subPath + : string
@@ -856,7 +856,7 @@ should also be used to test custom output modules

protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -865,9 +865,9 @@ should also be used to test custom output modules

Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -920,7 +920,7 @@ should also be used to test custom output modules

protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -929,8 +929,8 @@ should also be used to test custom output modules

Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -984,7 +984,7 @@ should also be used to test custom output modules

protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -993,8 +993,8 @@ should also be used to test custom output modules

Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1048,7 +1048,7 @@ should also be used to test custom output modules

protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1057,8 +1057,8 @@ should also be used to test custom output modules

Parameters
- $subPath - : string + $subPath + : string
@@ -1096,7 +1096,7 @@ should also be used to test custom output modules

protected - abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + abstract getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1105,15 +1105,15 @@ should also be used to test custom output modules

Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html index 299494b11..58a73adb3 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html @@ -708,7 +708,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -717,15 +717,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -779,7 +779,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -788,8 +788,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -839,7 +839,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -848,9 +848,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -903,7 +903,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -912,8 +912,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -967,7 +967,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -976,8 +976,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1031,7 +1031,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1040,8 +1040,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1079,7 +1079,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1088,15 +1088,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html index c27f9836c..a5f1f3169 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html @@ -721,7 +721,7 @@ public - validateModuleValues(mixed $value, bool $expected) : void + validateModuleValues(mixed $value, bool $expected) : void
@@ -730,15 +730,15 @@
Parameters
- $value - : mixed + $value + : mixed
- $expected - : bool + $expected + : bool
@@ -792,7 +792,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -801,8 +801,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -852,7 +852,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -861,9 +861,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -916,7 +916,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -925,8 +925,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -980,7 +980,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -989,8 +989,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1044,7 +1044,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1053,8 +1053,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -1092,7 +1092,7 @@ protected - getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface + getOutputInterface(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : QROutputInterface
@@ -1101,15 +1101,15 @@
Parameters
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html index 42a88456e..ad3f51c24 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html @@ -629,7 +629,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -638,22 +638,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -767,7 +767,7 @@ public - readData(Version $version, EccLevel $ecc, string $expected) : void + readData(Version $version, EccLevel $ecc, string $expected) : void
@@ -776,22 +776,22 @@
Parameters
- $version - : Version + $version + : Version
- $ecc - : EccLevel + $ecc + : EccLevel
- $expected - : string + $expected + : string
@@ -852,7 +852,7 @@ public - reader(string $img, string $expected, bool $grayscale) : void + reader(string $img, string $expected, bool $grayscale) : void
@@ -861,22 +861,22 @@
Parameters
- $img - : string + $img + : string
- $expected - : string + $expected + : string
- $grayscale - : bool + $grayscale + : bool
@@ -983,7 +983,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -992,8 +992,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1028,7 +1028,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -1037,8 +1037,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1087,7 +1087,7 @@ protected - getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface + getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface
@@ -1096,15 +1096,15 @@
Parameters
- $file - : string + $file + : string
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html index 5772c2bb9..707d10c06 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html @@ -641,7 +641,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -650,22 +650,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -779,7 +779,7 @@ public - readData(Version $version, EccLevel $ecc, string $expected) : void + readData(Version $version, EccLevel $ecc, string $expected) : void
@@ -788,22 +788,22 @@
Parameters
- $version - : Version + $version + : Version
- $ecc - : EccLevel + $ecc + : EccLevel
- $expected - : string + $expected + : string
@@ -864,7 +864,7 @@ public - reader(string $img, string $expected, bool $grayscale) : void + reader(string $img, string $expected, bool $grayscale) : void
@@ -873,22 +873,22 @@
Parameters
- $img - : string + $img + : string
- $expected - : string + $expected + : string
- $grayscale - : bool + $grayscale + : bool
@@ -994,7 +994,7 @@ public - readVectorFormats(string $img, string $expected) : void + readVectorFormats(string $img, string $expected) : void
@@ -1003,15 +1003,15 @@
Parameters
- $img - : string + $img + : string
- $expected - : string + $expected + : string
@@ -1119,7 +1119,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -1128,8 +1128,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1164,7 +1164,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -1173,8 +1173,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1223,7 +1223,7 @@ protected - getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface + getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface
@@ -1232,15 +1232,15 @@
Parameters
- $file - : string + $file + : string
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html index c295ec225..42a93608b 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html @@ -618,7 +618,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -627,22 +627,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel
@@ -756,7 +756,7 @@ public - readData(Version $version, EccLevel $ecc, string $expected) : void + readData(Version $version, EccLevel $ecc, string $expected) : void
@@ -765,22 +765,22 @@
Parameters
- $version - : Version + $version + : Version
- $ecc - : EccLevel + $ecc + : EccLevel
- $expected - : string + $expected + : string
@@ -841,7 +841,7 @@ public - reader(string $img, string $expected, bool $grayscale) : void + reader(string $img, string $expected, bool $grayscale) : void
@@ -850,22 +850,22 @@
Parameters
- $img - : string + $img + : string
- $expected - : string + $expected + : string
- $grayscale - : bool + $grayscale + : bool
@@ -972,7 +972,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -981,8 +981,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1017,7 +1017,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -1026,8 +1026,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -1076,7 +1076,7 @@ protected - abstract getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface + abstract getLuminanceSourceFromFile(string $file, SettingsContainerInterface|QROptions $options) : LuminanceSourceInterface
@@ -1085,15 +1085,15 @@
Parameters
- $file - : string + $file + : string
- $options - : SettingsContainerInterface|QROptions + $options + : SettingsContainerInterface|QROptions
diff --git a/classes/chillerlan-QRCodeTest-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html index 6a68434cc..df34e43f6 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html @@ -766,7 +766,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -775,8 +775,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -826,7 +826,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -835,9 +835,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -890,7 +890,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -899,8 +899,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -954,7 +954,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -963,8 +963,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -1018,7 +1018,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -1027,8 +1027,8 @@
Parameters
- $subPath - : string + $subPath + : string
diff --git a/classes/chillerlan-QRCodeTest-QROptionsTest.html b/classes/chillerlan-QRCodeTest-QROptionsTest.html index 3a17c09d6..f8f21717b 100644 --- a/classes/chillerlan-QRCodeTest-QROptionsTest.html +++ b/classes/chillerlan-QRCodeTest-QROptionsTest.html @@ -275,7 +275,7 @@ public - clampCircleRadius(float $value, float $expected) : void + clampCircleRadius(float $value, float $expected) : void
@@ -284,15 +284,15 @@
Parameters
- $value - : float + $value + : float
- $expected - : float + $expected + : float
@@ -371,7 +371,7 @@ public - clampLogoSpaceValue(int $value, int $expected) : void + clampLogoSpaceValue(int $value, int $expected) : void
@@ -380,15 +380,15 @@
Parameters
- $value - : int + $value + : int
- $expected - : int + $expected + : int
@@ -689,7 +689,7 @@ public - versionClamp(int $version, int $expected) : void + versionClamp(int $version, int $expected) : void
@@ -698,15 +698,15 @@
Parameters
- $version - : int + $version + : int
- $expected - : int + $expected + : int
@@ -796,7 +796,7 @@ public - versionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void + versionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void
@@ -805,29 +805,29 @@
Parameters
- $versionMin - : int + $versionMin + : int
- $versionMax - : int + $versionMax + : int
- $expectedMin - : int + $expectedMin + : int
- $expectedMax - : int + $expectedMax + : int
diff --git a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html index 458493e6b..3e1de92fe 100644 --- a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html @@ -286,7 +286,7 @@ protected - createBuildDir(string $subPath) : void + createBuildDir(string $subPath) : void
@@ -295,8 +295,8 @@
Parameters
- $subPath - : string + $subPath + : string
@@ -346,7 +346,7 @@ protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -355,9 +355,9 @@
Parameters
- $subPath - : string - = ''
+ $subPath + : string + = ''
@@ -410,7 +410,7 @@ protected - getBuildFileContent(string $fileSubPath) : string + getBuildFileContent(string $fileSubPath) : string
@@ -419,8 +419,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -474,7 +474,7 @@ protected - getBuildFilePath(string $fileSubPath) : string + getBuildFilePath(string $fileSubPath) : string
@@ -483,8 +483,8 @@
Parameters
- $fileSubPath - : string + $fileSubPath + : string
@@ -538,7 +538,7 @@ protected - getBuildPath(string $subPath) : string + getBuildPath(string $subPath) : string
@@ -547,8 +547,8 @@
Parameters
- $subPath - : string + $subPath + : string
diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html index 0dbf2b5b3..f8d60e66c 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html @@ -215,7 +215,7 @@ protected - debugMatrix(QRMatrix $matrix) : void + debugMatrix(QRMatrix $matrix) : void
@@ -224,8 +224,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
@@ -260,7 +260,7 @@ protected - dm(QRMatrix $matrix) : void + dm(QRMatrix $matrix) : void
@@ -269,8 +269,8 @@
Parameters
- $matrix - : QRMatrix + $matrix + : QRMatrix
diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html index e590e255c..82c62e177 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html @@ -359,7 +359,7 @@ public - static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int + static getMaxLengthForMode(int $mode, Version $version, EccLevel $eccLevel) : int
@@ -368,22 +368,22 @@
Parameters
- $mode - : int + $mode + : int
- $version - : Version + $version + : Version
- $eccLevel - : EccLevel + $eccLevel + : EccLevel