![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits IComplexCodetext.
Public Member Functions | |
| getBill () | |
| __construct (?SwissQRBill $bill) | |
| getConstructedCodetext () | |
| initFromString ($constructedCodetext) | |
| getBarcodeType () | |
Public Member Functions inherited from IComplexCodetext | |
| __construct ($javaClass) | |
| initFromString (string $constructedCodetext) | |
Public Member Functions inherited from BaseJavaClass | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($javaClass) |
Protected Member Functions | |
| init () | |
Protected Member Functions inherited from BaseJavaClass | |
| setJavaClass ($javaClass) | |
Private Attributes | |
| $bill | |
Static Private Attributes | |
| static | $javaClassName = "com.aspose.mw.barcode.complexbarcode.MwSwissQRCodetext" |
Class for encoding and decoding the text embedded in the SwissQR code.
| SwissQRCodetext::__construct | ( | ?SwissQRBill | $bill | ) |
Creates an instance of SwissQRCodetext.
| SwissQRBill | $bill | SwissQR bill data |
| BarcodeException |
|
static |
| SwissQRCodetext::getBarcodeType | ( | ) |
| SwissQRCodetext::getBill | ( | ) |
SwissQR bill data
| SwissQRCodetext::getConstructedCodetext | ( | ) |
Construct codetext from SwissQR bill data
Reimplemented from IComplexCodetext.
|
protected |
Reimplemented from BaseJavaClass.
| SwissQRCodetext::initFromString | ( | $constructedCodetext | ) |
Initializes Bill with constructed codetext.
| string | $constructedCodetext | Constructed codetext. |
|
private |
|
staticprivate |