Public Member Functions | |
__construct () | |
getCreateUrl () | |
Protected Attributes | |
$_controller = 'urlrewrite' |
Definition at line 34 of file Urlrewrite.php.
__construct | ( | ) |
Set custom labels and headers
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 47 of file Urlrewrite.php.
00048 { 00049 $this->_headerText = Mage::helper('adminhtml')->__('Url Rewrite Management'); 00050 $this->_addButtonLabel = Mage::helper('adminhtml')->__('Add Urlrewrite'); 00051 parent::__construct(); 00052 }
getCreateUrl | ( | ) |
Customize grid row URLs
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 60 of file Urlrewrite.php.
00061 { 00062 $modes = array_keys(Mage::getBlockSingleton('adminhtml/urlrewrite_selector')->getModes()); 00063 return $this->getUrl('*/*/edit') . array_shift($modes); 00064 }
$_controller = 'urlrewrite' [protected] |
Reimplemented from Mage_Adminhtml_Block_Widget_Container.
Definition at line 41 of file Urlrewrite.php.