Mage_Customer_Model_Entity_Address_Attribute_Backend_Street Class Reference

Inheritance diagram for Mage_Customer_Model_Entity_Address_Attribute_Backend_Street:

Mage_Eav_Model_Entity_Attribute_Backend_Abstract Mage_Eav_Model_Entity_Attribute_Backend_Interface

List of all members.

Public Member Functions

 beforeSave ($object)


Detailed Description

Definition at line 34 of file Street.php.


Member Function Documentation

beforeSave ( object  ) 

Reimplemented from Mage_Eav_Model_Entity_Attribute_Backend_Abstract.

Definition at line 36 of file Street.php.

00037     {
00038         if ($street = $object->getStreet(-1)) {
00039             $object->implodeStreetAddress();
00040         }
00041     }


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

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