mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-29 19:48:17 +00:00
added QROutput*
This commit is contained in:
+7
-10
@@ -17,6 +17,13 @@ namespace chillerlan\QRCode;
|
||||
*/
|
||||
class QROptions{
|
||||
|
||||
/**
|
||||
* mandatory
|
||||
*
|
||||
* @var \chillerlan\QRCode\Output\QROutputInterface
|
||||
*/
|
||||
public $output = null ;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
@@ -27,14 +34,4 @@ class QROptions{
|
||||
*/
|
||||
public $typeNumber = null;
|
||||
|
||||
/**
|
||||
* @var \chillerlan\QRCode\Output\QROutputInterface
|
||||
*/
|
||||
public $output = null ;
|
||||
|
||||
/**
|
||||
* @var \chillerlan\QRCode\Output\QROutputOptionsInterface
|
||||
*/
|
||||
public $outputOptions = null;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user