Current Path : /home/cinepatreb/billetterie/modules/mollie/subscription/Install/ |
Current File : /home/cinepatreb/billetterie/modules/mollie/subscription/Install/UninstallerInterface.php |
<?php /** * Mollie https://www.mollie.nl * * @author Mollie B.V. <info@mollie.nl> * @copyright Mollie B.V. * @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md * * @see https://github.com/mollie/PrestaShop * @codingStandardsIgnoreStart */ namespace Mollie\Subscription\Install; if (!defined('_PS_VERSION_')) { exit; } interface UninstallerInterface { public function uninstall(): bool; public function getErrors(): array; }