OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Exception\ArticleException Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Core\Exception\ArticleException:
+ Collaboration diagram for OxidEsales\EshopCommunity\Core\Exception\ArticleException:

Public Member Functions

 setArticleNr ($sArticleNr)
 
 getArticleNr ()
 
 setProductId ($sProductId)
 
 getProductId ()
 
 getString ()
 
 getValues ()
 

Protected Attributes

 $type = 'oxArticleException'
 
 $_sArticleNr = null
 
 $_sProductId = null
 

Detailed Description

Exception base class for an article

Member Function Documentation

◆ getArticleNr()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::getArticleNr ( )

The article number of the faulty article

Returns
string

◆ getProductId()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::getProductId ( )

Faulty product id

Returns
string

◆ getString()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::getString ( )

Get string dump Overrides oxException::getString()

Returns
string

◆ getValues()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::getValues ( )

Override of oxException::getValues()

Returns
array

◆ setArticleNr()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::setArticleNr (   $sArticleNr)

Sets the article number of the article which caused the exception

Parameters
string$sArticleNrArticle who causes the exception

◆ setProductId()

OxidEsales\EshopCommunity\Core\Exception\ArticleException::setProductId (   $sProductId)

Sets the product id of the article which caused the exception

Parameters
string$sProductIdid of product who causes the exception

Member Data Documentation

◆ $_sArticleNr

OxidEsales\EshopCommunity\Core\Exception\ArticleException::$_sArticleNr = null
protected

◆ $_sProductId

OxidEsales\EshopCommunity\Core\Exception\ArticleException::$_sProductId = null
protected

◆ $type

OxidEsales\EshopCommunity\Core\Exception\ArticleException::$type = 'oxArticleException'
protected

The documentation for this class was generated from the following file: