コード例 #1
0
 /**
  * Uninstall Sofortueberweisung CoreShop addon.
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick('CoreShopPaymentSofortueberweisung');
 }
コード例 #2
0
ファイル: Install.php プロジェクト: coreshop/omnipay
 /**
  * Uninstall Omnipay CoreShop addon
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick("CoreShopPaymentOmnipay");
     $installer->removeStaticRoutes(PIMCORE_PLUGINS_PATH . "/Omnipay/install/routes.xml");
 }
コード例 #3
0
ファイル: Install.php プロジェクト: coreshop/Paypal
 /**
  * Uninstall Paypal CoreShop addon
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick("CoreShopPaymentPaypal");
 }