|
14 | 14 |
|
15 | 15 | /**
|
16 | 16 | * The QRCode settings container
|
17 |
| - * |
18 |
| - * @property int $version |
19 |
| - * @property int $versionMin |
20 |
| - * @property int $versionMax |
21 |
| - * @property int $eccLevel |
22 |
| - * @property int $maskPattern |
23 |
| - * @property bool $addQuietzone |
24 |
| - * @property int $quietzoneSize |
25 |
| - * @property string $outputType |
26 |
| - * @property string|null $outputInterface |
27 |
| - * @property string|null $cachefile |
28 |
| - * @property string $eol |
29 |
| - * @property int $scale |
30 |
| - * @property string $cssClass |
31 |
| - * @property float $svgOpacity |
32 |
| - * @property string $svgDefs |
33 |
| - * @property int $svgViewBoxSize |
34 |
| - * @property string $svgPreserveAspectRatio |
35 |
| - * @property string $svgWidth |
36 |
| - * @property string $svgHeight |
37 |
| - * @property bool $svgConnectPaths |
38 |
| - * @property array $svgExcludeFromConnect |
39 |
| - * @property bool $svgDrawCircularModules |
40 |
| - * @property float $svgCircleRadius |
41 |
| - * @property array $svgKeepAsSquare |
42 |
| - * @property string $textDark |
43 |
| - * @property string $textLight |
44 |
| - * @property string $markupDark |
45 |
| - * @property string $markupLight |
46 |
| - * @property bool $returnResource |
47 |
| - * @property bool $imageBase64 |
48 |
| - * @property bool $imageTransparent |
49 |
| - * @property array $imageTransparencyBG |
50 |
| - * @property int $pngCompression |
51 |
| - * @property int $jpegQuality |
52 |
| - * @property string $imagickFormat |
53 |
| - * @property string|null $imagickBG |
54 |
| - * @property string $fpdfMeasureUnit |
55 |
| - * @property array|null $moduleValues |
56 |
| - * @property bool $readerUseImagickIfAvailable |
57 |
| - * @property bool $readerGrayscale |
58 |
| - * @property bool $readerIncreaseContrast |
59 | 17 | */
|
60 | 18 | class QROptions extends SettingsContainerAbstract{
|
61 | 19 | use QROptionsTrait;
|
|
0 commit comments