Mage_Catalog_Block_Product_Compare_Sidebar Class Reference

Inheritance diagram for Mage_Catalog_Block_Product_Compare_Sidebar:

Mage_Catalog_Block_Product_Abstract Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getItems ()
 getRemoveUrl ($item)
 getClearUrl ()
 getCompareUrl ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 35 of file Sidebar.php.


Member Function Documentation

_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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:36 2009 for Magento by  doxygen 1.5.8