30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00
weblinks/src/administrator/components/com_weblinks/helpers/weblinks.php

23 lines
498 B
PHP
Raw Normal View History

<?php
2023-05-18 16:45:59 +00:00
/**
* @package Joomla.Administrator
* @subpackage Weblinks
*
2017-02-13 16:20:35 +00:00
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
2023-05-18 16:45:59 +00:00
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects
/**
* Weblinks helper.
*
* @since 1.6
*/
2021-06-20 09:53:42 +00:00
class WeblinksHelper extends \Joomla\Component\Weblinks\Administrator\Helper\WeblinksHelper
{
}