

Definition at line 7 of file oxuserbasketitem.php.
Public Member Functions | |
| __construct () | |
| setVariantParentBuyable ($blBuyable=false) | |
| getArticle ($sItemKey) | |
| __sleep () | |
| getSelList () | |
| setSelList ($aSelList) | |
Protected Member Functions | |
| _setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT) | |
Protected Attributes | |
| $_sClassName = 'oxuserbasketitem' | |
| $_oArticle = null | |
| $_blParentBuyable = false | |
| $_aSelList = null | |
| oxUserBasketItem.__construct | ( | ) | 
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxBase.
Definition at line 40 of file oxuserbasketitem.php.
| oxUserBasketItem.setVariantParentBuyable | ( | $ |  blBuyable = false           | 
          ) | 
Variant parent "buyable" status setter
| bool | $blBuyable parent "buyable" status | 
Definition at line 54 of file oxuserbasketitem.php.
| oxUserBasketItem.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 | 
Definition at line 68 of file oxuserbasketitem.php.
| oxUserBasketItem.__sleep | ( | ) | 
Does not return _oArticle var on serialisation
Definition at line 126 of file oxuserbasketitem.php.
| oxUserBasketItem.getSelList | ( | ) | 
Basket item selection list getter
Definition at line 142 of file oxuserbasketitem.php.
| oxUserBasketItem.setSelList | ( | $ | aSelList | ) | 
Basket item selection list setter
| array | $aSelList selection list | 
Definition at line 158 of file oxuserbasketitem.php.
| oxUserBasketItem._setFieldData | ( | $ | sFieldName, | |
| $ | sValue, | |||
| $ |  iDataType = oxField::T_TEXT | |||
| ) |  [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 | 
Reimplemented from oxBase.
Definition at line 172 of file oxuserbasketitem.php.
oxUserBasketItem.$_sClassName = 'oxuserbasketitem' [protected]           | 
        
oxUserBasketItem.$_oArticle = null [protected]           | 
        
Definition at line 21 of file oxuserbasketitem.php.
oxUserBasketItem.$_blParentBuyable = false [protected]           | 
        
Definition at line 28 of file oxuserbasketitem.php.
oxUserBasketItem.$_aSelList = null [protected]           | 
        
Definition at line 35 of file oxuserbasketitem.php.
 1.5.5