Public Member Functions | |
itemExists () | |
deleteGroups () | |
Protected Member Functions | |
_construct () |
Definition at line 28 of file Group.php.
_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 }