diff --git a/classes/Output-QRGdImageAVIFTest.html b/classes/Output-QRGdImageAVIFTest.html index dd6cff95f..4e6a7482e 100644 --- a/classes/Output-QRGdImageAVIFTest.html +++ b/classes/Output-QRGdImageAVIFTest.html @@ -69,7 +69,7 @@ Menu - +

Creates a LuminanceSource instance from the given file

+ public static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static @@ -662,6 +681,8 @@ getLuminances() may never be called. + +
Return values
static @@ -711,6 +732,8 @@ getLuminances() may never be called. + +
Return values
int @@ -766,6 +789,8 @@ getLuminances() may never be called. + +
Return values
array<string|int, mixed> @@ -838,6 +863,8 @@ getLuminances() may never be called.

+ +
Return values
array<string|int, mixed> @@ -891,6 +918,8 @@ getLuminances() may never be called.

+ +
Return values
int @@ -955,6 +984,8 @@ getLuminances() may never be called.

+ +
Return values
string @@ -1015,6 +1046,8 @@ getLuminances() may never be called.

+ +

@@ -848,6 +851,8 @@ where the least-significant bit represents the constant coefficient

+ +

@@ -906,6 +911,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
int @@ -977,6 +984,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
GenericGFPoly @@ -1026,6 +1035,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
int @@ -1090,6 +1101,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
int @@ -1154,6 +1167,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
int @@ -1210,6 +1225,8 @@ where the least-significant bit represents the constant coefficient

+ +
Return values
int diff --git a/classes/chillerlan-QRCode-Common-GenericGFPoly.html b/classes/chillerlan-QRCode-Common-GenericGFPoly.html index 56c58c150..38ff599fb 100644 --- a/classes/chillerlan-QRCode-Common-GenericGFPoly.html +++ b/classes/chillerlan-QRCode-Common-GenericGFPoly.html @@ -69,7 +69,7 @@ Menu - +

Creates a LuminanceSource instance from the given file

+ public static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static @@ -647,6 +666,8 @@ getLuminances() may never be called. + +
Return values
static @@ -696,6 +717,8 @@ getLuminances() may never be called. + +
Return values
int @@ -751,6 +774,8 @@ getLuminances() may never be called. + +
Return values
array<string|int, mixed> @@ -823,6 +848,8 @@ getLuminances() may never be called.

+ +
Return values
array<string|int, mixed> @@ -876,6 +903,8 @@ getLuminances() may never be called.

+ +
Return values
int @@ -940,6 +969,8 @@ getLuminances() may never be called.

+ +
Return values
string @@ -1000,6 +1031,8 @@ getLuminances() may never be called.

+ +
+ +
+ +
Return values
int @@ -590,6 +603,8 @@ getLuminances() may never be called. + +
Return values
array<string|int, mixed> @@ -662,6 +677,8 @@ getLuminances() may never be called.

+ +
Return values
array<string|int, mixed> @@ -715,6 +732,8 @@ getLuminances() may never be called.

+ +
Return values
int @@ -779,6 +798,8 @@ getLuminances() may never be called.

+ +
Return values
string @@ -839,6 +860,8 @@ getLuminances() may never be called.

+ +
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html index ccad66f80..55dd4d692 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html @@ -69,7 +69,7 @@ Menu - +

checks if the given string qualifies for the encoder module

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

+ +
Return values
bool @@ -719,7 +743,8 @@ ISO/IEC 18004:2000 Section 8.4.3

- +

writes the actual data string to the BitBuffer, uses the given version to determine the length bits

+ public write(BitBuffer $bitBuffer, int $versionNumber) : static @@ -761,6 +786,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ +
Return values
static @@ -797,6 +824,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ +
Return values
int @@ -843,6 +872,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Byte.html b/classes/chillerlan-QRCode-Data-Byte.html index 888aa7fd8..74f5fd030 100644 --- a/classes/chillerlan-QRCode-Data-Byte.html +++ b/classes/chillerlan-QRCode-Data-Byte.html @@ -69,7 +69,7 @@ Menu - +

reads a segment from the BitBuffer and decodes in the current data mode

+ public static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string @@ -551,6 +565,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ +
Return values
string @@ -575,7 +591,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- +

retruns the length in bits of the data string

+ public getLengthInBits() : int @@ -600,6 +617,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ +
Return values
int @@ -624,7 +643,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- +

checks if the given string qualifies for the encoder module

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

+ +
Return values
bool @@ -683,7 +705,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- +

writes the actual data string to the BitBuffer, uses the given version to determine the length bits

+ public write(BitBuffer $bitBuffer, int $versionNumber) : static @@ -725,6 +748,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ +
Return values
static @@ -761,6 +786,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ +
Return values
int @@ -807,6 +834,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-ECI.html b/classes/chillerlan-QRCode-Data-ECI.html index 6f2eff043..1fd1606d5 100644 --- a/classes/chillerlan-QRCode-Data-ECI.html +++ b/classes/chillerlan-QRCode-Data-ECI.html @@ -69,7 +69,7 @@ Menu - +

retruns the length in bits of the data string

+ public getLengthInBits() : int @@ -652,6 +668,8 @@ + +
Return values
int @@ -713,6 +731,8 @@ + +
Return values
ECICharset @@ -737,7 +757,8 @@ - +

checks if the given string qualifies for the encoder module

+ public static validateString(string $string) : bool @@ -774,6 +795,8 @@ + +
Return values
bool @@ -849,6 +872,8 @@ + +
Return values
static @@ -885,6 +910,8 @@ + +
Return values
int @@ -931,6 +958,8 @@ + +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Hanzi.html b/classes/chillerlan-QRCode-Data-Hanzi.html index d1590feaf..ad9a0ee78 100644 --- a/classes/chillerlan-QRCode-Data-Hanzi.html +++ b/classes/chillerlan-QRCode-Data-Hanzi.html @@ -69,7 +69,7 @@ Menu - +

retruns the length in bits of the data string

+ public getLengthInBits() : int @@ -736,6 +754,8 @@ + +
Return values
int @@ -782,6 +802,8 @@ + +
Return values
bool @@ -806,7 +828,8 @@ - +

writes the actual data string to the BitBuffer, uses the given version to determine the length bits

+ public write(BitBuffer $bitBuffer, int $versionNumber) : static @@ -858,6 +881,8 @@ + +
Return values
static @@ -908,6 +933,8 @@ + +
Return values
int @@ -954,6 +981,8 @@ + +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Kanji.html b/classes/chillerlan-QRCode-Data-Kanji.html index a3fed0165..839d8c393 100644 --- a/classes/chillerlan-QRCode-Data-Kanji.html +++ b/classes/chillerlan-QRCode-Data-Kanji.html @@ -69,7 +69,7 @@ Menu - +

reads a segment from the BitBuffer and decodes in the current data mode

+ public static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string @@ -621,6 +636,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
string @@ -645,7 +662,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- +

retruns the length in bits of the data string

+ public getLengthInBits() : int @@ -670,6 +688,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
int @@ -716,6 +736,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
bool @@ -740,7 +762,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- +

writes the actual data string to the BitBuffer, uses the given version to determine the length bits

+ public write(BitBuffer $bitBuffer, int $versionNumber) : static @@ -792,6 +815,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
static @@ -842,6 +867,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
int @@ -888,6 +915,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html index 4b4ecc28d..cd444ad56 100644 --- a/classes/chillerlan-QRCode-Data-Number.html +++ b/classes/chillerlan-QRCode-Data-Number.html @@ -69,7 +69,7 @@ Menu - +

reads a segment from the BitBuffer and decodes in the current data mode

+ public static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string @@ -592,6 +608,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
string @@ -616,7 +634,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- +

retruns the length in bits of the data string

+ public getLengthInBits() : int @@ -641,6 +660,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
int @@ -665,7 +686,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- +

checks if the given string qualifies for the encoder module

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

+ +
Return values
bool @@ -724,7 +748,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- +

writes the actual data string to the BitBuffer, uses the given version to determine the length bits

