コード例 #1
0
ファイル: Attribute.php プロジェクト: hyhoocchan/mage-local
 /**
  * Save additional data
  *
  * @return Mage_Eav_Model_Entity_Attribute
  */
 protected function _afterSave()
 {
     $this->_getResource()->saveInSetIncluding($this);
     return parent::_afterSave();
 }