| Current Path : /home/juvelize/www/plugins/system/nnframework/helpers/ |
| Current File : /home/juvelize/www/plugins/system/nnframework/helpers/string.php |
<?php
/**
* @package NoNumber Framework
* @version 21.4.10972
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://www.regularlabs.com
* @copyright Copyright © 2021 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die;
jimport('joomla.string.string');
abstract class NNString extends JString
{
}