Mage_Adminhtml_Block_Sitemap Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Sitemap:

Mage_Adminhtml_Block_Widget_Grid_Container Mage_Adminhtml_Block_Widget_Container Mage_Adminhtml_Block_Template Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 __construct ()


Detailed Description

Definition at line 33 of file Sitemap.php.


Constructor & Destructor Documentation

__construct (  ) 

Block constructor

Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.

Definition at line 39 of file Sitemap.php.

00040     {
00041         $this->_controller = 'sitemap';
00042         $this->_headerText = Mage::helper('sitemap')->__('Google Sitemap');
00043         $this->_addButtonLabel = Mage::helper('sitemap')->__('Add Sitemap');
00044         parent::__construct();
00045     }


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

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