Esempio n. 1
0
 /**
  * Clear chache related with product
  *
  * @return TBT_Rewards_Model_Catalogrule_Rule
  */
 protected function _beforeDelete()
 {
     $this->cleanCache();
     return parent::_beforeDelete();
 }