* @link https://www.oxidmodule.com */ use D3\ModCfg\Application\Controller\Admin\d3_cfg_mod_licence; /** * Class d3_importercfg_support */ class d3_importer_Application_Controller_Admin_Config_Support extends d3_cfg_mod_licence { /** * @var string */ protected $_sModId = 'd3importer'; /** * @var bool */ protected $_hasNewsletterForm = false; /** * @var bool */ protected $_modUseCurl = false; /** * @var bool */ protected $_hasUpdate = true; protected $_sHelpLinkMLAdd = ''; }