Esempio n. 1
0
 /**
  * Set attribute instance
  * 
  * @param Mage_Catalog_Model_Resource_Eav_Attribute $attribute
  * 
  * @return Mage_Catalog_Model_Product_Attribute_Backend_Price
  */
 public function setAttribute($attribute)
 {
     parent::setAttribute($attribute);
     $this->setScope($attribute);
     return $this;
 }