|
|
@@ -23,47 +23,47 @@ use const JSON_THROW_ON_ERROR, JSON_UNESCAPED_SLASHES, PHP_EOL;
|
|
|
/**
|
|
|
* The QRCode plug-in settings & setter functionality
|
|
|
*
|
|
|
- * @property int $version
|
|
|
- * @property int $versionMin
|
|
|
- * @property int $versionMax
|
|
|
- * @property int $eccLevel
|
|
|
- * @property int $maskPattern
|
|
|
- * @property bool $addQuietzone
|
|
|
- * @property int $quietzoneSize
|
|
|
- * @property string $outputInterface
|
|
|
- * @property bool $returnResource
|
|
|
- * @property string|null $cachefile
|
|
|
- * @property bool $outputBase64
|
|
|
- * @property string $eol
|
|
|
- * @property mixed $bgColor
|
|
|
- * @property bool $invertMatrix
|
|
|
- * @property bool $drawLightModules
|
|
|
- * @property bool $drawCircularModules
|
|
|
- * @property float $circleRadius
|
|
|
- * @property array $keepAsSquare
|
|
|
- * @property bool $connectPaths
|
|
|
- * @property array $excludeFromConnect
|
|
|
- * @property array $moduleValues
|
|
|
- * @property bool $addLogoSpace
|
|
|
- * @property int|null $logoSpaceWidth
|
|
|
- * @property int|null $logoSpaceHeight
|
|
|
- * @property int|null $logoSpaceStartX
|
|
|
- * @property int|null $logoSpaceStartY
|
|
|
- * @property int $scale
|
|
|
- * @property bool $imageTransparent
|
|
|
- * @property mixed $transparencyColor
|
|
|
- * @property int $quality
|
|
|
- * @property bool $gdImageUseUpscale
|
|
|
- * @property string $imagickFormat
|
|
|
- * @property string $cssClass
|
|
|
- * @property bool $svgAddXmlHeader
|
|
|
- * @property string $svgDefs
|
|
|
- * @property string $svgPreserveAspectRatio
|
|
|
- * @property bool $svgUseFillAttributes
|
|
|
- * @property string $textLineStart
|
|
|
- * @property int $jsonFlags
|
|
|
- * @property string $fpdfMeasureUnit
|
|
|
- * @property string|null $xmlStylesheet
|
|
|
+ * @property int $version
|
|
|
+ * @property int $versionMin
|
|
|
+ * @property int $versionMax
|
|
|
+ * @property int $eccLevel
|
|
|
+ * @property int $maskPattern
|
|
|
+ * @property bool $addQuietzone
|
|
|
+ * @property int $quietzoneSize
|
|
|
+ * @property string $outputInterface
|
|
|
+ * @property bool $returnResource
|
|
|
+ * @property string|null $cachefile
|
|
|
+ * @property bool $outputBase64
|
|
|
+ * @property string $eol
|
|
|
+ * @property mixed $bgColor
|
|
|
+ * @property bool $invertMatrix
|
|
|
+ * @property bool $drawLightModules
|
|
|
+ * @property bool $drawCircularModules
|
|
|
+ * @property float $circleRadius
|
|
|
+ * @property int[] $keepAsSquare
|
|
|
+ * @property bool $connectPaths
|
|
|
+ * @property int[] $excludeFromConnect
|
|
|
+ * @property array<int, mixed> $moduleValues
|
|
|
+ * @property bool $addLogoSpace
|
|
|
+ * @property int|null $logoSpaceWidth
|
|
|
+ * @property int|null $logoSpaceHeight
|
|
|
+ * @property int|null $logoSpaceStartX
|
|
|
+ * @property int|null $logoSpaceStartY
|
|
|
+ * @property int $scale
|
|
|
+ * @property bool $imageTransparent
|
|
|
+ * @property mixed $transparencyColor
|
|
|
+ * @property int $quality
|
|
|
+ * @property bool $gdImageUseUpscale
|
|
|
+ * @property string $imagickFormat
|
|
|
+ * @property string $cssClass
|
|
|
+ * @property bool $svgAddXmlHeader
|
|
|
+ * @property string $svgDefs
|
|
|
+ * @property string $svgPreserveAspectRatio
|
|
|
+ * @property bool $svgUseFillAttributes
|
|
|
+ * @property string $textLineStart
|
|
|
+ * @property int $jsonFlags
|
|
|
+ * @property string $fpdfMeasureUnit
|
|
|
+ * @property string|null $xmlStylesheet
|
|
|
*/
|
|
|
trait QROptionsTrait{
|
|
|
|