Mage_Eav_Model_Mysql4_Entity_Attribute_Group_Collection Class Reference

Inheritance diagram for Mage_Eav_Model_Mysql4_Entity_Attribute_Group_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 _construct ()
 setAttributeSetFilter ($setId)


Detailed Description

Definition at line 28 of file Collection.php.


Member Function Documentation

_construct (  ) 

Init resource model for collection

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 34 of file Collection.php.

00035     {
00036         $this->_init('eav/entity_attribute_group');
00037     }

setAttributeSetFilter ( setId  ) 

Set Attribute Set Filter

Parameters:
int $setId
Returns:
Mage_Eav_Model_Mysql4_Entity_Attribute_Group_Collection

Definition at line 45 of file Collection.php.

00046     {
00047         $this->getSelect()->where('main_table.attribute_set_id=?', $setId);
00048         $this->getSelect()->order('main_table.sort_order');
00049         return $this;
00050     }


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

Generated on Sat Jul 4 17:24:12 2009 for Magento by  doxygen 1.5.8