Mage_Eav_Model_Entity_Attribute_Group Class Reference

Inheritance diagram for Mage_Eav_Model_Entity_Attribute_Group:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 itemExists ()
 deleteGroups ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 28 of file Group.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 30 of file Group.php.

00031     {
00032         $this->_init('eav/entity_attribute_group');
00033     }

deleteGroups (  ) 

Definition at line 40 of file Group.php.

00041     {
00042         return $this->_getResource()->deleteGroups($this);
00043     }

itemExists (  ) 

Definition at line 35 of file Group.php.

00036     {
00037         return $this->_getResource()->itemExists($this);
00038     }


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

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