diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index 0865dc942..b7f47ef57 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -593,7 +593,7 @@ returns true if a match is found, otherwise false.
mirrorDiagonal() -  : static +  : self
Mirror the bit matrix diagonally in order to attempt a second reading.
@@ -609,7 +609,7 @@ QR Code. Throws if the exact number of bytes expected is not read.
resetVersionInfo() -  : static +  : self
Resets the current version info in order to attempt another reading
@@ -740,14 +740,14 @@ QR Code. Throws if the exact number of bytes expected is not read.
readFormatInformation() -  : static +  : self
Reads format information from one of its two locations within the QR Code.
readVersion() -  : static +  : self
Reads version information from one of its two locations within the QR Code.
@@ -2831,7 +2831,7 @@ returns true if a match is found, otherwise false.

public - mirrorDiagonal() : static + mirrorDiagonal() : self
@@ -2844,7 +2844,7 @@ returns true if a match is found, otherwise false.

Return values
- static + self
@@ -2926,7 +2926,7 @@ QR Code. Throws if the exact number of bytes expected is not read.

public - resetVersionInfo() : static + resetVersionInfo() : self
@@ -2939,7 +2939,7 @@ QR Code. Throws if the exact number of bytes expected is not read.

Return values
- static + self
@@ -3948,7 +3948,7 @@ false => $M_TYPE

private - readFormatInformation() : static + readFormatInformation() : self
@@ -3978,7 +3978,7 @@ false => $M_TYPE

Return values
- static + self
@@ -4004,7 +4004,7 @@ false => $M_TYPE

private - readVersion() : static + readVersion() : self
@@ -4043,7 +4043,7 @@ false => $M_TYPE

Return values
- static + self
diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index 7b76e22c4..9b351e6cc 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -561,7 +561,7 @@ the QR Code from an image.

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

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

@@ -664,7 +664,7 @@ the QR Code from an image.

@@ -719,7 +719,7 @@ the QR Code from an image.

@@ -783,7 +783,7 @@ the QR Code from an image.

diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index e857c07bb..8e359f6bf 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -366,7 +366,7 @@ returns an array with the transformed modules.
 : void -
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1236,7 +1236,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1246,7 +1246,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1382,7 +1382,7 @@ you need to supply the $file parameter here in that case (or handle the option v @@ -1437,11 +1437,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1590,7 +1590,7 @@ in long loops for a significant performance increase.

@@ -1652,7 +1652,7 @@ in long loops for a significant performance increase.

@@ -1704,7 +1704,7 @@ in long loops for a significant performance increase.

@@ -1745,7 +1745,7 @@ in long loops for a significant performance increase.

@@ -2006,7 +2006,7 @@ in long loops for a significant performance increase.

@@ -2089,7 +2089,7 @@ in long loops for a significant performance increase.

@@ -2126,7 +2126,7 @@ in long loops for a significant performance increase.

@@ -2161,7 +2161,7 @@ in long loops for a significant performance increase.

diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index e2acf29f7..84039b36e 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -365,7 +365,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1304,7 +1304,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1314,7 +1314,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1472,7 +1472,7 @@ you need to supply the $file parameter here in that case (or handle the option v @@ -1527,11 +1527,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1614,7 +1614,7 @@ in long loops for a significant performance increase.

@@ -1676,7 +1676,7 @@ in long loops for a significant performance increase.

@@ -1728,7 +1728,7 @@ in long loops for a significant performance increase.

@@ -1769,7 +1769,7 @@ in long loops for a significant performance increase.

@@ -1931,7 +1931,7 @@ in long loops for a significant performance increase.

@@ -2083,7 +2083,7 @@ It must return null for an empty value.

@@ -2166,7 +2166,7 @@ It must return null for an empty value.

@@ -2203,7 +2203,7 @@ It must return null for an empty value.

@@ -2238,7 +2238,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index 037064b86..f511e7163 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -154,7 +154,7 @@ @@ -370,7 +370,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -536,7 +536,7 @@ in long loops for a significant performance increase. @@ -946,7 +946,7 @@ in long loops for a significant performance increase. @@ -1332,7 +1332,7 @@ in long loops for a significant performance increase. @@ -1391,7 +1391,7 @@ in long loops for a significant performance increase. @@ -1399,7 +1399,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1409,7 +1409,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1467,7 +1467,7 @@ in long loops for a significant performance increase.
@@ -1587,7 +1587,7 @@ in long loops for a significant performance increase. @@ -1644,7 +1644,7 @@ in long loops for a significant performance increase. @@ -1699,11 +1699,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1737,7 +1737,7 @@ in long loops for a significant performance increase.

@@ -1801,7 +1801,7 @@ in long loops for a significant performance increase.

@@ -1836,7 +1836,7 @@ in long loops for a significant performance increase.

@@ -1890,7 +1890,7 @@ in long loops for a significant performance increase.

@@ -1939,7 +1939,7 @@ in long loops for a significant performance increase.

@@ -2001,7 +2001,7 @@ in long loops for a significant performance increase.

@@ -2053,7 +2053,7 @@ in long loops for a significant performance increase.

@@ -2094,7 +2094,7 @@ in long loops for a significant performance increase.

@@ -2133,7 +2133,7 @@ in long loops for a significant performance increase.

@@ -2197,7 +2197,7 @@ in long loops for a significant performance increase.

@@ -2256,7 +2256,7 @@ in long loops for a significant performance increase.

@@ -2344,7 +2344,7 @@ It must return null for an empty value.

@@ -2415,7 +2415,7 @@ It must return null for an empty value.

@@ -2465,7 +2465,7 @@ It must return null for an empty value.

@@ -2548,7 +2548,7 @@ It must return null for an empty value.

@@ -2583,7 +2583,7 @@ It must return null for an empty value.

@@ -2620,7 +2620,7 @@ It must return null for an empty value.

@@ -2655,7 +2655,7 @@ It must return null for an empty value.

@@ -2694,7 +2694,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index 82bb249d9..ec5c30f2d 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2132,7 +2132,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2693,7 +2693,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index bd58e15d1..90e300eb9 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2132,7 +2132,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2693,7 +2693,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index eee1c8f0e..511f7532e 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2132,7 +2132,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2693,7 +2693,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index fcda216c2..87432acb5 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2132,7 +2132,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index 22f8b9cc2..5f1a3dcce 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2693,7 +2693,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index e3273e2f1..00ecd1319 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -370,7 +370,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -574,7 +574,7 @@ in long loops for a significant performance increase. @@ -984,7 +984,7 @@ in long loops for a significant performance increase. @@ -1370,7 +1370,7 @@ in long loops for a significant performance increase. @@ -1429,7 +1429,7 @@ in long loops for a significant performance increase. @@ -1437,7 +1437,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1447,7 +1447,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1505,7 +1505,7 @@ in long loops for a significant performance increase.
@@ -1625,7 +1625,7 @@ in long loops for a significant performance increase. @@ -1682,7 +1682,7 @@ in long loops for a significant performance increase. @@ -1737,11 +1737,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1775,7 +1775,7 @@ in long loops for a significant performance increase.

@@ -1839,7 +1839,7 @@ in long loops for a significant performance increase.

@@ -1874,7 +1874,7 @@ in long loops for a significant performance increase.

@@ -1928,7 +1928,7 @@ in long loops for a significant performance increase.

@@ -1977,7 +1977,7 @@ in long loops for a significant performance increase.

@@ -2039,7 +2039,7 @@ in long loops for a significant performance increase.

@@ -2091,7 +2091,7 @@ in long loops for a significant performance increase.

@@ -2132,7 +2132,7 @@ in long loops for a significant performance increase.

@@ -2171,7 +2171,7 @@ in long loops for a significant performance increase.

@@ -2235,7 +2235,7 @@ in long loops for a significant performance increase.

@@ -2294,7 +2294,7 @@ in long loops for a significant performance increase.

@@ -2382,7 +2382,7 @@ It must return null for an empty value.

@@ -2503,7 +2503,7 @@ It must return null for an empty value.

@@ -2586,7 +2586,7 @@ It must return null for an empty value.

@@ -2621,7 +2621,7 @@ It must return null for an empty value.

@@ -2658,7 +2658,7 @@ It must return null for an empty value.

@@ -2693,7 +2693,7 @@ It must return null for an empty value.

@@ -2732,7 +2732,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index f825de39c..226637585 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -358,7 +358,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1321,7 +1321,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1331,7 +1331,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1511,7 +1511,7 @@ you need to supply the $file parameter here in that case (or handle the option v @@ -1566,11 +1566,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1727,7 +1727,7 @@ in long loops for a significant performance increase.

@@ -1789,7 +1789,7 @@ in long loops for a significant performance increase.

@@ -1841,7 +1841,7 @@ in long loops for a significant performance increase.

@@ -1882,7 +1882,7 @@ in long loops for a significant performance increase.

@@ -2005,7 +2005,7 @@ in long loops for a significant performance increase.

@@ -2142,7 +2142,7 @@ It must return null for an empty value.

@@ -2260,7 +2260,7 @@ It must return null for an empty value.

@@ -2297,7 +2297,7 @@ It must return null for an empty value.

@@ -2367,7 +2367,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index 924b51bed..911ac11ca 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -369,7 +369,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1301,7 +1301,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1311,7 +1311,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1538,7 +1538,7 @@ note: css4 colors are not included

@@ -1593,11 +1593,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1680,7 +1680,7 @@ in long loops for a significant performance increase.

@@ -1742,7 +1742,7 @@ in long loops for a significant performance increase.

@@ -1794,7 +1794,7 @@ in long loops for a significant performance increase.

@@ -1835,7 +1835,7 @@ in long loops for a significant performance increase.

@@ -1958,7 +1958,7 @@ in long loops for a significant performance increase.

@@ -2095,7 +2095,7 @@ It must return null for an empty value.

@@ -2178,7 +2178,7 @@ It must return null for an empty value.

@@ -2215,7 +2215,7 @@ It must return null for an empty value.

@@ -2250,7 +2250,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 86256ad46..ca1d87242 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -320,7 +320,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1145,7 +1145,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1155,7 +1155,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1318,7 +1318,7 @@ note: css4 colors are not included

@@ -1373,11 +1373,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1558,7 +1558,7 @@ in long loops for a significant performance increase.

@@ -1620,7 +1620,7 @@ in long loops for a significant performance increase.

@@ -1672,7 +1672,7 @@ in long loops for a significant performance increase.

@@ -1713,7 +1713,7 @@ in long loops for a significant performance increase.

@@ -1777,7 +1777,7 @@ in long loops for a significant performance increase.

@@ -1914,7 +1914,7 @@ It must return null for an empty value.

@@ -1997,7 +1997,7 @@ It must return null for an empty value.

@@ -2034,7 +2034,7 @@ It must return null for an empty value.

@@ -2069,7 +2069,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index a28e9c6c0..070787947 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -328,7 +328,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1191,7 +1191,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1201,7 +1201,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1364,7 +1364,7 @@ note: css4 colors are not included

@@ -1419,11 +1419,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1604,7 +1604,7 @@ in long loops for a significant performance increase.

@@ -1666,7 +1666,7 @@ in long loops for a significant performance increase.

@@ -1718,7 +1718,7 @@ in long loops for a significant performance increase.

@@ -1759,7 +1759,7 @@ in long loops for a significant performance increase.

@@ -1823,7 +1823,7 @@ in long loops for a significant performance increase.

@@ -1960,7 +1960,7 @@ It must return null for an empty value.

@@ -2043,7 +2043,7 @@ It must return null for an empty value.

@@ -2080,7 +2080,7 @@ It must return null for an empty value.

@@ -2115,7 +2115,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index 416ab2262..07c3288c2 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -390,7 +390,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1281,7 +1281,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1291,7 +1291,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1458,7 +1458,7 @@ you need to supply the $file parameter here in that case (or handle the option v @@ -1513,11 +1513,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1698,7 +1698,7 @@ in long loops for a significant performance increase.

@@ -1760,7 +1760,7 @@ in long loops for a significant performance increase.

@@ -1915,7 +1915,7 @@ in long loops for a significant performance increase.

@@ -2277,7 +2277,7 @@ in long loops for a significant performance increase.

@@ -2360,7 +2360,7 @@ in long loops for a significant performance increase.

@@ -2397,7 +2397,7 @@ in long loops for a significant performance increase.

@@ -2432,7 +2432,7 @@ in long loops for a significant performance increase.

diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index ea6af1d35..c72535dcc 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -340,7 +340,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1293,7 +1293,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1303,7 +1303,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1466,7 +1466,7 @@ note: css4 colors are not included

@@ -1521,11 +1521,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1767,7 +1767,7 @@ in long loops for a significant performance increase.

@@ -1829,7 +1829,7 @@ in long loops for a significant performance increase.

@@ -1934,7 +1934,7 @@ in long loops for a significant performance increase.

@@ -2061,7 +2061,7 @@ in long loops for a significant performance increase.

@@ -2254,7 +2254,7 @@ It must return null for an empty value.

@@ -2337,7 +2337,7 @@ It must return null for an empty value.

@@ -2374,7 +2374,7 @@ It must return null for an empty value.

@@ -2409,7 +2409,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index c0343f877..4f5f10d3a 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -309,7 +309,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1120,7 +1120,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1130,7 +1130,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1164,7 +1164,7 @@ in long loops for a significant performance increase.
@@ -1219,11 +1219,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1257,7 +1257,7 @@ in long loops for a significant performance increase.

@@ -1302,7 +1302,7 @@ in long loops for a significant performance increase.

@@ -1364,7 +1364,7 @@ in long loops for a significant performance increase.

@@ -1416,7 +1416,7 @@ in long loops for a significant performance increase.

@@ -1457,7 +1457,7 @@ in long loops for a significant performance increase.

@@ -1521,7 +1521,7 @@ in long loops for a significant performance increase.

@@ -1609,7 +1609,7 @@ It must return null for an empty value.

@@ -1654,7 +1654,7 @@ It must return null for an empty value.

@@ -1737,7 +1737,7 @@ It must return null for an empty value.

@@ -1774,7 +1774,7 @@ It must return null for an empty value.

@@ -1809,7 +1809,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index d86af5070..8763a90fd 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -360,7 +360,7 @@ returns an array with the transformed modules.  : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1247,7 +1247,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1257,7 +1257,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1487,7 +1487,7 @@ note: css4 colors are not included

@@ -1542,11 +1542,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1629,7 +1629,7 @@ in long loops for a significant performance increase.

@@ -1734,7 +1734,7 @@ in long loops for a significant performance increase.

@@ -1877,7 +1877,7 @@ in long loops for a significant performance increase.

@@ -2086,7 +2086,7 @@ It must return null for an empty value.

@@ -2169,7 +2169,7 @@ It must return null for an empty value.

@@ -2206,7 +2206,7 @@ It must return null for an empty value.

@@ -2241,7 +2241,7 @@ It must return null for an empty value.

diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index 84cb929d0..717befac8 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -334,7 +334,7 @@ returns an array with the transformed modules.
 : void
-
Creates copies of several QROptions values to avoid calling the magic getters +
Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.
@@ -1183,7 +1183,7 @@ in long loops for a significant performance increase. public - __construct(SettingsContainerInterface|QROptions $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options, QRMatrix $matrix) : mixed
@@ -1193,7 +1193,7 @@ in long loops for a significant performance increase.
$options - : SettingsContainerInterface|QROptions + : SettingsContainerInterface|QROptions|iterable<string|int, mixed>
@@ -1436,7 +1436,7 @@ you need to supply the $file parameter here in that case (or handle the option v @@ -1491,11 +1491,11 @@ returns an array with the transformed modules.

-

Creates copies of several QROptions values to avoid calling the magic getters +

Creates copies of several QROptions values to avoid calling the magic getters/property hooks in long loops for a significant performance increase.

@@ -1578,7 +1578,7 @@ in long loops for a significant performance increase.

@@ -1640,7 +1640,7 @@ in long loops for a significant performance increase.

@@ -1692,7 +1692,7 @@ in long loops for a significant performance increase.

@@ -1733,7 +1733,7 @@ in long loops for a significant performance increase.

@@ -1797,7 +1797,7 @@ in long loops for a significant performance increase.

@@ -1948,7 +1948,7 @@ It must return null for an empty value.

@@ -2031,7 +2031,7 @@ It must return null for an empty value.

@@ -2068,7 +2068,7 @@ It must return null for an empty value.

@@ -2103,7 +2103,7 @@ It must return null for an empty value.

diff --git a/js/searchIndex.js b/js/searchIndex.js index 4a1eb915b..0e9609ea2 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -2983,7 +2983,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AcopyVars\u0028\u0029", "name": "copyVars", - "summary": "Creates\u0020copies\u0020of\u0020several\u0020QROptions\u0020values\u0020to\u0020avoid\u0020calling\u0020the\u0020magic\u0020getters\nin\u0020long\u0020loops\u0020for\u0020a\u0020significant\u0020performance\u0020increase.", + "summary": "Creates\u0020copies\u0020of\u0020several\u0020QROptions\u0020values\u0020to\u0020avoid\u0020calling\u0020the\u0020magic\u0020getters\/property\u0020hooks\nin\u0020long\u0020loops\u0020for\u0020a\u0020significant\u0020performance\u0020increase.", "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_copyVars" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AsetMatrixDimensions\u0028\u0029",