コード例 #1
0
ファイル: Employee.php プロジェクト: sho5kubota/guidingyou2
 public function delete()
 {
     $ret = parent::delete();
     if (Module::isInstalled('agilemultipleseller')) {
         AgileSellerManager::disableSellerProducts($this->id);
         AgileSellerManager::deleteSellerInfo($this->id);
     }
     return $ret;
 }