Mage_Adminhtml_Block_Permissions_Roles Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Permissions_Roles:

Mage_Adminhtml_Block_Template Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getAddNewUrl ()
 getGridHtml ()


Detailed Description

Definition at line 34 of file Roles.php.


Member Function Documentation

getAddNewUrl (  ) 

Get URL of adding new record

Returns:
string

Definition at line 41 of file Roles.php.

00042     {
00043         return $this->getUrl('*/*/editrole');
00044     }

getGridHtml (  ) 

Get grid HTML

Returns:
unknown

Definition at line 51 of file Roles.php.

00052     {
00053         return $this->getChild('grid')->toHtml();
00054     }


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

Generated on Sat Jul 4 17:22:53 2009 for Magento by  doxygen 1.5.8