Mage_Admin_Model_Mysql4_Roles_User_Collection Class Reference

Inheritance diagram for Mage_Admin_Model_Mysql4_Roles_User_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Protected Member Functions

 _construct ()
 _initSelect ()


Detailed Description

Definition at line 27 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 29 of file Collection.php.

00030     {
00031         $this->_init('admin/user');
00032     }

_initSelect (  )  [protected]

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 34 of file Collection.php.

00035     {
00036         parent::_initSelect();
00037 
00038         $this->getSelect()->where("user_id > 0");
00039     }


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