diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 2ceb9f42b..e857c07bb 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -358,8 +358,8 @@  : array<int, mixed> -
collects the modules per QRMatrix::M_* type and runs a $transform function on each module and -returns an array with the transformed modules
+
collects the modules per QRMatrix::M_* type, runs a transform method on each module and +returns an array with the transformed modules.
copyVars() @@ -419,9 +419,9 @@ in long loops for a significant performance increase.
Returns the main header for the EPS file, including function definitions and background
- module() + moduleTransform() -  : string +  : string|null
Returns a path segment for a single module
@@ -1382,39 +1382,38 @@ you need to supply the $file parameter here in that case (or handle the option v -

collects the modules per QRMatrix::M_* type and runs a $transform function on each module and -returns an array with the transformed modules

+

collects the modules per QRMatrix::M_* type, runs a transform method on each module and +returns an array with the transformed modules.

protected - collectModules(Closure $transform) : array<int, mixed> + collectModules() : array<int, mixed>
-

The transform callback is called with the following parameters:

-

$x - current column -$y - current row -$M_TYPE - field value -$M_TYPE_LAYER - (possibly modified) field value that acts as layer id

-
- -
Parameters
-
-
- $transform - : Closure -
-
- -
-
- + + +
+ Tags + + +
+
+
+ see +
+
+ QROutputAbstract::moduleTransform() + + +
+
@@ -1841,9 +1840,9 @@ in long loops for a significant performance increase.

-protected " > -

- module() - +

+ moduleTransform() +