public function _construct()
 {
     parent::_construct();
 }
Exemplo n.º 2
0
 /**
  * 
  * @category this method returns the attribute collection of the cuzstomer only
  * @return Mage_Eav_Model_Resource_Entity_Attribute_Collection
  */
 public function _construct()
 {
     parent::_construct();
     $this->setEntityTypeId(Mage::getModel('eav/entity')->setType("customer")->getTypeId());
 }