Mage_Eav_Model_Entity_Attribute_Backend_Store Class Reference

Inheritance diagram for Mage_Eav_Model_Entity_Attribute_Backend_Store:

Mage_Eav_Model_Entity_Attribute_Backend_Abstract Mage_Eav_Model_Entity_Attribute_Backend_Interface

List of all members.

Protected Member Functions

 _beforeSave ($object)


Detailed Description

Definition at line 28 of file Store.php.


Member Function Documentation

_beforeSave ( object  )  [protected]

Definition at line 30 of file Store.php.

00031     {
00032         if (!$object->getData($this->getAttribute()->getAttributeCode())) {
00033             $object->setData($this->getAttribute()->getAttributeCode(), Mage::app()->getStore()->getId());
00034         }
00035     }


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