| Current Path : /home/jlgagfroyt/www/plugins/editors-xtd/modals/ |
| Current File : /home/jlgagfroyt/www/plugins/editors-xtd/modals/script.install.php |
<?php
/**
* @package Modals
* @version 11.9.0
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://regularlabs.com
* @copyright Copyright © 2021 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die;
require_once __DIR__ . '/script.install.helper.php';
class PlgEditorsXtdModalsInstallerScript extends PlgEditorsXtdModalsInstallerScriptHelper
{
public $alias = 'modals';
public $extension_type = 'plugin';
public $name = 'MODALS';
public $plugin_folder = 'editors-xtd';
public function uninstall($adapter)
{
$this->uninstallPlugin($this->extname, 'system');
}
}