Public Member Functions | |
getItems () | |
getRemoveUrl ($item) | |
getClearUrl () | |
getCompareUrl () | |
Protected Member Functions | |
_construct () |
Definition at line 35 of file Sidebar.php.
_construct | ( | ) | [protected] |
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Please override this one instead of overriding real __construct constructor
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 37 of file Sidebar.php.
00038 { 00039 $this->setId('compare'); 00040 }
getClearUrl | ( | ) |
Definition at line 52 of file Sidebar.php.
00053 { 00054 return $this->helper('catalog/product_compare')->getClearListUrl(); 00055 }
getCompareUrl | ( | ) |
Definition at line 57 of file Sidebar.php.
00058 { 00059 return $this->helper('catalog/product_compare')->getListUrl(); 00060 }
getItems | ( | ) |
Definition at line 42 of file Sidebar.php.
00043 { 00044 return $this->helper('catalog/product_compare')->getItemCollection(); 00045 }
getRemoveUrl | ( | $ | item | ) |
Definition at line 47 of file Sidebar.php.
00048 { 00049 return $this->helper('catalog/product_compare')->getRemoveUrl($item); 00050 }