OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxwminibasket.php
Go to the documentation of this file.
1 <?php
2 
6 class oxwMiniBasket extends oxWidget
7 {
8 
16  protected $_aComponentNames = array('oxcmp_cur' => 1, 'oxcmp_basket' => 1, 'oxcmp_user' => 1);
17 
23  protected $_sThisTemplate = 'widget/header/minibasket.tpl';
24 
25 }