OXID eShop CE
6.2.1
|
Public Member Functions | |
__construct () | |
setVariantParentBuyable ($blBuyable=false) | |
getArticle ($sItemKey) | |
__sleep () | |
getSelList () | |
setSelList ($aSelList) | |
getPersParams () | |
setPersParams ($sPersParams) | |
Protected Member Functions | |
_setFieldData ($sFieldName, $sValue, $iDataType=\OxidEsales\Eshop\Core\Field::T_TEXT) | |
Protected Attributes | |
$_sClassName = 'oxuserbasketitem' | |
$_oArticle = null | |
$_blParentBuyable = false | |
$_aSelList = null | |
$_aPersParam = null | |
Shopping basket item manager. Manager class for shopping basket item (class may be overriden).
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::__construct | ( | ) |
Class constructor, initiates parent constructor (parent::oxBase()).
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::__sleep | ( | ) |
Does not return _oArticle var on serialisation
|
protected |
Sets data field value
string | $sFieldName | index OR name (eg. 'oxarticles__oxtitle') of a data field to set |
string | $sValue | value of data field |
int | $iDataType | field type |
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::getArticle | ( | $sItemKey | ) |
Loads and returns the article for that basket item
string | $sItemKey | the key that will be given to oxarticle setItemKey |
oxArticleException | article exception |
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::getPersParams | ( | ) |
Basket item persistent parameters getter
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::getSelList | ( | ) |
Basket item selection list getter
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::setPersParams | ( | $sPersParams | ) |
Basket item persistent parameters setter
string | $sPersParams | persistent parameters |
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::setSelList | ( | $aSelList | ) |
Basket item selection list setter
array | $aSelList | selection list |
OxidEsales\EshopCommunity\Application\Model\UserBasketItem::setVariantParentBuyable | ( | $blBuyable = false | ) |
Variant parent "buyable" status setter
bool | $blBuyable | parent "buyable" status |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |