![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits IComplexCodetext.
Public Member Functions | |
getBill () | |
__construct (?SwissQRBill $bill) | |
getConstructedCodetext () | |
initFromString ($constructedCodetext) | |
getBarcodeType () | |
initFromString (string $constructedCodetext) | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Static Public Member Functions | |
static | construct ($javaClass) |
Protected Member Functions | |
init () | |
setJavaClass ($javaClass) | |
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.
|
inherited |
|
inherited |
|
protected |
Reimplemented from BaseJavaClass.
SwissQRCodetext::initFromString | ( | $constructedCodetext | ) |
Initializes Bill with constructed codetext.
string | $constructedCodetext | Constructed codetext. |
|
abstractinherited |
Initializes instance with constructed codetext.
string | $constructedCodetext | Constructed codetext. |
|
inherited |
|
inherited |
|
protectedinherited |