Mage_Admin_Model_Mysql4_Acl_Role_Collection Class Reference

Inheritance diagram for Mage_Admin_Model_Mysql4_Acl_Role_Collection:

Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 __construct ()

Protected Attributes

 $_roleTable


Detailed Description

Definition at line 34 of file Collection.php.


Constructor & Destructor Documentation

__construct (  ) 

Reimplemented from Varien_Data_Collection.

Definition at line 38 of file Collection.php.

00039     {
00040         parent::__construct(Mage::getSingleton('core/resource')->getConnection('admin_read'));
00041         $this->_roleTable = Mage::getSingleton('core/resource')->getTableName('admin/role');
00042         $this->_select->from($this->_roleTable);
00043         
00044         $this->setItemObjectClass(Mage::getConfig()->getModelClassName('admin/acl_role'));
00045     }


Member Data Documentation

$_roleTable [protected]

Definition at line 36 of file Collection.php.


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

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