Inheritance diagram for oxwArticleBox:
 Collaboration diagram for oxwArticleBox:Public Member Functions | |
| getActiveCategory () | |
| render () | |
| setProduct ($oArticle) | |
| getProduct () | |
| getLink ($iLang=null) | |
| isVatIncluded () | |
| getWishId () | |
| getRemoveFunction () | |
| getToBasketFunction () | |
| getDisableToCart () | |
| getIndex () | |
| getRecommId () | |
| getIteration () | |
| getRSSLinks () | |
| getShowMainLink () | |
| getAltProduct () | |
Protected Member Functions | |
| _addDynParamsToLink ($sAddDynParams, $oArticle) | |
Protected Attributes | |
| $_aComponentNames = array( 'oxcmp_user' => 1, 'oxcmp_basket' => 1, 'oxcmp_cur' => 1 ) | |
| $_sTemplate = 'widget/product/boxproduct.tpl' | |
| $_oArticle = null | |
Article box widget
Definition at line 6 of file oxwarticlebox.php.
| oxwArticleBox._addDynParamsToLink | ( | $ | sAddDynParams, | |
| $ | oArticle | |||
| ) |  [protected] | 
        
Appends dyn params to url.
| string | $sAddDynParams Dyn params | |
| oxArticle | $oArticle article object | 
Definition at line 239 of file oxwarticlebox.php.
| oxwArticleBox.getActiveCategory | ( | ) | 
Returns active category
Reimplemented from oxUBase.
Definition at line 35 of file oxwarticlebox.php.
| oxwArticleBox.getAltProduct | ( | ) | 
| oxwArticleBox.getDisableToCart | ( | ) | 
| oxwArticleBox.getIndex | ( | ) | 
Returns list item id with identifier
Definition at line 172 of file oxwarticlebox.php.
| oxwArticleBox.getIteration | ( | ) | 
| oxwArticleBox.getLink | ( | $ |  iLang = null | 
          ) | 
get link of current top view
| int | $iLang requested language | 
Reimplemented from oxUBase.
Definition at line 112 of file oxwarticlebox.php.
| oxwArticleBox.getProduct | ( | ) | 
Get product article
Reimplemented from oxUBase.
Definition at line 85 of file oxwarticlebox.php.
| oxwArticleBox.getRecommId | ( | ) | 
| oxwArticleBox.getRemoveFunction | ( | ) | 
| oxwArticleBox.getRSSLinks | ( | ) | 
| oxwArticleBox.getShowMainLink | ( | ) | 
Returns the answer if main link must be showed
Definition at line 216 of file oxwarticlebox.php.
| oxwArticleBox.getToBasketFunction | ( | ) | 
| oxwArticleBox.getWishId | ( | ) | 
| oxwArticleBox.isVatIncluded | ( | ) | 
Returns if VAT is included in price
Reimplemented from oxUBase.
Definition at line 122 of file oxwarticlebox.php.
| oxwArticleBox.render | ( | ) | 
Renders template based on widget type or just use directly passed path of template
Reimplemented from oxUBase.
Definition at line 49 of file oxwarticlebox.php.
| oxwArticleBox.setProduct | ( | $ | oArticle | ) | 
Sets box product
| oxArticle | $oArticle Box product | 
Definition at line 75 of file oxwarticlebox.php.
oxwArticleBox.$_aComponentNames = array( 'oxcmp_user' => 1, 'oxcmp_basket' => 1, 'oxcmp_cur' => 1 ) [protected] | 
        
Reimplemented from oxWidget.
Definition at line 14 of file oxwarticlebox.php.
oxwArticleBox.$_oArticle = null [protected] | 
        
Definition at line 27 of file oxwarticlebox.php.
oxwArticleBox.$_sTemplate = 'widget/product/boxproduct.tpl' [protected] | 
        
Definition at line 20 of file oxwarticlebox.php.
 1.7.1