+ public write(BitBuffer $bitBuffer, int $versionNumber) : static @@ -766,6 +791,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
static @@ -802,6 +829,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
int @@ -848,6 +877,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
int @@ -894,6 +925,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ +
Return values
int diff --git a/classes/chillerlan-QRCode-Data-QRCodeDataException.html b/classes/chillerlan-QRCode-Data-QRCodeDataException.html index 1fa92296a..4933393d6 100644 --- a/classes/chillerlan-QRCode-Data-QRCodeDataException.html +++ b/classes/chillerlan-QRCode-Data-QRCodeDataException.html @@ -69,7 +69,7 @@ Menu - +

Generates the output, optionally dumps it to a file, and returns it

+ public dump([string $file = null ]) : string|GdImage @@ -1392,6 +1464,8 @@ in long loops for a significant performance increase. + +
Return values
string|GdImage @@ -1460,6 +1534,8 @@ in long loops for a significant performance increase. + +
Return values
bool @@ -1519,6 +1595,8 @@ in long loops for a significant performance increase. + +
Return values array<string|int, mixed> @@ -1607,6 +1687,8 @@ in long loops for a significant performance increase.

+ +
Return values GdImage @@ -1692,6 +1776,8 @@ in long loops for a significant performance increase.

+ +
Return values string @@ -1748,17 +1836,17 @@ in long loops for a significant performance increase.

class="phpdocumentor-element -method -protected - -abstract " + " >

getDefaultModuleValue() - +

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

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

+
+ Tags + + +
+
+
+ inheritDoc +
+
+ + +
+
+ +
+
Return values
+ int +
+
+ +
Return values array<string|int, mixed> @@ -1987,22 +2101,24 @@ in long loops for a significant performance increase.

+ +

prepareModuleValue() - +

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

protected - abstract prepareModuleValue(mixed $value) : mixed + prepareModuleValue(mixed $value) : int
@@ -2027,8 +2143,36 @@ in long loops for a significant performance increase.

