52
0

28 lines
792 B
PHP
Raw Normal View History

2021-10-14 16:31:26 +02:00
<?php
2021-12-16 15:15:27 +02:00
/**
* @package Joomla.Component.Builder
*
* @created 30th April, 2015
* @author Llewellyn van der Merwe <https://dev.vdm.io>
2022-08-20 18:38:51 +02:00
* @git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>
2021-12-16 15:15:27 +02:00
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
2021-10-14 16:31:26 +02:00
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
2024-03-02 22:06:24 +02:00
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Filesystem\File;
use Joomla\CMS\Filesystem\Folder;
2021-10-14 16:31:26 +02:00
/**
* Extension - Componentbuilder Export Compiler script file.
*
* @package PlgExtensionComponentbuilderExportCompiler
*/
class plgExtensionComponentbuilderExportCompilerInstallerScript
{
}