From 5f2dabd98bf706480b4a1f6f02e820e313c0161e Mon Sep 17 00:00:00 2001
From: codemasher
public
static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -596,6 +612,8 @@ getLuminances() may never be called.
+
+
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.
+
+
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.
+
+
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
+
+
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
+
+
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
+
+
retruns the length in bits of the data string
+
public
getLengthInBits() : int
@@ -600,6 +617,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
+
+
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
+
+
retruns the length in bits of the data string
+
public
getLengthInBits() : int
@@ -652,6 +668,8 @@
+
+
checks if the given string qualifies for the encoder module
+
public
static validateString(string $string) : bool
@@ -774,6 +795,8 @@
+
+
retruns the length in bits of the data string
+
public
getLengthInBits() : int
@@ -736,6 +754,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 @@
+
+
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
+
+
retruns the length in bits of the data string
+
public
getLengthInBits() : int
@@ -670,6 +688,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
+
+
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
+
+
retruns the length in bits of the data string
+
public
getLengthInBits() : int
@@ -641,6 +660,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
+
+
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
+
+
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.
+
+
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : int
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : int
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.
+
+
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : int
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : int
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.
+
+
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : int
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : int
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.
+
+
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : int
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : int
public
dump([string $file = null ]) : string|Imagick
@@ -1301,6 +1340,8 @@ in long loops for a significant performance increase.
+
+
public
dump([string $file = null ]) : string|ImageInterface
@@ -1274,6 +1311,8 @@ in long loops for a significant performance increase.
+
+
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
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
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.
+
+
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
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
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.
+
+
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
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
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.
+
+
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.
+
+
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
protected
getOutputDimensions() : array<string|int, mixed>
@@ -1739,6 +1820,8 @@ in long loops for a significant performance increase.
+
+
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
public
dump([string $file = null ]) : string
@@ -1254,6 +1292,8 @@ in long loops for a significant performance increase.
+
+
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
protected
getOutputDimensions() : array<string|int, mixed>
@@ -1770,6 +1855,8 @@ in long loops for a significant performance increase.
+
+
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
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.
+
+
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
Prepares the value for the given input (return value depends on the output class)
- +
protected
- abstract prepareModuleValue(mixed $value) : mixed
+ prepareModuleValue(mixed $value) : string
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.
+
+
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.
+
+
+
+
QROptions::$outputBase64 . (default:
QROptions::$outputBase64 . (default:
+
+
+
+
false, the module values map will b
+
+
false, the module values map will b
+
+