+
+ Tags + + +
+
+
+ inheritDoc +
+
+ + +
+
+ throws +
+
+ QRCodeOutputException + + +
+
+ +
+
Return values
+ int +
+
+ +
+ +
+ +
Return values string @@ -2496,7 +2654,7 @@ in long loops for a significant performance increase.

  • Methods
  • @@ -573,6 +577,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    @@ -1290,13 +1328,13 @@ in long loops for a significant performance increase. >

    __construct() - +

    @@ -1328,6 +1366,39 @@ in long loops for a significant performance increase. +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + noinspection +
    +
    + +

    PhpMissingParentConstructorInspection

    +
    + +
    +
    + + @@ -1349,7 +1420,8 @@ in long loops for a significant performance increase. - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string|GdImage @@ -1392,6 +1464,8 @@ in long loops for a significant performance increase. + +
    Return values
    string|GdImage @@ -1460,6 +1534,8 @@ in long loops for a significant performance increase. + +
    Return values
    bool @@ -1519,6 +1595,8 @@ in long loops for a significant performance increase. + +
    Return values array<string|int, mixed> @@ -1607,6 +1687,8 @@ in long loops for a significant performance increase.

    + +
    Return values GdImage @@ -1692,6 +1776,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1748,17 +1836,17 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

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

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

    +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + int +
    +
    + +
    Return values array<string|int, mixed> @@ -1987,22 +2101,24 @@ in long loops for a significant performance increase.

    + +

    prepareModuleValue() - +

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

    protected - abstract prepareModuleValue(mixed $value) : mixed + prepareModuleValue(mixed $value) : int
    @@ -2027,8 +2143,36 @@ in long loops for a significant performance increase.

    +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + +
    +
    Return values
    + int +
    +
    + +
    + +
    + +
    Return values string @@ -2482,7 +2640,7 @@ in long loops for a significant performance increase.

  • Methods
  • @@ -573,6 +577,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    @@ -1290,13 +1328,13 @@ in long loops for a significant performance increase. >

    __construct() - +

    @@ -1328,6 +1366,39 @@ in long loops for a significant performance increase. +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + noinspection +
    +
    + +

    PhpMissingParentConstructorInspection

    +
    + +
    +
    + + @@ -1349,7 +1420,8 @@ in long loops for a significant performance increase. - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string|GdImage @@ -1392,6 +1464,8 @@ in long loops for a significant performance increase. + +
    Return values
    string|GdImage @@ -1460,6 +1534,8 @@ in long loops for a significant performance increase. + +
    Return values
    bool @@ -1519,6 +1595,8 @@ in long loops for a significant performance increase. + +
    Return values array<string|int, mixed> @@ -1607,6 +1687,8 @@ in long loops for a significant performance increase.

    + +
    Return values GdImage @@ -1692,6 +1776,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1748,17 +1836,17 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

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

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

    +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + int +
    +
    + +
    Return values array<string|int, mixed> @@ -1987,22 +2101,24 @@ in long loops for a significant performance increase.

    + +

    prepareModuleValue() - +

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

    protected - abstract prepareModuleValue(mixed $value) : mixed + prepareModuleValue(mixed $value) : int
    @@ -2027,8 +2143,36 @@ in long loops for a significant performance increase.

    +
    + Tags + + +
    +
    +
    + inheritDoc +
    +
    + + +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + +
    +
    Return values
    + int +
    +
    + +
    + +
    + +
    Return values string @@ -2482,7 +2640,7 @@ in long loops for a significant performance increase.

  • Methods
  • + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    @@ -1247,6 +1283,8 @@ in long loops for a significant performance increase. + +
    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string|Imagick @@ -1301,6 +1340,8 @@ in long loops for a significant performance increase. + +
    Return values
    string|Imagick @@ -1369,6 +1410,8 @@ in long loops for a significant performance increase. + +
    Return values
    bool @@ -1422,6 +1465,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1462,6 +1507,8 @@ in long loops for a significant performance increase.

    + +
    Return values Imagick @@ -1530,6 +1579,8 @@ in long loops for a significant performance increase.

    + +
    Return values ImagickPixel @@ -1649,6 +1702,8 @@ in long loops for a significant performance increase.

    + +
    + +
    Return values
    array<string|int, mixed> @@ -1792,6 +1851,8 @@ in long loops for a significant performance increase.

    + +
    Return values ImagickPixel @@ -1932,6 +1995,8 @@ in long loops for a significant performance increase.

    + +
    + +
    + +
    Return values string diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index 4dc856bba..11fa57ba7 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -69,7 +69,7 @@ Menu
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    @@ -1220,6 +1254,8 @@ in long loops for a significant performance increase. + +
    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string|ImageInterface @@ -1274,6 +1311,8 @@ in long loops for a significant performance increase. + +
    Return values
    string|ImageInterface @@ -1361,6 +1400,8 @@ note: css4 colors are not included

    + +
    Return values
    bool @@ -1407,6 +1448,8 @@ note: css4 colors are not included

    + +
    Return values
    static @@ -1460,6 +1503,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1500,30 +1545,31 @@ in long loops for a significant performance increase.

    + +

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Return values array<string|int, mixed> @@ -1744,30 +1825,31 @@ in long loops for a significant performance increase.

    + +

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    + +
    Return values
    string @@ -2128,12 +2247,12 @@ in long loops for a significant performance increase.

  • setDriver()
  • collectModules()
  • copyVars()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • module()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • setModuleValues()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 6e090c637..07eb6e01e 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -69,7 +69,7 @@ Menu
    + +
    + +
    + +
    + +
    + +
    + +
    - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1118,6 +1149,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1205,6 +1238,8 @@ note: css4 colors are not included

    + +
    Return values
    bool @@ -1258,6 +1293,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1298,6 +1335,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1385,6 +1426,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1395,25 +1438,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Return values array<string|int, mixed> @@ -1583,25 +1660,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    + +
    Return values
    string @@ -1960,11 +2073,11 @@ in long loops for a significant performance increase.

  • copyVars()
  • createMarkup()
  • getCssClass()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • setModuleValues()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index 7d09ed142..d10a709e3 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -69,7 +69,7 @@ Menu
    @@ -481,6 +483,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1161,6 +1194,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1248,6 +1283,8 @@ note: css4 colors are not included

    + +
    Return values
    bool @@ -1301,6 +1338,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1341,6 +1380,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1442,6 +1485,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1452,25 +1497,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Return values array<string|int, mixed> @@ -1640,25 +1719,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    + +
    Return values
    string @@ -2024,11 +2139,11 @@ in long loops for a significant performance increase.

  • copyVars()
  • createMarkup()
  • getCssClass()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • setModuleValues()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index 957113628..78756596b 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -69,7 +69,7 @@ Menu
    @@ -576,6 +580,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1256,6 +1291,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1280,7 +1317,8 @@ in long loops for a significant performance increase. - +

    Determines whether the given value is valid

    + public static moduleValueIsValid(mixed $value) : bool @@ -1332,6 +1370,8 @@ in long loops for a significant performance increase. + +
    Return values
    bool @@ -1385,6 +1425,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1425,6 +1467,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1540,6 +1586,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1550,25 +1598,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Returns a 2 element array with the current output width and height

    + protected getOutputDimensions() : array<string|int, mixed> @@ -1739,6 +1820,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    array<string|int, mixed> @@ -1798,6 +1881,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1849,6 +1934,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1924,6 +2011,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1992,6 +2081,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -2028,6 +2119,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -2038,25 +2131,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    + +
    Return values
    string @@ -2422,7 +2551,7 @@ in long loops for a significant performance increase.

  • copyVars()
  • createMarkup()
  • getCssClass()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • @@ -2431,7 +2560,7 @@ in long loops for a significant performance increase.

  • module()
  • path()
  • paths()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • setModuleValues()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index 7230c9e80..db4bb026a 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -69,7 +69,7 @@ Menu

    @@ -499,6 +502,8 @@ in long loops for a significant performance increase. + +

    @@ -541,6 +546,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    @@ -1200,6 +1235,8 @@ in long loops for a significant performance increase. + +
    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1254,6 +1292,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1341,6 +1381,8 @@ note: css4 colors are not included

    + +
    Return values
    bool @@ -1394,6 +1436,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1434,6 +1478,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1525,6 +1573,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    DOMElement @@ -1571,6 +1621,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1581,25 +1633,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Returns a 2 element array with the current output width and height

    + protected getOutputDimensions() : array<string|int, mixed> @@ -1770,6 +1855,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    array<string|int, mixed> @@ -1830,6 +1917,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    DOMElement|null @@ -1840,25 +1929,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    Return values DOMElement|null @@ -2010,6 +2129,8 @@ in long loops for a significant performance increase.

    + +
    + +
    Return values string @@ -2280,12 +2407,12 @@ in long loops for a significant performance increase.

  • createMarkup()
  • createMatrix()
  • getCssClass()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • module()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • row()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index be1ba511f..be47b8baa 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -69,7 +69,7 @@ Menu
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    Return values
    array<string|int, mixed> @@ -1128,6 +1161,8 @@ in long loops for a significant performance increase.

    + +
    + +
    + +
    Return values
    array<string|int, mixed> @@ -1358,6 +1401,8 @@ in long loops for a significant performance increase.

    + +
    + +
    + +
    Return values
    string diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html index 78f6b9c01..242fd415a 100644 --- a/classes/chillerlan-QRCode-Output-QROutputInterface.html +++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html @@ -69,7 +69,7 @@ Menu

    @@ -387,6 +391,8 @@ + +

    @@ -429,7 +435,9 @@ - + + +

    @@ -473,7 +481,9 @@ - + + +
    @@ -544,6 +554,8 @@ you need to supply the $file parameter here in that case (or handle the option v + +
    Return values bool diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index 9d28bbcb1..aa8f0ca9c 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -69,7 +69,7 @@ Menu

    @@ -476,6 +478,8 @@ in long loops for a significant performance increase. + +

    @@ -518,6 +522,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1206,6 +1241,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1293,6 +1330,8 @@ note: css4 colors are not included

    + +
    Return values
    bool @@ -1346,6 +1385,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1386,30 +1427,31 @@ in long loops for a significant performance increase.

    + +

    getDefaultModuleValue() - +

    -

    Returns a default value for either dark or light modules (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::getDefaultModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    + +
    Return values array<string|int, mixed> @@ -1641,6 +1718,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    array<string|int, mixed>|null @@ -1651,25 +1730,24 @@ in long loops for a significant performance increase.

    class="phpdocumentor-element -method -protected - -abstract " + " >

    prepareModuleValue() - +

    -

    Prepares the value for the given input (return value depends on the output class)

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

    +
    + Tags + + +
    +
    +
    + implements +
    +
    + +

    \chillerlan\QRCode\Output\QROutputAbstract::prepareModuleValue()

    +
    + +
    +
    + inheritDoc +
    +
    + + +
    +
    + +
    +
    Return values
    + string +
    +
    Return values array<string|int, mixed>|null @@ -1821,6 +1930,8 @@ in long loops for a significant performance increase.

    + +
    + +
    Return values string @@ -2087,12 +2204,12 @@ in long loops for a significant performance increase.

  • moduleValueIsValid()
  • collectModules()
  • copyVars()
  • -
  • getDefaultModuleValue()
  • +
  • getDefaultModuleValue()
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • module()
  • -
  • prepareModuleValue()
  • +
  • prepareModuleValue()
  • row()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index 0916d8547..35d4500b0 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -69,7 +69,7 @@ Menu
    @@ -472,6 +477,8 @@ in long loops for a significant performance increase. + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    Return values
    string @@ -1207,7 +1244,8 @@ in long loops for a significant performance increase. - +

    Generates the output, optionally dumps it to a file, and returns it

    + public dump([string $file = null ]) : string @@ -1242,6 +1280,8 @@ in long loops for a significant performance increase. + +
    Return values
    string @@ -1266,7 +1306,8 @@ in long loops for a significant performance increase. - +

    Determines whether the given value is valid

    + public static moduleValueIsValid(mixed $value) : bool @@ -1301,6 +1342,8 @@ in long loops for a significant performance increase. + +
    Return values
    bool @@ -1354,6 +1397,8 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

    + +
    Return values
    array<string|int, mixed> @@ -1394,6 +1439,8 @@ in long loops for a significant performance increase.

    + +
    Return values string @@ -1513,6 +1562,8 @@ in long loops for a significant performance increase.

    + +
    + +
    Return values
    array<string|int, mixed> @@ -1655,6 +1710,8 @@ in long loops for a significant performance increase.

    + +
    Return values
    string @@ -1740,6 +1797,8 @@ in long loops for a significant performance increase.

    + +
    + +
    Return values string diff --git a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html index cd404f801..b977d834d 100644 --- a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html @@ -69,7 +69,7 @@ Menu
    @@ -548,6 +555,8 @@ + +
    Return values static @@ -639,6 +650,8 @@ + +
    Return values
    static @@ -688,6 +701,8 @@ + +
    Return values
    static @@ -759,6 +774,8 @@ + +
    Return values
    static @@ -807,6 +824,8 @@ + +
    Return values
    static @@ -855,6 +874,8 @@ + +
    Return values
    static @@ -903,6 +924,8 @@ + +
    Return values
    static @@ -952,6 +975,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    static @@ -1002,6 +1027,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    static @@ -1038,6 +1065,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    QRMatrix @@ -1086,6 +1115,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    DecoderResult @@ -1148,6 +1179,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    DecoderResult @@ -1194,6 +1227,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    DecoderResult @@ -1248,6 +1283,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    + +
    Return values
    static @@ -1384,6 +1425,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    QRMatrix @@ -1445,6 +1488,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    + +
    Return values
    QROutputInterface diff --git a/classes/chillerlan-QRCode-QRCodeException.html b/classes/chillerlan-QRCode-QRCodeException.html index 2404469e1..2d2f5cac5 100644 --- a/classes/chillerlan-QRCode-QRCodeException.html +++ b/classes/chillerlan-QRCode-QRCodeException.html @@ -69,7 +69,7 @@ Menu
    QROptions::$cachefile + +
    QROptions::$cachefile + +
    $M_TYPE of all modules to + +
    $M_TYPE of all modules to
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    imagefilledellipse() and then scaled back + +
    QROptions::$outputBase64. (default: + +
    QROptions::$outputBase64. (default:
    QROptions::$outputBase64. (default:
    QROptions::$outputBase64. (default: + +
    QROptions::$outputBase64. (default: + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    @@ -2792,6 +2883,8 @@ When set to false, the module values map will b + +
    Return values
    int|null @@ -2839,6 +2932,8 @@ When set to false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    false, the module values map will b + +
    diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index 0aa707a32..e4ccd814e 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -69,7 +69,7 @@ Menu