|
23 | 23 | /**
|
24 | 24 | * The QRCode plug-in settings & setter functionality
|
25 | 25 | *
|
26 |
| - * @property int $version |
27 |
| - * @property int $versionMin |
28 |
| - * @property int $versionMax |
29 |
| - * @property int $eccLevel |
30 |
| - * @property int $maskPattern |
31 |
| - * @property bool $addQuietzone |
32 |
| - * @property int $quietzoneSize |
33 |
| - * @property string $outputInterface |
34 |
| - * @property bool $returnResource |
35 |
| - * @property string|null $cachefile |
36 |
| - * @property bool $outputBase64 |
37 |
| - * @property string $eol |
38 |
| - * @property mixed $bgColor |
39 |
| - * @property bool $invertMatrix |
40 |
| - * @property bool $drawLightModules |
41 |
| - * @property bool $drawCircularModules |
42 |
| - * @property float $circleRadius |
43 |
| - * @property array $keepAsSquare |
44 |
| - * @property bool $connectPaths |
45 |
| - * @property array $excludeFromConnect |
46 |
| - * @property array $moduleValues |
47 |
| - * @property bool $addLogoSpace |
48 |
| - * @property int|null $logoSpaceWidth |
49 |
| - * @property int|null $logoSpaceHeight |
50 |
| - * @property int|null $logoSpaceStartX |
51 |
| - * @property int|null $logoSpaceStartY |
52 |
| - * @property int $scale |
53 |
| - * @property bool $imageTransparent |
54 |
| - * @property mixed $transparencyColor |
55 |
| - * @property int $quality |
56 |
| - * @property bool $gdImageUseUpscale |
57 |
| - * @property string $imagickFormat |
58 |
| - * @property string $cssClass |
59 |
| - * @property bool $svgAddXmlHeader |
60 |
| - * @property string $svgDefs |
61 |
| - * @property string $svgPreserveAspectRatio |
62 |
| - * @property bool $svgUseFillAttributes |
63 |
| - * @property string $textLineStart |
64 |
| - * @property int $jsonFlags |
65 |
| - * @property string $fpdfMeasureUnit |
66 |
| - * @property string|null $xmlStylesheet |
| 26 | + * @property int $version |
| 27 | + * @property int $versionMin |
| 28 | + * @property int $versionMax |
| 29 | + * @property int $eccLevel |
| 30 | + * @property int $maskPattern |
| 31 | + * @property bool $addQuietzone |
| 32 | + * @property int $quietzoneSize |
| 33 | + * @property string $outputInterface |
| 34 | + * @property bool $returnResource |
| 35 | + * @property string|null $cachefile |
| 36 | + * @property bool $outputBase64 |
| 37 | + * @property string $eol |
| 38 | + * @property mixed $bgColor |
| 39 | + * @property bool $invertMatrix |
| 40 | + * @property bool $drawLightModules |
| 41 | + * @property bool $drawCircularModules |
| 42 | + * @property float $circleRadius |
| 43 | + * @property int[] $keepAsSquare |
| 44 | + * @property bool $connectPaths |
| 45 | + * @property int[] $excludeFromConnect |
| 46 | + * @property array<int, mixed> $moduleValues |
| 47 | + * @property bool $addLogoSpace |
| 48 | + * @property int|null $logoSpaceWidth |
| 49 | + * @property int|null $logoSpaceHeight |
| 50 | + * @property int|null $logoSpaceStartX |
| 51 | + * @property int|null $logoSpaceStartY |
| 52 | + * @property int $scale |
| 53 | + * @property bool $imageTransparent |
| 54 | + * @property mixed $transparencyColor |
| 55 | + * @property int $quality |
| 56 | + * @property bool $gdImageUseUpscale |
| 57 | + * @property string $imagickFormat |
| 58 | + * @property string $cssClass |
| 59 | + * @property bool $svgAddXmlHeader |
| 60 | + * @property string $svgDefs |
| 61 | + * @property string $svgPreserveAspectRatio |
| 62 | + * @property bool $svgUseFillAttributes |
| 63 | + * @property string $textLineStart |
| 64 | + * @property int $jsonFlags |
| 65 | + * @property string $fpdfMeasureUnit |
| 66 | + * @property string|null $xmlStylesheet |
67 | 67 | */
|
68 | 68 | trait QROptionsTrait{
|
69 | 69 |
|
|
0 commit comments