Public Member Functions | |
setVoucherNr ($sVoucherNr) | |
getVoucherNr () | |
getString () | |
getValues () | |
Private Attributes | |
$_sVoucherNr |
exception class covering voucher exceptions
Definition at line 6 of file oxvoucherexception.php.
oxVoucherException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 43 of file oxvoucherexception.php.
oxVoucherException.getValues | ( | ) |
Creates an array of field name => field value of the object. To make a easy conversion of exceptions to error messages possible. Should be extended when additional fields are used! Overrides oxException.getValues().
Reimplemented from oxException.
Definition at line 56 of file oxvoucherexception.php.
oxVoucherException.getVoucherNr | ( | ) |
oxVoucherException.setVoucherNr | ( | $ | sVoucherNr | ) |
Sets the voucher number as a string
string | $sVoucherNr voucher number |
Definition at line 22 of file oxvoucherexception.php.
oxVoucherException.$_sVoucherNr [private] |
Definition at line 13 of file oxvoucherexception.php.