added QROutput*

This commit is contained in:
smiley
2015-12-09 04:20:00 +01:00
parent 39e3ea9fea
commit 4dde390d7e
4 changed files with 116 additions and 35 deletions
+7 -10
View File
@@ -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;
}