Definition at line 6 of file oxoutofstockexception.php.
Public Member Functions | |
setRemainingAmount ($iRemainingAmount) | |
getRemainingAmount () | |
getString () | |
getValues () | |
Private Attributes | |
$_iRemainingAmount = 0 |
oxOutOfStockException.setRemainingAmount | ( | $ | iRemainingAmount | ) |
Sets the amount of the article remaining in stock.
integer | $iRemainingAmount Articles remaining in stock |
Definition at line 22 of file oxoutofstockexception.php.
oxOutOfStockException.getRemainingAmount | ( | ) |
oxOutOfStockException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxArticleException.
Definition at line 43 of file oxoutofstockexception.php.
oxOutOfStockException.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 oxArticleException.
Definition at line 56 of file oxoutofstockexception.php.
oxOutOfStockException.$_iRemainingAmount = 0 [private] |
Definition at line 13 of file oxoutofstockexception.php.