34
0
Fork 0
plg_extension_componentbuil.../script.php

28 lines
823 B
PHP
Raw Normal View History

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