Public Member Functions | |
setArticleNr ($sArticleNr) | |
getArticleNr () | |
setProductId ($sProductId) | |
getProductId () | |
getString () | |
getValues () | |
Protected Attributes | |
$_sArticleNr = null | |
$_sProductId = null |
Exception base class for an article
Definition at line 6 of file oxarticleexception.php.
oxArticleException.getArticleNr | ( | ) |
The article number of the faulty article
Definition at line 39 of file oxarticleexception.php.
oxArticleException.getProductId | ( | ) |
oxArticleException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Reimplemented in oxArticleInputException, oxNoArticleException, and oxOutOfStockException.
Definition at line 72 of file oxarticleexception.php.
oxArticleException.getValues | ( | ) |
Override of oxException.getValues()
Reimplemented from oxException.
Reimplemented in oxOutOfStockException.
Definition at line 83 of file oxarticleexception.php.
oxArticleException.setArticleNr | ( | $ | sArticleNr | ) |
Sets the article number of the article which caused the exception
string | $sArticleNr Article who causes the exception |
Definition at line 29 of file oxarticleexception.php.
oxArticleException.setProductId | ( | $ | sProductId | ) |
Sets the product id of the article which caused the exception
string | $sProductId id of product who causes the exception |
Definition at line 51 of file oxarticleexception.php.
oxArticleException.$_sArticleNr = null [protected] |
Definition at line 13 of file oxarticleexception.php.
oxArticleException.$_sProductId = null [protected] |
Definition at line 20 of file oxarticleexception.php.