Blame view

libraries/allediaframework/Framework/Extension.php 494 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?php
/**
 * @package   AllediaFramework
 * @contact   www.alledia.com, hello@alledia.com
 * @copyright 2016 Alledia.com, All rights reserved
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

namespace Alledia\Framework;

defined('_JEXEC') or die();

/**
 * Legacy extension class
 *
 * @deprecated Only for backward compatibility. Joomla\Extension\Licensed instead
 */
class Extension extends Joomla\Extension\Licensed
{
    // @TODO: Remove this class in a future release
}