Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Backend_Parent Class Reference

Inheritance diagram for Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Backend_Parent:

Mage_Eav_Model_Entity_Attribute_Backend_Abstract Mage_Eav_Model_Entity_Attribute_Backend_Interface

List of all members.

Public Member Functions

 afterSave ($object)


Detailed Description

Definition at line 28 of file Parent.php.


Member Function Documentation

afterSave ( object  ) 

Reimplemented from Mage_Eav_Model_Entity_Attribute_Backend_Abstract.

Definition at line 31 of file Parent.php.

00032     {
00033         parent::afterSave($object);
00034         
00035         $object->getItemsCollection()->save();
00036         $object->getShippingRatesCollection()->save();
00037         
00038         return $this;
00039     }


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

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