Esempio n. 1
0
 /**
  * Collect address attributes
  *
  * @return Mage_ImportExport_Model_Import_Entity_CustomerComposite
  */
 protected function _initAddressAttributes()
 {
     /** @var $attribute Mage_Eav_Model_Entity_Attribute */
     foreach ($this->_addressEntity->getAttributeCollection() as $attribute) {
         $this->_addressAttributes[] = $attribute->getAttributeCode();
     }
     return $this;
 }