示例#1
0
 /**
  * {@inheritdoc}
  */
 public function afterDelete($object)
 {
     $this->_attributeTax->deleteProductData($object, $this->getAttribute());
     return $this;
 }